• Chris

    (@chrisgdr)


    Hello,

    After updating my theme “Customizr” to its latest version 3.3.8, my slider stopped on the first slider, without any arrow. The size isn’t correct neither.

    I am getting the following JS error:

    <script>
            var metaslider_193 = function($) {
                $('#metaslider_193').addClass('flexslider'); // theme/plugin conflict avoidance
                $('#metaslider_193').flexslider({
                    slideshowSpeed:3000,
                    animation:"fade",
                    controlNav:true,
                    directionNav:false,
                    pauseOnHover:true,
                    direction:"horizontal",
                    reverse:false,
                    animationSpeed:600,
                    prevText:"<",
                    nextText:">",
                    slideshow:true
                });
            };
            var timer_metaslider_193 = function() {
                var slider = !window.jQuery ? window.setTimeout(timer_metaslider_193, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_193, 1) : metaslider_193(window.jQuery);
            };
            timer_metaslider_193();
        </script>

    I have tried to disable the only one other plugin running (Contact Form 7) but it did’t change anything.

    It looks like I have the same problem than the one of this topic but I am not able to perform the solution proposed, which was to “dumb the script”.

    Thanks for your help.

    Regards,

    Chris

    Website
    Wordpress version: 4.1.1
    Meta Slider version: 3.3

  • The topic ‘[Plugin: Meta Slider] Slider blocked JS conflict’ is closed to new replies.