In the Theme set up for ABeesParadise I have checked 'Primary Links'.
In the Primary Links menu /build/menu-customize/primary-links I see a hierarchy of links ie parent, child.
The 'expanded' box is checked for the parent but this does not render the child in the menu.
Am I doing something wrong?
Comments
Comment #1
Anonymous (not verified) commentedAlso I can't figure out how to de-activate or move the menu at the top of the theme (which mirrors itself down the bottom and doesn't appear to have a block either).
Comment #2
interface-web design commented1. Please add the following code in the below class. Header region has been added. These need to be added in page.tpl :
2. Now add the following css at the end of your style.css:
3. Next, you will need to install Nice menus. Nice menu can be installed from the URL http://drupal.org/project/nice_menus [You will find the details about how to use nice menu, on this page]. Enable the primary link in Nice menus.
4. In the Block settings, /admin/build/block, assign nice menu block into the newly added header region.
It should work fine.
Comment #3
Anonymous (not verified) commentedThank you, your instructions and theme support were great.