Hi
I'm trying to get my navigation structure to work but I can't figure out what I'm doing wrong.
I made a menu structure with parent and child items. I'd like the secondary links to appear as a block in the left column.
These are my settings.
build/menu/settings - primary and secondary links have got the same source
build/block - secondary links are placed in the left column, any user can see the block on every page
build/themes/settings - secondary links are ticked on
build/themes/settings/a3_atlantis - secondary links are ticked on
Still I cannot see the secondary links in my left column. Am I missing something here? I must say that it works in the garland theme, so should it be a theme limitation, I'd like to make this a feature request.
Dispite this little detail, this is by far the best theme I've used. Keep up the good work :-)
Comments
Comment #1
JohnForsythe commentedWhen secondary links are provided in block form, they do not follow this behavior in any theme.
However, Garland has a secondary links section hard coded into the theme, whereas A3 Atlantis does not. That is why you see the child menus in Garland, but not A3.
You can add this same behavior to A3 with a little work. The code you need is as follows:
It can be inserted anywhere you want the secondary links to be printed. For example, if you want them displayed at the top of the left column, go to line 28 in page.tpl.php and insert it:
That's the basics, you'll be able to see your child menus now. It looks pretty ugly, though. Better to wrap it up with some divs, like this:
Now you'll get a nice block-style list of your child menus, with a heading of "Your Heading".
Comment #2
JohnForsythe commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.