Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #619501

    Hi there,

    I’ve upgraded all websites to the new WordPress 4.5 and apparently everything is not loading. Tentatively, I’m not daring to upgrade further for the other websites on Enfold. This is truly a serious issue.

    I’ve tried inserting your recommended codes for

    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    Nothing works. Please assist.

    #619555

    Hi sgrobert!

    The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press First press Ctrl + Shift + i to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    #620360

    Hi Vinnie,

    Thanks for the update. I’ve just checked. I guess one more option could cause the issues for other developers as I did just realise that I was using Cloudflare and probably the files that were served at the moment, was the previous copy on the server.

    Admins have to purge their files from the current server copy to fully test it.

    Thanks for your assistance nonetheless!

    Cheers!

    #620427

    Hi!

    We are glad you got it solved out!
    Please do let us know if we can do anything else for you!

    Regards,
    Basilis

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