• Resolved leofrish

    (@leofrish)


    Just starting to play around with Quest.

    Having the slider autoplay continuously will be problematic. But not having it play at all will not communicate what I’m trying to say.

    Can the slider be customized to permit an initial play 1x only and then allow a manual tour through the slides?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author pacethemes

    (@pacethemes)

    Edit the file assets/plugins/FullscreenSlitSlider/js/jquery.slitslider.js and change line 491 from below
    if (self.options.autoplay) {
    TO
    if (self.options.autoplay && self.current != self.slidesCount) {

    Thread Starter leofrish

    (@leofrish)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slider – autoplay 1x only?’ is closed to new replies.