• Hi,
    I am using below code for menu
    wp_nav_menu( array(
    ‘theme_location’ => ‘top_left’,
    ‘depth’ => 2,
    ‘menu_id’ => ‘top_left’,
    ‘container’ => ‘div’,
    ‘container_class’ => ‘collapse navbar-collapse’,
    ‘container_id’ => ‘bs-example-navbar-collapse-1’,
    ‘menu_class’ => ‘nav navbar-nav current-menu-parent’,
    ‘fallback_cb’ => ‘WP_Bootstrap_Navwalker::fallback’,
    ‘walker’ => new WP_Bootstrap_Navwalker(),
    ) );
    problem:
    I have create a menu and it’s submenu so main menu link (experience) is not working but submenu link is working well, please let me know what I am doing wrong

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘default wp parent menu not clikable’ is closed to new replies.