Mobile hamburger menu showing but not clickable

Hi team,

My mobile menu hamburger is showing, but nothing happens when you click it. Any ideas?
Site is: https://www.topview.co.nz

At one point I did try the Superfly Menu. Currently disabled.

Thanks
Sam

Hi Sam,

Thank you for writing in, you updated your Cornerstone to the latest version (3.2.5), but you leave your X theme behind (5.2.5). Please update your X theme to the latest version (6.2.5).

Updating Your Themes and Plugins

Remember to clear all your caching features (plugin, server-side, CDN, and browser’s cache) after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

Let us know how it goes,
Cheers!

Thanks @friech
That got the button working!

I’d forgotten you need to go to appearance > themes to update the theme separately from plugins (which seem to create update notifications in top bar).

I’ve now remembered the original reason why I tried moving to the Superfly Menu. See screenshot link below where menu overlaps content if you scroll down a bit - which you need to do to try see lower parts of menu. Any suggestions for this?

Hi There,

This is the culprit of that issue:

.x-navbar.x-navbar-fixed-top .x-navbar-inner {
    min-height: 55px!important;
    height: 55px!important;
}

Its on your Theme Options > CSS.

Please remove that and clear your caching/minifier plugin.

Hope it helps,
Cheers!

1 Like

Nice find. Worked perfectly.
Excellent support. Thank you.

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.