FlexSlider icon indicating copy to clipboard operation
FlexSlider copied to clipboard

An awesome, fully responsive jQuery slider plugin

Results 108 FlexSlider issues
Sort by recently updated
recently updated
newest added

Hi Contributors, I was facing an issue when I play a video in flexslider and change the video and come back to the tab the video is playing in the...

I'm upgrading an old Magento site that was using jquery 1.7 and flexslider 2.1. I added the latest versions of the both to the new site I'm working on, but...

Hi, I built a simple flexslider and one of the slides is supposed to display a HTML5 video with an autoplay attribute. This works fine on every browser except for...

The slides do not slide smoothly on Google Chrome for iOS. Safari works fine. Even upon testing the flexslider 2 demo on the the website from Chrome, to ensure its...

The demo .html files (e.g., https://github.com/woocommerce/FlexSlider/blob/master/demo/index.html) contain the following meta tag for declaring the document character encoding: ```html ``` The tag should look either like this (the modern HTML5 version):...

There is a bug when you are using 2 synced sliders on a touch device (mobile); if you swipe the main slider to go to the next slide, the sync'ed...

FlexSlider is not compatible with jQuery 3.x. I've identified following 3 problems: - [jquery.fn.delegate()](http://api.jquery.com/delegate/) has been deprecated and superseded by [.on()](http://api.jquery.com/on/) - [jquery.fn.bind()](http://api.jquery.com/bind/) has been deprecated and superseded by [.on()](http://api.jquery.com/on/)...

If you have this combination of settings: pausePlay : true slideshow: false pauseOnAction: true (this one may not be relevant) Then the display starts with the Pause/Play button showing the...

On line 105, PausePlay setup should occur before the ControlNav and DirectionNav setups. This would improve 508 accessibility for keyboard users as the pause-play would then be the first control...