Viewing 5 replies - 1 through 5 (of 5 total)
  • > Hi i don’t want a menu dropdown, first i want to touch the menu and then the menu is opened.

    Sorry, I’m not sure what you mean? By default the menu is hidden, then revealed when you click a button. That sounds exactly like what you want?

    Thread Starter berli50

    (@berli50)

    Hi James i found the fix in this code for rename Menu Navigation:

    function storefront_primary_navigation() {
    		?>
    	<nav id="site-navigation" class="main-navigation" role="navigation">
    		<button class="menu-toggle"><?php _e( 'Menu', 'storefront' ); ?></button>
    		<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    	</nav><!-- #site-navigation -->
    	<?php
    }

    When i add this code the menu is not hidden…
    Any idea?

    Thread Starter berli50

    (@berli50)

    I am using a childtheme named storefront-child Can be that i have a change the theme location?

    Thread Starter berli50

    (@berli50)

    Nothing?? =(

    Thread Starter berli50

    (@berli50)

    Can anyone help me??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dropdown menu on mobile’ is closed to new replies.