Tagged: menu, mobile, navigation
The mobile switching of my main nav menu at http://dev.solace.com/ is not working. Lil help, please?
I checked the settings in the “Main Menu.” They seem good. I tried changing them to other variations, of color, size, etc., nothing worked during or after that experimentation. I also tried deactivating all plugins, had no effect.
Thanks in advance for any ideas.
Hey JeeBar,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John Torvik
Hi,
We removed the following css modifications in the style.css file.
@media screen and (max-width: 990px) {
nav.main_menu {
display: none !important;
}
#advanced_menu_toggle {
display: block !important;
}
#advanced_menu_hide {
display: block !important;
}
}
UPDATE: We removed the css codes but it’s still being applied in the site. Looks like the stylesheets and scripts are cached. Do you have any idea why it is still cached?
Best regards,
Ismael
Was something with my CDN. Deactivated, reactivated, all good now. Thanks for your help.