Been searching for a way to resolve all these 4.5 issues. Can you please sticky this for others as many people seem to have this issue
Found this fixed mine:
Putting the following in functions.php
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');
Hi haydenkirk,
Thanks for the tip, I guess that would be a good idea yes :-)
Regards,
Rikard
What about this rule? This isn’t part of 3.5.3 Enfold ?