Wolfman1000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentI think that may only be to do with the ‘social links’,but maybe theres something in there..
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentCould it be something to di with this in the footer?
<?php if ( has_nav_menu( 'social' ) ) : ?> <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>"> <?php wp_nav_menu( array( 'theme_location' => 'social', 'menu_class' => 'social-links-menu', 'depth' => 1, 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', ) ); ?> </nav><!-- .social-navigation --> <?php endif; ?>Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentIs that whats happening then?
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button Permanentstill not playing ball
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentForum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentOooooppppps….sorry that was the header!
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentForum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentYep,I’ll do that right away sir
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentThat is basically deactivating the parent theme .js and calling the child theme’s .js I presume?
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentOK done that,still no change
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button Permanentoh..do you mean,through the dequeuing…sorry I see what you mean
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentRemove the parent theme .Js file?
Isn’t that bad practice?Surely I want to leave the parent theme untouched right?
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentToggle no longer ‘toggles’ again
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentYep,no probs.
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button Permanentyes,I can see the toggle menu button now….it is in the very top right of the .site-content .Still doesn’t display the menu though