-
AuthorPosts
-
April 19, 2016 at 12:29 am #616939
Accordion toggles not working on site, I have the latest version of the theme, please advise.
April 19, 2016 at 12:35 am #616940Hi 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,
YigitApril 19, 2016 at 3:51 pm #617486This is the newest version of the theme it was just updated yesterday
April 19, 2016 at 8:04 pm #617653Please 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.
April 19, 2016 at 8:28 pm #617664Hey!
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!
BasilisApril 19, 2016 at 9:06 pm #617690I apologize for the confusion, I have updated the theme for sure now and the above problems are still happening, please advise.
April 19, 2016 at 9:15 pm #617699See below
April 20, 2016 at 12:50 am #617806Also 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.
April 20, 2016 at 3:52 pm #618406Hello, please help, there are major errors in the site as mentioned above.
April 20, 2016 at 8:54 pm #618683Well 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’); -
AuthorPosts
- The topic ‘Toggles not working’ is closed to new replies.
