• Resolved Tidyhive Themes

    (@orahmax)


    I am using bootstrap navwalker class and bootstrap 3.x. The menu is not showing any dropdown.

    <div class="collapse navbar-collapse navbar-ex1-collapse">
                    <?php
                    wp_nav_menu( array(
                        'menu' => 'top_menu',
                        'depth' => 2,
                        'container' => false,
                        'menu_class' => 'nav navbar-nav',
                        'walker' => new wp_bootstrap_navwalker()
                        ));
                    ?>
                  </div>
Viewing 1 replies (of 1 total)
  • dxladner

    (@dxladner)

    If you dropdown is not working then it is most probably a jquery file issue. Did you check to see that your jquery is being loading?

    Did you check your spelling on your classes and DOM elements?

Viewing 1 replies (of 1 total)
  • The topic ‘Bootstrap nav menu not showing any dropdown’ is closed to new replies.