Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #858268

    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.

    #858302

    Hey JeeBar,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #858603
    This reply has been marked as private.
    #859075

    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

    #861328

    Was something with my CDN. Deactivated, reactivated, all good now. Thanks for your help.

    #861509

    Hi,

    Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.