• Resolved kevkev770

    (@kevkev770)


    Hi

    I would like to create 3 level in menue bar.

    Home
    About
    More
    – Downloads
    –Map
    –Magazin

    I can manage 2 level but when I add a third one in design – menu, nothing happens.

    this is my page: http://www.basel-dreiland.ch
    thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • I installed the Maskitto light theme and set the menu like this. Screenhsot and menu appears like this on front end. Screenshot Try once as the first screenshot. Hope it will help you.
    Thanks

    Thread Starter kevkev770

    (@kevkev770)

    hi
    that’s what I tried, too.
    http://prntscr.com/96rvh4

    After I changed something in the header.php (depth is now 3 instead of 2), it works. Sometimes.

    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
    					<?php
    						/* Primary navigation */
    						wp_nav_menu( array(
    							'theme_location' => 'primary',
    							'menu' => 'Primary navigation',
    							'depth' => 3,
    							'container' => false,
    							'fallback_cb' => 'false',
    							'menu_class' => 'nav navbar-nav navbar-right navbar-primary',
    							'walker' => new maskitto_light_wp_bootstrap_navwalker())
    						);
    					?>

    http://prntscr.com/96rvwi
    Is yours working always?

    thanks

    Nice to hear that. Yes it’s always working. I think your problem is solved. If yes, would you please mark this ticket as resolved.
    Thanks

    Thread Starter kevkev770

    (@kevkev770)

    One last thing: Is it possible to tell the menu, to open on the left side if it was cut on the right side? See the issue in the screenshot: http://prntscr.com/972sk9

    Thanks.

    Theme Author shufflehound

    (@shufflehound)

    You should move your dropdowns to the left side to avoid this issue.
    And sorry, but there is no simple way to fix this issue.

    Thread Starter kevkev770

    (@kevkev770)

    thank you! Unfortunately, the logo must be on the left side .-(

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘3 levels in menu bar’ is closed to new replies.