Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #616939

    Accordion toggles not working on site, I have the latest version of the theme, please advise.

    #616940

    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

    #617486

    This is the newest version of the theme it was just updated yesterday

    #617653

    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.

    #617664

    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

    #617690

    I apologize for the confusion, I have updated the theme for sure now and the above problems are still happening, please advise.

    #617699

    See below

    #617806

    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.

    #618406

    Hello, please help, there are major errors in the site as mentioned above.

    #618683

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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Toggles not working’ is closed to new replies.