Okay
  Public Ticket #298969
Flexslider auto advance
Closed

Comments

  • Danny started the conversation

    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

    });

    });

  •  1,071
    ThemeNectar replied

    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