Hi
After upgrading WP to 4.5, post slider is not pulling in images. Please advise asap.
Url http://goo.gl/DZ1Qmc
My Enfold version is
You are using Version 3.4.7.
Hey galwaylinkup!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
Yigit
Hi. Let me know when you can look into it. I will put an image for there for now.
Thanks
Ok. I have replaced the main image with post slider
Hey!
You are still using an older version of the theme. You should update the theme to solve the issue :)
3
Regards,
Yigit
I cant update as it will break other things.
Can we fixed it with the current version?
Hi!
You can try adding following code to the bottom of Functions.php file in Appearance > Editor
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');
Update should not break anything :)
Best regards,
Yigit