« See all FAQs for Vendor – Premium WordPress Portfolio Theme
How to slow down the slider speed?
You can change the slider speed by making a small change in:
http://www.awesem.com/vendor/wp-content/themes/vendor/_assets/js/scripts.js?ver=3.1 // HOMEPAGE SLIDER
jQuery('#featured').slides({
container: 'slides_container',
autoHeight: true,
play: 5000,
paginationClass: 'pagination',
generatePagination: false
});
Simply change play: 5000 (5 seconds) to e.g. play: 10000 which represents 10 seconds.
Please note that each parameter apart from the last one needs to be terminated by a comma.

