Viewing 2 replies - 1 through 2 (of 2 total)
  • in a child theme of Twenty Fourteen, remove this from header.php:

    <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
    				<h1 class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></h1>
    				<a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a>
    				<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    			</nav>

    That does get rid of the menu but there is still a little toggle thing going on there once that is done. You can see it happen when you scroll down the page. Just as the header image leaves the page there is a movement by the content area.

    https://blackdog.freshbreezeinn.com/

    I got a little more aggressive with the header.php and removed the whole masthead. I am not sure if that is the right thing to do or not but it works. Remember, only in the Child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu's’ is closed to new replies.