I have just updated my Enfold theme to the latest version; however Layerslider is no longer working; I am unable to update the Layerslider plugin manually as it is part of the Enfold package. Any help would be greatly appreciated before I make the mistake of updating my other websites that use the Enfold theme.
Hi crg1!
Can you please post the link to your website? We may need a temporary admin login as well
Regards,
Yigit
Please see attached information.
Hi,
I added the following to your themes functions.php file and your slider is working again:
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');
Regards,
Rikard
Many thanks; I am hoping that this will not be an issue with the other websites where I am using the Enfold theme as I have not tried updating them as yet.
Right this seems to be a problem with updating to the latest version of WordPress as the same thing has just happened when I tried updating another one of my websites, where about in the PHP file do I add that code?
I need to get this sorted out as this website is due for launch for a client this weekend; I have lost the Layerslider, testimonials, Google map and contact form from my website.
Hi!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.2 – 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