Download & Extend

Compatible with multiple domains under Domain Access?

Project:IE Unlimited CSS Loader
Version:6.x-1.1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Can 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.