More Demos: bootstrap slider bar, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Dear support,
We want captions to appear always from the right or from the top and not by chance, so I want to change effect for description in my slideshow. But I want to use my slideshow, because I've made a lot of modifications after publishing the slide, is there a solution to adapt the js file?
A: Please, open generated "script.js" file in any text editor (for example, NotePad), find
following lines:
jQuery("#wowslider-container1").wowslider({effect:"blur",prev:"",next:"",duration:20*100,delay:20*100,width:895,height:455,autoPlay:true,stopOnHover:true,loop:false,bullets:true,caption:true,captionEffect:"move",controls:true,logo:"engine1/loading.gif",images:0});
and change captionEffect:"move" to captionEffect:"slide".