Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #615302

    My acordian slider just stopped working on my home page – http://www.laninlaw.com
    I did not edit the page at all. Any help would be greatly appreciated.

    Thanks
    (Email address hidden if logged out)

    #615307

    Hey Scott!

    Please add the below code in functions.php

    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');

    You are probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5
    If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.2 make sure you have the correct API key from themeforest.
    If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
    Once you have updated to the latest version you can remove the above code from functions.php

    Cheers!
    Vinay

    #615310

    Vinnie – Thanks for such a fast response. I called my host – godaddy – and they confirmed that they are updating wordpress and they suggested the same thing you did – that the theme needs to be updated. I will try that and see what happens.

    Regards,
    Scott

    #615395

    Hi!

    Thanks a lot for coming back to us.
    Please do let us know about the process, we will do leave the ticket open here.

    Thanks a lot

    Best regards,
    Basilis

    #615636

    problem solved!
    it was not necessary to edit the functions.php file
    all I needed to do was update the theme from the wordpress dashboard using the theme options menu
    it was actually very simple
    it appears that godaddy updated my managed wordpress software and the new software interfered with the function of the acordian slider
    once I updated the theme to 3.5.2 and reloaded the home page, my acordian slider worked again

    thanks!
    Scott

    #616150

    Hi Scott,

    Great, glad you got it working and thanks for the feedback :-)

    Best regards,
    Rikard

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