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
I have checked your website and the secondary navigation does collapse on mobile.
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