I've come across an odd compatibility issue. The best I've been able to figure is it's related to this module. The compatibility issue shows itself with the Acquia Marina theme using IE6 or IE8 on Windows XP SP2. There's a more detailed explanation on the theme's thread: http://drupal.org/node/387962

CommentFileSizeAuthor
#2 should_look.png109.2 KBAnonymous (not verified)
#2 ie_look.png46.59 KBAnonymous (not verified)

Comments

nonsie’s picture

Status: Active » Closed (fixed)

Domain Blocks does not introduce anything to the theming layer - it only alters the queries in core blocks module.

I suspect you are using Domain Access 2.0 version with Domain Theme enabled. Keep in mind that blocks are theme specific eg. if you have different themes enabled you might not see the blocks you expect to see.
Please provide a full site configuration in the future before assigning ticket to one specific project.

Anonymous’s picture

StatusFileSize
new46.59 KB
new109.2 KB

Yes, I'm using Domain Access 2.0 with Domain Theme enabled. The issue isn't that a block is missing. I understand that. It's as I explained. I don't know any other way to explain it. I'll include a couple pictures to illustrate.
As for a full site configuration, what do you want to know? A complete list of all the modules? This problem doesn't happen when using another theme and based on the dates that I installed modules and the date that the problem began, I've narrowed it down to likely being a Domain Blocks/Acquia Marina issue. Combined with the previously explained phenomena with activating & deactivating the module even further reinforced my suspicion.
Precisely if its a Acquia Marina theme problem or a module problem I don't know. That's up to you technical folks:) As I've said, I've also posted this issue on the Acquia site as well.

Anonymous’s picture

Status: Closed (fixed) » Active

Update:

Nonsie, I respect the fact that you should know. The issue is strange and the strangeness seems to revolve around this module. I've created an update to the issue (http://drupal.org/node/387962#comment-1314788). Perhaps you'd like to look at my entry (#4), "Result 1". Then if you still feel it's not an issue with this module I'll accept that and let it be.

Thanks.

nonsie’s picture

Question: which themes are these four domains using? Are they all different or do some of them use the same theme?
Which region are you assigning your blocks to? Does the same region exist in all of your themes you have enabled for the domains?
What's the domain theme execution order on admin/build/domain?

Id' recommend disabling Domain Theme eg. all domains use the same theme and Domain Blocks. If this fixes the issue then the problem is with Domain Theme module.

Anonymous’s picture

I've disabled the Domain Theme. There was no change. The problem still exists.
I'm using the same Acquia Marina theme for all, however, I've created separate installs of them so I can later customize them. So it's the same theme, but different instances of it. I hope I'm explaining that well enough.

nonsie’s picture

That right there might be the source of your problems. Try to uninstall Domain Blocks and clean cache. If this does not solve your problem then the problem lies elsewhere.

nonsie’s picture

Status: Active » Closed (fixed)
ahwebd’s picture

Status: Closed (fixed) » Active

the issue is related to IE limit on the number of css files to load

fix:
admin/settings/performance >> Optimize CSS files > Enable

this will aggregate css files

ahwebd’s picture

Status: Active » Closed (fixed)