Site logo

Archived topic

Updated wordpress to 5.6, now menus don't do anything

6 replies · Started by Terry on December 8, 2020

Viewing posts 1–7 of 7

Hey Terry,

Just checked the site but can't get it to load.

Can you confirm the URL?

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 :)

This archived topic is closed to new replies.