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

playfulwolf’s picture

WOW! the same.... with all themes, not only AT!

Ok, this is not theme-specific. Right now have no clue why.

Anyone?

playfulwolf’s picture

Assigned: Unassigned » playfulwolf
Status: Active » Closed (works as designed)

seems default Context setting "show all regions" is messing everything

disable it on /admin/structure/context/settings

Jeff Burnz’s picture

Assigned: playfulwolf » Unassigned
Category: bug » support
Status: Closed (works as designed) » Active

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

Jeff Burnz’s picture

Status: Active » Closed (works as designed)

Ha, I could have guessed it would be Context.