ThemeForest

Russhour - Corporate / Business Clean Template

How to automatically move the slideshow?

Edit slideshow.js in script folder and replace the code with:

jQuery().ready(function(){
    $('#slideshow').jCarouselLite({ 
            btnPrev:   '#placenav #butprev', 
        btnNext:   '#placenav #butnext', 
        easing:'easeInOutExpo', //Animation for Images Slideshow
        auto:1500,
        speed:900,
        vertical:true,
        visible:1
    });
    $('#introright').jCarouselLite({ 
            btnPrev:   '#placenav #butprev', 
        btnNext:   '#placenav #butnext', 
        easing:'easeInOutExpo', //Animation for Text
        auto:1500,
        speed:900,
        visible:1
     });
    $('#captionslideshow').jCarouselLite({ 
            btnPrev:   '#placenav #butprev', 
        btnNext:   '#placenav #butnext', 
        easing:'easeInOutExpo', //Animation for Photo Caption
        auto:1500,
        speed:900,
        visible:1
    });
});
by
by
by
by
by