second navigation on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • #20539
    luckyboost
    Participant

    1. I’d like to say I just love this theme
    2. rated it 5 stars on wordpress.org

    I added a second navigation bar (throw functions.php ‘secondary_nav’ => ‘Secondary Menu’,) on a new page template looks grate, but when I change the screen size to mobile size the navigation doesn’t change to a mobile navigation.

    code added

    <nav id="access">
    	<a class="nav-show" href="#access">Show Navigation</a>
    	<a class="nav-hide" href="#nogo">Hide Navigation</a>
    	<?php wp_nav_menu( array( 'theme_location' => 'secondary_nav' ) ); ?>
    </nav>

    I went throw the JS but was unable to figure out why the second nav is not changing.
    You can see a page with 2 nav bars at http://myisraelconnection.com/leadership-camp/

    Thanks again for the great template

    #20554
    Daniel Tara
    Keymaster

    I have checked your website and the secondary navigation does collapse on mobile.

    #20566
    luckyboost
    Participant

    Thanks for the look.
    On a desktop browser it is all on top when browser size is changed but on some mobile phones it does not come up.

    To be more exact how can I get the navigation icon to appear for the second navigation?

    Thanks again

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.