Hi,
All parallax image backgrounds have stopped working after the update. Cleared cache multiple times and I have also placed the code below in my child theme functions.php file:
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 koen_dieren!
We just checked for the parallax issue and for any errors on the site but everything look good please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Regards,
Vinay