• Resolved bianchirn

    (@bianchirn)


    The Hamburger menu does not work on mobile devices anymore. You can click it but it does nothing. Even when in WP edit mode in the dashboard it does not work when testing.
    All plugins updated. Tried turning them off 1 by 1 and that blew up the whole site.

    Any suggestions?

    The page I need help with: [log in to see the link]

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

    The javascript files required for the menu don’t appear to be loading in the footer.

    This is usually caused by the call to wp_footer() being removed from footer.php.

    Have core files in the theme been edited?

    If they have, please delete the theme, then reinstall an unedited version.

    If you’d like to remove the footer credits in the theme, there are other methods that can be used that won’t break functionality, like using CSS or creating a child theme. If you’d like help with that, please let me know.

    Thread Starter bianchirn

    (@bianchirn)

    Yes I believe the credits were stripped out for a cleaner look.
    If we reinstall the theme will we lose all our settings? Anyway to just replace the footer file?

    Thanks for the help.

    Theme settings are saved in the database. If footer.php is the only file that has been edited, reinstalling the theme shouldn’t result in a loss of settings.

    Alternatively, you can just replace the single file.

    Here’s an unedited footer.php for Sketch:

    https://themes.svn.www.ads-software.com/sketch/1.2.4/footer.php

    Thread Starter bianchirn

    (@bianchirn)

    I took the html code from that footer file you posted and replaced it. Worked like a charm.

    thanks for the help.

    You’re welcome ??

    If you’d like to hide the footer credits, try adding the CSS below to the customizer in Appearance > Customize > Additional CSS:

    .site-info {
        display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu on Iphone does not work anymore’ is closed to new replies.