hello, after updating wordpress to the latest version, the slider pics on my site dont display anymore.
what went wrong?
also i can see the toggle function is not working anymore.
I have the same problem!!!
In fact no slider or effect on images works! THIS IS URGENT!!!
This sliders and images used to work 3 days ago!
Hey!
Ensure that you are using Enfold 3.5.3 with WordPress 4.5.
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Regards,
Jordan
Please help me out to solve this problem!
I AM using Enfold 3.5.3 with WordPress 4.5 and it´s not working
Hi!
have you tried multiple different browsers and still not working?
Regards,
Basilis
for details see private content
Hey!
We have fixed the problem for you by adding the below code in functions.php
Please hard refresh and review the site. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
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');
Best regards,
Vinay