-
AuthorPosts
-
April 13, 2016 at 3:35 pm #612821
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.
April 13, 2016 at 3:37 pm #612823Hi crg1!
Can you please post the link to your website? We may need a temporary admin login as well
Regards,
YigitApril 13, 2016 at 6:47 pm #613093Please see attached information.
April 14, 2016 at 6:47 am #613515Hi,
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,
RikardApril 14, 2016 at 10:48 am #613676Many 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.
April 15, 2016 at 9:49 am #614667Right 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?
April 15, 2016 at 10:14 am #614689I 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.
April 15, 2016 at 2:51 pm #614862Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
