• Hello!

    I am currently building a website using the theme titled ‘Regalway’.

    Recently, it came to my attention that the navigation menu does not respond with a mobile device. It also doesn’t respond when I shrink my desktop screen down to the same width as a mobile device.

    I have gone through the following checklist in an effort to troubleshoot.
    1. My unique CSS coding is currently on a child theme
    2. I’ve removed my own unique CSS coding completely and tested the page before pasting it back in.
    3. I removed the Original Regalway Theme and Re-Uploaded the same original theme to remove any files that may have been corrupted.
    4. I de-activated each plugin one by one and tested the site before re-activating.
    5. I cleared all history from my browser when checking all above changes.
    6. Using a suggestion I saw, I attempted to adjust width by calling ‘.mobile_nav’ on the styles.css

    None of the above methods has worked so far. Any other suggestions would be appreciated!

    LINK to my site: https://dallas136.arvixeshared.com/~ckoski33/wordpress_testsite

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • that’s a temporary solution until maybe you can message the theme author to help you with the problem.
    add this code to the end of any .js file for example custom.js or ddsmoothmenu.js

    jQuery(document).ready(function($){
    	$("#MainNav").click(function(){
    		$('#menu-main').toggle();
    	});
    });
    • This reply was modified 7 years, 5 months ago by Omar Kasem.
    • This reply was modified 7 years, 5 months ago by Omar Kasem.
    Thread Starter christinanyc

    (@christinanyc)

    Hi, OmarK,

    I tried this out and it didn’t work either. I suppose it’s time to message the theme author! Thanks for your assistance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Navigation not responding’ is closed to new replies.