Accordion toggles not working on site, I have the latest version of the theme, please advise.
Hi ejo14!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.3 – 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
Regards,
Yigit
This is the newest version of the theme it was just updated yesterday
Please advise on why the testimonials widget is not working as well as the toggles, I have confirmed I am using the latest version of the theme.
Hey!
No, you are not using the latest version of Enfold, as Yigit told you.
We can see it:
Version: 3.0.4
while enfold is on version 3.5.3
please update.
Cheers!
Basilis
I apologize for the confusion, I have updated the theme for sure now and the above problems are still happening, please advise.
See below
Also on the mobile version, there is now a big gap under the slider since the update, please advise on a fix for that as well.
Hello, please help, there are major errors in the site as mentioned above.
Well after reading through this enfold forum I saw the post about problems with the new version of WordPress, added the following code to functions.php and all is fixed, please disregard the above concerns and considered this topic close.
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’);