• Resolved paratrooperjs

    (@paratrooperjs)


    The menu on the mobile version my site has stopped working! When I click on it, it changes color (as it would when engaging), but doesn’t actually expand.

    I tried deactivating all my plugins, to no avail.

    I also tried switching over to a different theme, and the mobile menu started working again. I’d like to keep working with my Cerauno child theme, though.

    The desktop menu still works alright…

    Any help would be appreciated! Thank you!

    The blog I need help with is oregonhealthforum.org.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    What is the child theme being used for, has the footer.php file been edited?

    The javascript for the menu doesn’t appear to be loading, which is usually a sign that the footer has been edited incorrectly and/or the call to wp_footer() has been removed.

    If wp_footer has been removed, please add it back to the template file before </body>

    The original footer.php file can be found at https://themes.svn.www.ads-software.com/cerauno/1.0.2/footer.php

    Thread Starter paratrooperjs

    (@paratrooperjs)

    Hi Gary!

    Yes — I messed with the footer php trying to take out the site info and, later, the white bar that are showing up at the bottom of my site.

    Thank you so much for sharing a link to the original php file. I just replaced my broken php file with the original. The menu works on mobile devices again, which is great! However, now the site info is back. The white bar never went away…

    If you’re still in a helping mood, any advice on how to get rid of those bugaboos?

    Thank you so much for your help!

    If you want to hide the credit text, please try using the css below:

    .site-info {
        display: none;
    }

    There will still be a white strip at the bottom of the site which is caused by a margin on the widget section.

    If you’d like to remove that too, please add:

    .footer-widgets {
        margin-bottom: 0px;
    }
    Thread Starter paratrooperjs

    (@paratrooperjs)

    Oh my goodness. It worked! Thank you!!

    You’re welcome, glad I could help:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu has stopped working on mobile’ is closed to new replies.