Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #648138

    Fullwidth Easy Slider Not showing in IE or Edge.
    Using WordPress version 4.5.2, Enfold Version 3.6.1

    Website works perfectly in Chrome, Firefox, etc. But when viewed using Internet explorer or Edge the Fullwidth Easy Slider, Masonry Gallery and Animated numbers do not show – just leaves a blank space.

    All plugins have been disabled. Made no difference.

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

    …to the functions.php file and this got the Masonry Gallery images and Animated numbers showing – but still can’t get the Slider to work.

    #649538

    Hey Supple,

    Thank you for using Enfold.

    I checked the site on IE8 and the sliders are working. I will ask the rest of the support team to check this on Edge.

    Best regards,
    Ismael

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