Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › slider delay by portfolio project › Reply To: slider delay by portfolio project
November 15, 2014 at 1:28 am
#1085
Participant
Hello,
Please go to wp-content/plugins/elvyre-core/js/ and open the file called jquery.nivo.slider.js in any text editor (Notepad++, Dreamweaver, etc.). Go to about line 636:
//Default settings
$.fn.nivoSlider.defaults = {
effect: 'random',
slices: 15,
boxCols: 8,
boxRows: 4,
animSpeed: 500,
pauseTime: 3000,
startSlide: 0,
directionNav: true,
controlNav: false,
controlNavThumbs: false,
pauseOnHover: true,
manualAdvance: false,
prevText: 'Prev',
nextText: 'Next',
randomStart: false,
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){},
lastSlide: function(){},
afterLoad: function(){}
};
Change the value of animSpeed and pauseTime to suit your needs.
Let me know if it works.
Robert