Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi jdavis7330. Regrettably, the closest fix that I found does not resolve this issue either. I found that fix on the following site:
    https://flexer.ca/wordpress-twentytwelve-theme-mobile-menu-working-update/
    I’ve read elsewhere that the problem may related to conflicts with a plugin, though I haven’t found anything to say that definitively. I’m still looking for a solution…. anybody?… please help restore my faith in a mobile WordPress future!

    I checked out trybackyardfarming.com, and the mobile menu still wasn’t working so I’m assuming this has not yet been fully resolved.

    My website is https://www.davidpereira.ca, and I’m having a challenging time figuring out how to get the menu to work in mobile/ reduced window size mode.

    I searched elsewhere online, and found issues with the following code, but I’m pretty sure I’ve fixed all of mine. Here it is again anyway:

    ‘<?php if ( has_nav_menu( ‘primary’ ) || has_nav_menu( ‘social’ ) ) : ?>
    <button id=”menu-toggle” class=”menu-toggle”><?php _e( ‘Menu’, ‘twentysixteen’ ); ?></button>

    <div id=”site-header-menu” class=”site-header-menu”>
    <?php if ( has_nav_menu( ‘primary’ ) ) : ?>’

Viewing 2 replies - 1 through 2 (of 2 total)