jquery - FlexSlider2 Auto play -


I am using the flexslider 2 plugin in my website. When I click on the next / previous button, the autopsy stops working. I tried editing the jquery.flexslider.js file but it has no effect. Can anyone suggest me this solution?

Automatically stops

  $ ('.flex-next') (function () {$ ('flexslider'). Flexslider ("play")}) ; $ ('. Flex-prev'). (Function () {$ ('.fluxlider') .FlexLider ("play")});  

Or you can try it: -

  $ ('flexslider'). Flexslider ({pauseOnAction: true, // After the setting of the function: function (slider) {/ * Auto-restart player if stopped after action / / (! Slider.pling) {slider.play ();}}});  


Comments