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’ ) ) : ?>’