Testimonial cycle shortcode with pager and testimonials per slide

// show a single testimonial per slide, with a pager
[testimoanials_cycle pager='1' testimonials_per_slide='1']

// show a single testimonial per slide, without a pager
[testimoanials_cycle pager='0' testimonials_per_slide='1']

// show 3 testimonials per slide, with a pager
[testimoanials_cycle pager='1' testimonials_per_slide='3']

// show 3 testimonials per slide, without a pager
[testimoanials_cycle pager='0' testimonials_per_slide='3']

// show 3 testimonials per slide, with a pager, using the Card Style - Maroon theme
[testimoanials_cycle pager='1' testimonials_per_slide='3' theme="card_style-maroon"]