Thomas,
As it currently stands, you can’t – the script loads only jQuery Cycle Lite, which doesn’t have any other transitions. Doing a version that loads the full Cycle has plugin is on my to-do list, but I haven’t gotten around to it yet.
In the meantime, it should be pretty simple for you to hack it up so that you can use the full Cycle plugin. Try the following:
- In simpleslider.js, insert a line after line 11 (which currently says
t_show.cycle({
) that says fx: 'scrollHorz',
(or whichever transition you want to use).
- In simpleslider.php, remove lines 47-49, and replace them with
wp_register_script( 'jquery-cycle', 'https://ajax.microsoft.com/ajax/jquery.cycle/2.88/jquery.cycle.all.min.js', array('jquery'), null, false );
I haven’t tested this, but it should work.
If it doesn’t, post some feedback here and I’ll try and help you work through it.
Thanks,
Dan