Hi,

I'm designing a website using the Marinelli theme
(http://quaaoutlodge.com/drupal-7.14/).
I created a menu point (The Lodge) and set it to "Show as expanded" in "Home
» Administration » Structure » Menus". I also created a submenu and selected
it to show as expanded as well but it does not show up.... why not? :( I
have my submenu point correctly assigned the parent link. :(

Thanks, any help is appreciated in resolving this issue...
Ron

Comments

stfnross’s picture

Project: Marinelli » Zen
Version: 7.x-3.0-beta11 » 7.x-5.1
Component: User interface » Miscellaneous

I am also having a similar issue using Drupal 7.15 and Zen theme. Anyone have suggestions. For such a small issue this creating a huge headache for me and not allowing me to progress with my design.

KrisBulman’s picture

@stfnross Can you clarify please? Are you referring to the default main-menu not getting a second tier when a menu item is added?

If so, check out JohnAlbin's module menu block, it solves that (core) problem.

kristofferrom’s picture

I'd like a tip on how to make this work without adding a new block for the menu. I'm using the main-menu displayed in Zen 3.x by default, but I've moved it a bit. See www.tambourhinoceros.net, the 'about' item actually has a 'links' subitem that isn't displayed

johnalbin’s picture

Version: 7.x-5.1 » 7.x-5.x-dev
Status: Active » Fixed

I'd like a tip on how to make this work without adding a new block for the menu.

You can't get it to work with the data passed to the page.tpl.php; those menu links only contain the top-level menu links. You have to write a bunch of PHP to get deeper levels of the menu. I've done that already and named it the menu block module. :-)

Automatically closed -- issue fixed for 2 weeks with no activity.