Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #612823

    Hi crg1!

    Can you please post the link to your website? We may need a temporary admin login as well

    Regards,
    Yigit

    #613093

    Please see attached information.

    #613515

    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

    #613676

    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.

    #614667

    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?

    #614689

    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.

    #614862

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.