Archived topic
Updated wordpress to 5.6, now menus don't do anything
6 replies · Started by Terry on December 8, 2020
Hey Terry,
Just checked the site but can't get it to load.
Can you confirm the URL?
Sorry, forgot an s.
https://www.terrys-service.com/
For some reason, it's doing a 301 redirect from (any) selected page to the homepage.
That's strange for sure.
Have you tried disabling all plugins except GP Premium to test?
That brought it back to life.
I'll see what did it and post an update here.
Thanks for the help!
It was some custom code I had to kill jquery because I wasn't using it.
WP did something to JQ in the last release and trying to dequeue and deregister it apparently causes problems now.
function change_default_jquery( ){
wp_dequeue_script( 'jquery');
wp_deregister_script( 'jquery');
}
Thanks again for all your help!
No problem :)