Active
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2012 at 09:39 UTC
Updated:
19 Jan 2012 at 20:18 UTC
In one installation with Omega 3 (I can't reproduce this in another simpler installation) it happens that every zone in a section I place below a certain other zone - in this case a modified zone-menu - gets wrapped inside that zone's full width wrapper in the HTML-code (in the Layout configuration it looks ok), like this:
<header id="section-header" class="section section-header">
<div id="zone-user-wrapper" ...>
<div id="zone-branding-wrapper" ...>
<div id="zone-menu-wrapper" ...>
<div id="zone-submenu-wrapper" ...>
<div id="zone-header-wrapper" ...>
</header>
I expect that it should look like this:
<header id="section-header" class="section section-header">
<div id="zone-user-wrapper" ...>
<div id="zone-branding-wrapper" ...>
<div id="zone-menu-wrapper" ...>
<div id="zone-submenu-wrapper" ...>
<div id="zone-header-wrapper" ...>
</header>
It doesn't matter where I place this zone-menu. Can anyone explain how this can happen? I can't figure out which setting in the Layout configuration that produces this phenomena.
Comments
Comment #1
cellar door commentedI think the key here is the "modified" zone-menu. What did you modify and where? I think the modification may have an unclosed div or incorrect syntax which could be causing the error.
Cheers!