Comments Danny started the conversationOctober 12, 2014 at 7:06amHi was wondering if you guys could give the option to turn off the auto advance on the flexslider.I found some javascript to do it, but I don't think we have access to that level of code right?$(window).load(function() { $('.flexslider').flexslider({ slideshow: false });}); 1,071ThemeNectar repliedOctober 15, 2014 at 9:27amHey Danny!You can edit the init.js file located in the js folder where you'll find the flexslider function which you can add the attribute in or slideshow: false Cheers Sign in to reply ...
Hi was wondering if you guys could give the option to turn off the auto advance on the flexslider.
I found some javascript to do it, but I don't think we have access to that level of code right?
$(window).load(function() {
$('.flexslider').flexslider({
slideshow: false
});
});
Hey Danny!
You can edit the init.js file located in the js folder where you'll find the flexslider function which you can add the attribute in or slideshow: false
Cheers