I’m having issues with the mobile menu for a site. It shows up, but is not clickable. I’m not sure what started the issue, but I have removed plugins and re-uploaded them. I have also redone all the widgets, just in case. I use the same plug-ins for a few websites and the only thing different with this one is I have code in css to remove background for one of the pages. Please help! I’m thinking of removing the main mobile menu (but don’t know how) if I can’t figure out a fix. THe site that’s having issues is http://www.lenoxmutual.com
Looks like you have some javascript placed after the tag in the footer which is causing some issues. Did you add this script yourself, or is a plugin adding it?
I’m pretty sure it was a plugin that added that. I removed the plug in, but still having the menu issue. I’m a newbie, so I need my hand held through this =( What javascript do you suggest I try removing-and how do I get to that section? (is it in the footer or other area?)
It doesn’t look like any scripts are being printed into your footer, which tells me you might be missing the wp_footer() function in your footer.php file. Have you made any edits to that file at all?
I don’t think I did, but maybe??? Huge thanks for your help! I compared the footer.php with another site and found the missing script…All fixed. I owe you another cup of coffee =)