Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dlanger

    (@dlanger)

    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:

    1. 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).
    2. 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

    Plugin Author dlanger

    (@dlanger)

    Update: With version 1.1 of Simple Slideshow, this is now possible. In the Settings menu, set the Cycle Version to “All”, and then pass the transition attribute to scrollHorz (eg. [simple_slideshow transition="scrollHorz"]).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different transitions?’ is closed to new replies.