Menu items
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2161
    Mourat
    Guest

    I have no menu items when plugin is active

    #2162
    Mourat
    Guest

    in category page

    #2163
    Mourat
    Guest

    Error is here in header.php

                    $args = array(
                        'theme_location' => 'top-bar',
                        'depth'      => 2,
                        'container'  => false,
                        'menu_class'     => 'nav navbar-nav float_menu',
                        'walker'     => new Bootstrap_Walker_Nav_Menu()
                    );
    
                    wp_nav_menu($args);
    #2168
    Dinesh
    Keymaster

    Hi Mourat,

    What is the error msg you get ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu items’ is closed to new replies.