Hello

I've created primary links menu with sub menus, when clicking on a primary link menu item, the sub menus do not show up in the header section of the web site
how do i make the sub menus visible ?

thanks for taking time replying

hicham

Comments

matt v.’s picture

On the Admin | Menu | Settings page, make sure you have the "Source of Secondary Links" set to "Primary Links." If that's not it, what theme are you using?

--
Drupal Theme Developer’s Cheat Sheet | 45 Screencasts to Get You Kicking Ass with Drupal

hicham7’s picture

for now, I'm using garland theme, I've created the primary links menu with submenus, and in the Admin | Menu | Settings page,the "Source of Secondary Links" is set to "Primary Links."
still the submenu for the first item of primary links menu shows up, but clicking on any other item of the menu, the submenu doesn't change

thanks

ravis’s picture

I work at Drupar.com

hicham7’s picture

Hello

what i intend to do is to create a primary links menu, and I click in an item menu, a sub menu would show up in the secondary links menu in the blue banner section, for the moment , I'm using the garland theme.

thanks

bloke_zero’s picture

I assume you want the links as a static line below the main menu, displaying in a line (which you'd achieve with CSS), just paste in:

<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links) ?><?php } ?>

After making sure that the secondary links are set in the admin>menu section as above.

prservices’s picture

Hi,

I have the exact same issue.. fresh install..

Theme: Light Fantastic

I created one page, then a second and put it as a submenu.. and hasn't shown up in the menu since.
The theme must support submenu as in the administrative end they do show up.

Any help appreciated.