[Resolved] Updated wordpress to 5.6, now menus don’t do anything

Home Forums Support [Resolved] Updated wordpress to 5.6, now menus don’t do anything

Home Forums Support Updated wordpress to 5.6, now menus don’t do anything

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1572187
    Terry

    They’re visible and clickable but do nothing.

    https://www.terry-service.com

    Any suggestions?

    #1572195
    Leo
    Staff
    Customer Support

    Hey Terry,

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

    Can you confirm the URL?

    #1572196
    Terry

    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.

    #1572197
    Leo
    Staff
    Customer Support

    That’s strange for sure.

    Have you tried disabling all plugins except GP Premium to test?

    #1572199
    Terry

    That brought it back to life.

    I’ll see what did it and post an update here.

    Thanks for the help!

    #1572203
    Terry

    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!

    #1572204
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.