Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #615638

    Hi Guys.

    Please see my website. Nothing seems to be working since 4.5

    #615652

    I get this on refresh:

    img

    Google pagespeed has been flushed and the JS fix applied.

    #616171

    Hi,

    Not sure what fix you applied? This maybe?

    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');

    Thanks,
    Rikard

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