Menu not showing on mobile version

Hello, I am having issues with getting the mobile menu to work (I am using integrity stack). I have deactivated all plugins to see if there were any conflicts and that did not work. I also have updated all plugins and updated x-theme to the latest version and is still not working. I am doing all these preliminary tests on my staging site at the moment, would you be able to help diagnose the issue? Thank you in advance!

Hi Abierto,

Thanks for reaching out.

Sorry to hear you’re having this issue, and I understand that you’re done with the troubleshooting too. Would you mind providing your staging’s admin login credentials in the secure note?

I checked your site and it requires login so I can’t apply preliminary investigation :slight_smile:

Thanks!

Thank you for reaching out, I have updated the secure notes with that info

Hey @abierto_website,

Thank you for providing the credentials. I checked your setup and you have the following custom CSS in the Appearance > Customize > Additional CSS which is conflicting with the mobile menu:

/*remove footer menu*/
 ul.x-nav {
    display: none;
}

I went ahead and commented the above code, purged the plugin’s cache and now the mobile menu is working fine, please clear your browser’s cache and check the mobile menu now.

Cheers!

That worked great, thank you for finding that code! I had looked into removing that code in the cornerstone custom css and overlooked the custom css in the appearance section. Thank you, I very much appreciate the help.

You are most welcome. :slight_smile:

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