• Resolved wingzfly

    (@wingzfly)


    Hi, all!

    So the menu works fine on the desktop version of the site (where each menu item is just shown as a link) but it doesn’t work at all on mobile, where the menu is hidden in a square with three horizontal dots in it. (Like a hamburger menu, but tapping on it, long-pressing it, etc. does nothing. There’s no way to interact with it.

    So far I’ve tried disabling all plugins and clearing cache (neither helped) and I changed themes to the Twenty Seventeen one, which made the menu work in Twenty Seventeen, but I need it to work with the Go theme because that’s the theme that looks best with the site style.

    Can anyone help?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @wingzfly,

    I noticed that you are missing frontend.js file, which is essential for any JS on the website to work.

    Please make sure that this is the content of your footer.php file:

    <?php wp_footer(); ?>

    This is the original footer.php file from our GitHub repo as a reference: https://github.com/godaddy-wordpress/go/blob/master/footer.php#L16

    If you made any recent changes to the theme files, that might be the reason why the scripts aren’t loading properly.

    As a final step, try reinstalling the theme.
    Let me know if this worked for you.

    Best Regards,
    Pavle

    Thread Starter wingzfly

    (@wingzfly)

    Thank you, Pavle! Adding in that snippet of code into the footer file fixed it.

    Thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Menu Not Working on Mobile’ is closed to new replies.