More Demos: bootstrap carousel slider example, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I just purchased the commercial edition from the App Store and am having an issue with the Basic Linear Slider. When I create the slider for my web page, it scrolls from right to left instead of left to right which I assumed would be the default. How can I change the direction of the scroll? I have a customer who's pretty upset that I cannot make a quick change to fix this, any help would be greatly appreciated!
A: You can change direction manually in generated "script.js" file.
Open it in any text editor (for example, Notepad), find last line and add "revers" parameter (use "1" or "0" values to set direction). For example:
jQuery("#wowslider-container1").wowslider({effect:"stack",prev:"",next:"",duration:10*100,delay:20*100,outWidth:480,outHeight:360,width:480,height:360,autoPlay:true,stopOnHover:false,loop:false,bullets:true,caption:true,controls:true,revers:1});