How to setup homepage slider
The homepage slider is created with revolution slider module, found in app/modules/revolution.
The images for the slider should be uploaded to app/images
folder
To change the images of the slider you have to insert the correct path where you find the following code in the index.html file:
<!-- MAIN IMAGE --> <img src="images/slide01.jpg" alt="" data-lazyload="images/slide01.jpg" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="6" class="rev-slidebg" data-no-retina>
For the slider to slide automatically to the next slide, replace the following code in index.html within the Revolution slider script
stopLoop:”on”, stopAfterLoops:0, stopAtSlide:1
with
stopLoop:”off”, stopAfterLoops:-1, stopAtSlide:-1,