• Resolved sugaree1978

    (@sugaree1978)


    Problem: Menu button is not responsive on a mobile device, just a static Menu button

    Theme – the Twenty Thirteen Child Theme – CSS adjustments for the Navigation Menu bar.

    I re-activated the default Parent Theme, the Navigation Menu works on mobile devices. The only major change I made was making the page full width with full-width.php.

    campsamusa.org

    I have scoured all the forums & any solutions relating to my issue have not worked.

    Thanks in advance for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s something wrong with your footer. If you do a view source on your page, you’ll see that it ends right after the camp information for the footer. What’s happening is that the script which toggles the mobile menu isn’t getting written because the end of the document isn’t being output.

    I think you might be missing this code at the end of footer.php:

    </footer><!-- #colophon -->
       </div><!-- #page -->
    
       <?php wp_footer(); ?>
    </body>
    </html>

    Thread Starter sugaree1978

    (@sugaree1978)

    That was the problem & it is now fixed.

    You’re a true WordPress angel, thank you so much.

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