views:

22

answers:

0

I am using this plugin in wordpress

http://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.

iwebix.de/wp-content/plugins/front-slider/scripts/slider.js