Closed (fixed)
Project:
Zen
Version:
6.x-1.0
Component:
PHP Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 06:26 UTC
Updated:
19 Nov 2009 at 14:30 UTC
I have "Source for the secondary links" set to "Primary links" so the secondary menu should show the children of the active primary link. But this doesn't work in Zen: the whole primary links menu are shown as if they don't have nesting. This works perfectly if I switch to Garland.
Not sure if these are related:
#448940: secondary menu item does not show up
#291132: expandable primary and secondary links
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2009-10-09 at 11.25.48 PM.png | 35.23 KB | mattyoung | |
| Screen shot 2009-10-09 at 11.25.32 PM.png | 11.16 KB | mattyoung | |
| Screen shot 2009-10-09 at 11.25.07 PM.png | 14.82 KB | mattyoung | |
| Screen shot 2009-10-09 at 11.24.20 PM.png | 15.81 KB | mattyoung |
Comments
Comment #1
mattyoung commentedI see the primary and secondary menu are actually working, just that they go on the same line.
Now I need to figure out how to move the secondary links to its own line.
Why do they go on the same line?
Comment #2
mattyoung commentedline 215 of layout.css
this is making the primary links and secondary links run together in one line. I added
class="clear-block"to the primary link div in page.tpl.php to fix it:Comment #3
johnalbinThanks, Matt!
This has already been fixed in 6.x-2.x, but I'm fixing it in 6.x-1.x now and crediting you in the CHANGELOG. :-)