woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.91k stars 1.69k forks source link

Im experiencing an Type Error Issue in my iOS 12 #1740

Closed lilsizzo closed 2 months ago

lilsizzo commented 6 years ago

Whenever the flexslider is clicked, this error is showing in Safari. TypeError: undefined is not an object (evaluating '$obj.pause'). There are 2 flexsliders that are synced.

$('.stage__large .flexslider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: stageSmall, smoothHeight: true, animateHeight: true, directionNav: false, touch: true, start: function() {

            },
            before: function(slider){

            },

        });