0
Welcome Guest! Login
0 items Join Now

drop down menu in Novus

    • David's Avatar
    • David
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    drop down menu in Novus

    Posted 11 years 5 months ago
    • Is there a way i can put a drop down menu in the Novus template?
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: drop down menu in Novus

    Posted 11 years 5 months ago
    • The top navigation menu in Novus theme is using Split Menu theme which shows the first level of menu in the top and the second level in the sidebar. So, the theme does not support drop down menus, but you can add it to the theme if you want. First, open the header.php file, and on line 148 remove the "depth" parameter, like so:
      wp_nav_menu( array('menu' => 'Top Navigation', 'container' => 'ul', 'menu_class' => 'menu', 'fallback_cb' => 'rok_old_menu', 'link_before' => '<span>', 'link_after' => '</span>' ));
      after that you need to add some CSS styling to the theme to make the drop down menu work.
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.

Time to create page: 0.048 seconds