Drop down menu not working
-
Hi, everybody!
I have a WordPress based site (version 5.5.1) with the Organic Magazine theme (version 2.1).
I’ve recently noticed that the drop down feature in the main menu (in the header) is not working properly. The usual arrows show up but, when you mouse over it or click on them, nothing happens, the subentries for each menu entry aren’t displayed at all.
What can I do to fix it?
Thanks in advance!
The page I need help with: [log in to see the link]
-
You have 44 errors on your site. Your superfish.js file is having some major problems.
Did you just update to WordPress 5.5? It looks like they may have an update for jquery in that version. I think that the jquery update deprecated some of the commands that your version of superfish was using. You might want to check with the developer of the theme for an update.
if you want to look at the errors your site is receiving right click on the page and select inspect option. You can then select the console tab.
Thank you for your answer!
Yes, the site updated automatically to the 5.5.1 version just some days ago. Maybe that’s when the issue started.
Checking with the theme developer for an update should be the very last chance, since this is a free version that I chose when I created the site (ten years ago) and probably they would charge me for that.
What can I do to try and fix it manually?
You would have to create a child theme deregister the super fish javascript file and enqueue a new version of it. I don’t know if it would fix it or not. It looks like you also have problems with some other scripts. Here is the site for super fish. You might be able to find someone cheap to do it on Fiverr if you don’t know-how. I think it would probably cost a lot on Upwork.
You might want to see if there is an updated version of your theme somewhere. If it been a long time since your theme has updated it might not be supported any longer.
remove it in the functions.php file would go something like this
function my_register_script_method () { wp_deregister_script('jquery'); wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jqueryexample.min.js'); }I am having this exact same problem after upgrading to 5.5.1. All my drop down menus are non-functioning now. I am using a paid pro version of “Slim”.
My site is http://www.naminewmexico.org
This really sucks! Wonder if my issue is the same as juliocp87’s issue?
The topic ‘Drop down menu not working’ is closed to new replies.