Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Travis Ballard

    (@ansimation)

    Set it to display 1, then loop through all.

    Thread Starter anjanphukan

    (@anjanphukan)

    Sorry I didn’t mean that. With your answer it will show 1 testimonial and slide 1 testimonial. But I want to show 4 testimonials at a time and slide 1 testimonial.

    Plugin Author Travis Ballard

    (@ansimation)

    Ah yes you are correct. It’s definitely possible. You’d have to create a new output template that outputs the html for the scroller you want. Your theme would also have to include the js file to do it since cycle is not capable of that ( I dont think ). You can also probably disable cycle in the settings sinc eyou’ll be using your own js to control things as well.

    Plugin Author Travis Ballard

    (@ansimation)

    Not sure if it’ll help, but see this for an example of a more advanced output template travisballard.com/wordpress/creating-a-paginated-tb-testimonials-output-template/

    Thread Starter anjanphukan

    (@anjanphukan)

    That means the plugin doesn’t have that feature.

    I have to make some adjustments with the plugin or my theme files. Is that right?

    Can’t we have this option within the plugin in next versions. Say the widget will have another option with current DISPLAY and LOOP THROUGH as SLIDE COUNT or so?

    Plugin Author Travis Ballard

    (@ansimation)

    Correct, the plugin does not have that feature, no. In order to add that feature you would have to extend the plugin by writing your own code in your theme files.

    I don’t think this is something that will find it’s way into a future version of the plugin because the plugin uses jQuery cycle to do it’s animation, and that is not an option with it currently.

    That being said, it’s not overly difficult to extend with these capabilities if you have a bit of PHP knowledge.

    -Travis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slide one item at a time’ is closed to new replies.