Testimonial cycle shortcode with pager and testimonials per slide

  1. // show a single testimonial per slide, with a pager
  2. [testimoanials_cycle pager='1' testimonials_per_slide='1']
  3.  
  4. // show a single testimonial per slide, without a pager
  5. [testimoanials_cycle pager='0' testimonials_per_slide='1']
  6.  
  7. // show 3 testimonials per slide, with a pager
  8. [testimoanials_cycle pager='1' testimonials_per_slide='3']
  9.  
  10. // show 3 testimonials per slide, without a pager
  11. [testimoanials_cycle pager='0' testimonials_per_slide='3']
  12.  
  13. // show 3 testimonials per slide, with a pager, using the Card Style - Maroon theme
  14. [testimoanials_cycle pager='1' testimonials_per_slide='3' theme="card_style-maroon"]