Hi Guys.
Please see my website. Nothing seems to be working since 4.5
I get this on refresh:
Google pagespeed has been flushed and the JS fix applied.
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