Active
Project:
IE Unlimited CSS Loader
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 20:44 UTC
Updated:
15 Sep 2010 at 11:11 UTC
I have implemented the Domain Access module in order to use one Drupal installation for two websites. It seems to be working and I thought all the modules installed would be shared across domains, but I have IE Unlimited CSS Loader installed and it's not being applied to my sub domain. Is there a way to apply this to both?
Comments
Comment #1
donquixote commentedCan you enable devel and put a dpm() into unlimited_css_preprocess_page() ?
(The dpm() has to wait for the next request before you can see it, so you should refresh the page twice)
The usual reason for unlimited_css not to work is that other modules or themes have their own implementations of hook_preprocess_page(), which can override the $var['styles'] variable set by unlimited_css. With the dpm() you can check if unlimited_css is run at all.