Where can I adjust the speed settings of the slideshow. And can I turn off the nav buttons?

Comments

MrPeanut’s picture

It looks like the settings are in js/main.js:

    //homepage image slider
    $('#slider').nivoSlider({
      directionNav: true,
      directionNavHide: false,
      captionOpacity: 0.8,
      boxCols: 8,
      boxRows: 4,
      effect: 'random',
      slices: 15,
      animSpeed: 500,
      pauseTime: 3000,
      controlNav: false
    });
devsaran’s picture

Status: Active » Closed (fixed)

Thanks MrPeanut..

@samgreco Refer Nivo Slider Documentation for more details.