A lightweight Testimonial Slideshow plugin for WordPress. It lets you create a beautiful responsive Testimonial Slideshow.
| Author: | Sazzad Hu (profile at wordpress.org) |
| WordPress version required: | |
| WordPress version tested: | |
| Plugin version: | 1.1.9 |
| Added to WordPress repository: | 16-10-2016 |
| Last updated: | 12-09-2023
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 3 |
| Plugin URI: | http://wordpress.org/plugins/testimonial-slid... |
| Total downloads: | 8 554 |
| Active installs: | 800+ |
![]() Click to start download |
|
Using this plugin you can add a interactive Testimonial slider to any page or post. This plugin offer a shortcode to create Slideshow. It is fully responsive and looks good in any device.
This plugin using a jquery plugin Owl Carousel by Owlgraphic.
Shortcode Example
[tss_testimonial_slider align=”center” padding=”0 40px” loop=”1″ autoplay=”1″ dots=”1″ nav=”1″ class=””]
[tss_item text=”Abelson has been an amazing firm to work with. Lorem changed the company.?” name=”JOHN SAMPSON LP” link=”#”/]
[tss_item text=”Abelson has been an amazing firm to work with. Lorem changed the company.” name=”JOHN SAMPSON LP” link=””/]
[tss_item text=”Abelson has been an amazing firm to work with. Lorem changed the company.” name=”JOHN SAMPSON LP” link=””/]
[/tss_testimonial_slider]
So what are the arguments of the main shortcode?
- align you can sent the slider alignment here, support values are
left,rightorcenter - padding Possible value is pure CSS. Example
0 40px - loop Enable or disable loop by adding
0or1 - autoplay Enable or disable autoplay by adding
0or1 - dots Enable or disable dot nav by adding
0or1 - nav Enable or disable left right arrow nav by adding
0or1
So what are the arguments of the Sub shortcode?
- text this is the text of the slider item
- name name of the testimonial author
- link full link
