my slider does not play automatically. If it is good must be manual advance on false to play the slides automatically play slides. Maybe someone knows why he doesn't work with this code. The other functions works fine. I hope someone can help me.
//Default settings
$.fn.nivoSlider.defaults = {
effect: 'sliceUp',
slices: 15,
boxCols: 8,
boxRows: 4,
animSpeed: 500,
pauseTime: 3000,
startSlide: 0,
directionNav: true,
controlNav: true,
controlNavThumbs: false,
pauseOnHover: true,
manualAdvance: false,
prevText: 'Prev',
nextText: 'Next',
randomStart: false,
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){},
lastSlide: function(){},
afterLoad: function(){}
};