Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #615821

    after update wordpress 4.5 easy slider doesn’t works
    i don’t see more the easy slider

    can you help me?

    thank you
    micol

    #615825

    all images are not seen more after upgrade with wordpress 4.5 !!!

    #615827

    thank you

    i have resolved whit

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

    #615889

    Hi!

    Updating to latest version and clear cache / regenerate thumbnails is needed.
    What you did is a quick way to move forward with a quick solution but might bring issues later on.

    Best regards,
    Basilis

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