Closed (works as designed)
Project:
Footheme
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 01:06 UTC
Updated:
30 Jul 2012 at 02:02 UTC
Hi,
Using pixture_reloaded as base theme for my site, but all the regions for registered users (ONLY!) are acting as if they are not empty, like:
<div class="three-3x33 gpanel clearfix">
<div class="region region-three-33-first">
<a id="context-block-region-three_33_first" class="context-block-region">GP 3 x 33% - First</a>
</div>
<div class="region region-three-33-second">
<a id="context-block-region-three_33_second" class="context-block-region">GP 3 x 33% - Second</a>
</div>
<div class="region region-three-33-third">
<a id="context-block-region-three_33_third" class="context-block-region">GP 3 x 33% - Third</a>
</div>
</div>
Of course, they are disable with css display:none, but still it creates headache with layout
The same for all regions.
tryed clearing caches and other similar tricks, no change.
The same also with 7.x-2.x-dev
Comments
Comment #1
playfulwolf commentedWOW! the same.... with all themes, not only AT!
Ok, this is not theme-specific. Right now have no clue why.
Anyone?
Comment #2
playfulwolf commentedseems default Context setting "show all regions" is messing everything
disable it on /admin/structure/context/settings
Comment #3
Jeff Burnz commentedAll I can suggest is to start disabling modules one at a time until you find the issue. Probably some module is running a hook_page_alter() or hook_page_build() and messing with system_region_list(), but that's just a hunch.
Comment #4
Jeff Burnz commentedHa, I could have guessed it would be Context.