-
AuthorPosts
-
April 16, 2016 at 5:04 am #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.April 16, 2016 at 5:23 am #615307Hey 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.phpCheers!
VinayApril 16, 2016 at 5:27 am #615310Vinnie – 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,
ScottApril 16, 2016 at 10:13 am #615395Hi!
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,
BasilisApril 17, 2016 at 3:36 am #615636problem 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 againthanks!
ScottApril 18, 2016 at 8:25 am #616150 -
AuthorPosts
- You must be logged in to reply to this topic.