Using your module I've set up a main site with a subsite that's successfully using its own omega sub (-sub) theme with wide, normal, narrow styles, but in the subsite, apparently no global.css is being applied. Neither the global.css from the parent theme nor a mysub_global.css (with edit to mysub.info of "settings[alpha_css][global.css] = 'mysub_global.css'") will get that stylesheet to be applied. In the subsite's theme settings I have checked to use global.css ("Your custom global styles (all) - global.css" - mysub_global.css is not available).

I don't want to have to duplicate the global styles in each subsite stylesheet I'm using, so I'd really appreciate any suggestions, as I think this module would otherwise be a perfect solution. Thanks!

Comments

agerard created an issue.

agerard’s picture

Ok, never mind, I copied the global stylesheet into files/subsites/subsites-[x].css and now it works. I think I saw some reference to the process in the (scanty) documentation but it didn't sink in - hope this helps somebody else.

agerard’s picture

Sorry, unfortunately the 'global' css files I tried putting in /files/subsites/subsites-[x].css are not overriding other styles (like 'superfish menu') as they're apparently added before (i.e. earlier in cascade?) all other styles? I guess I can apply more specific styles in superfish menu config, but it would really be helpful to have subsite styles loaded in such a way that they don't get overridden. Or just be able to use a parent's global css file....