Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #619224

    hello, after updating wordpress to the latest version, the slider pics on my site dont display anymore.
    what went wrong?

    also i can see the toggle function is not working anymore.

    • This topic was modified 7 years, 12 months ago by yampieters.
    #619295

    I have the same problem!!!
    In fact no slider or effect on images works! THIS IS URGENT!!!

    This sliders and images used to work 3 days ago!

    #619307

    Hey!

    Ensure that you are using Enfold 3.5.3 with WordPress 4.5.

    Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Regards,
    Jordan

    #619336

    Please help me out to solve this problem!

    #619342

    I AM using Enfold 3.5.3 with WordPress 4.5 and it´s not working

    #619369

    Hi!

    have you tried multiple different browsers and still not working?

    Regards,
    Basilis

    #619537

    for details see private content

    #619542

    Hey!

    We have fixed the problem for you by adding the below code in functions.php

    Please hard refresh and review the site. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

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

    Best regards,
    Vinay

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