[Plugin: Front Slider] how to get next slide instead of scrolling?
-
I am using This plugin and wverything working ok.
Demo:
https://www.iwebix.de/front-slider-wordpress-plugin-demo/As you can see in the demo above, the left and right arrow buttons are the controls for scrolling the thumbnails.
i have already changed these lines to change mouse over/out to onclick event
u.onmouseover=new Function(‘SLIDE.scroll.init(“‘+this.thumbs+'”,-1,’+this.scrollSpeed+’)’);
u.onmouseout=r.onmouseout=new Function(‘SLIDE.scroll.cl(“‘+this.thumbs+'”)’);
r.onmouseover=new Function(‘SLIDE.scroll.init(“‘+this.thumbs+'”,1,’+this.scrollSpeed+’)’);But how can i make this so that the thumbnails will got to the next or previous slide instead of just scrolling?
Any help or ideas on how to do this?
Thanks!
Here is the original script.
https://iwebix.de/wp-content/plugins/front-slider/scripts/slider.js
- The topic ‘[Plugin: Front Slider] how to get next slide instead of scrolling?’ is closed to new replies.