Closed (fixed)
Project:
Domain Blocks
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
2 Mar 2009 at 11:01 UTC
Updated:
28 Sep 2017 at 08:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nonsieDomain 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.
Comment #2
Anonymous (not verified) commentedYes, 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.
Comment #3
Anonymous (not verified) commentedUpdate:
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.
Comment #4
nonsieQuestion: 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.
Comment #5
Anonymous (not verified) commentedI'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.
Comment #6
nonsieThat 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.
Comment #7
nonsieComment #8
ahwebd commentedthe 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
Comment #9
ahwebd commented