View full feature at a glance
XL Testimonial Carousel is a WordPress plugin which creates custom post type to add client’s testimonials / recommendations to display anywhere of your site using the shortcode. It is simple but flexible & powerful.
Upgrade to PRO »
View live Demos »
Support Forum »
Contact Us »
Plugin Features
- Testimonial Shortcode Ready
- Responsive Testimonial carousel.
- Very light weight.
- Custom post type for Testimonial posting.
- No need any settings.
- Work with all WordPress theme.
- Easy to use.
- Developer friendly & easy to customize.
- Powered by Owl Carousel 2.
- Displaying Author Image with each Testimonial
- Its easy user interface allows you to manage, edit, create, and delete Testimonials.
Pro Features
- 70+ different In/Out Animation
- 9 global styles and 27 different styles. More style is coming.
- Different Author image styles. Square to circle from setting page or use our pre define parameters
- Lot’s of shortcode parameters
- Category wise Testimonials
- Great Settings Panel
- On / Off – Stop on Hover
- 3 way to display slider navigation
- Unlimited Colors
- Auto select font from your website
- Different Theming
- Author Image size control
- 6 Different Author image styles
- 3 Different Alignment
- Works with any WordPress Theme.
- Build with HTML5 & CSS3.
- Responsive. Work on any device.
- Easy and user-friendly setup.
- Well documentation and 24/7 support.
Shortcode parameters
70+ different In/Out Animation
- bounce
- flash
- pulse
- rubberBand
- shake
- swing
- tada
- wobble
- jello
- bounceIn
- bounceInDown
- bounceInLeft
- bounceInRight
- bounceInUp
- bounceOut
- bounceOutDown
- bounceOutLeft
- bounceOutRight
- bounceOutUp
- fadeIn
- fadeInDown
- fadeInDownBig
- fadeInLeft
- fadeInLeftBig
- fadeInRight
- fadeInRightBig
- fadeInUp
- fadeInUpBig
- fadeOut
- fadeOutDown
- fadeOutDownBig
- fadeOutLeft
- fadeOutLeftBig
- fadeOutRight
- fadeOutRightBig
- fadeOutUp
- fadeOutUpBig
- flipInX
- flipInY
- flipOutX
- flipOutY
- lightSpeedIn
- lightSpeedOut
- rotateIn
- rotateInDownLeft
- rotateInDownRight
- rotateInUpLeft
- rotateInUpRight
- rotateOut
- rotateOutDownLeft
- rotateOutDownRight
- rotateOutUpLeft
- rotateOutUpRight
- hinge
- rollIn
- rollOut
- zoomIn
- zoomInDown
- zoomInLeft
- zoomInRight
- zoomInUp
- zoomOut
- zoomOutDown
- zoomOutLeft
- zoomOutRight
- zoomOutUp
- slideInDown
- slideInLeft
- slideInRight
- slideInUp
- slideOutDown
- slideOutLeft
- slideOutRight
- slideOutUp
Use any shortcode to display testimonials with preferred transition
[xl_testimonial in_animation="zoomIn"]
[xl_testimonial out_animation="fadeOutUp"]
[xl_testimonial in_animation="flipInX" out_animation="slideOutDown"]
9 different global styles in setting page
- style 1
- style 2
- style 3
- style 4
- style 5
- style 6
- style 7
- style 8
- style 9
6 Different Author image styles
- xl_square
- xl_circle
- xl_radius
- xl_square_shadow
- xl_circle_shadow
- xl_radius_shadow
3 Different Alignment
- xl_left
- xl_right
- xl_center
Example – One : Use following shortcode to display testimonials combined with in and out animation, category, circle author image and center align.
[xl_testimonial cat_name='cat-1' out_animation='slideOutDown' in_animation='flipInX' author_img_style='xl_circle' alignment='xl_center']
Still have any confusion?
Normally Testimonials will show by descending order, latest will show first. But if you wish to display ascending order, oldest at first then pass order=”ASC” parameter to shortcode like
[xl_testimonial order='ASC']
Installation process of XL Testimonial Carousel
Install by Search Plugin
- Go to Dashboard > Plugins > Add New
- Search XL Testimonial Carousel
- Click to install
- Activate the plugin
- Testimonials post type will show below POSTS
Install by Upload Plugin
- Download the latest version of XL Testimonial Carousel (.zip file)
- Go to Dashboard > Plugins > Add New
- Select “Upload Plugin”
- Click on “Choose File”
- Select downloaded xl-testimonial-carousel & click on ‘Install Now’ button
- Activate the plugin
- Testimonials post type will show below POSTS
Install Plugin using FTP
- Upload xl-testimonial-carousel folder inside the /wp-content/plugins/ directory
- Go to WordPress dashboard > Plugins & Activate the XL Testimonial Carousel
- Testimonials post type will show below POSTS
Manage The Testimonial
The Menu
Inside your WordPress dashboard area, go to XL Testimonial. Now you will get 4 sub menus like –
- All Testimonial
- Add New
- Category
- Settings
All Testimonials
Go to Testimonial > All Testimonial to see all the Testimonials you added until now. Mentioned columns will display here
- Title – for client name
- Categories
- Date
Add New Testimonial
If you know how to add a post or a page in WordPress then it will be very easy to add a Testimonial in your website. We have split this into 5 simple steps as you can see in the picture :
- Testimonial Author Name (1) : This is self explanatory. Just add the name of Testimonial Author.
- The Testimonial (2) : Add The Testimonial in the editor which you received from client.
- Testimonial Author Image (3) : Add a picture of your client who wrote the testimonial.
- Company Name (4) : Add Company Name of testimonial author. Keep it blank if you have no company name.
- Testimonial Categories (6) : You can categories your testimonials by creating your own category.
Testimonial Admin options available only at PRO version. At General Settings instructions added with each field.
Testimonial Admin options available only at PRO version. At Style Settings instructions added with each field.
Testimonial Admin options available only at PRO version. At Advance Settings instructions added with each field.
XL Testimonials Carousel shortcode usage
Basic Usage
[xl_testimonial]
Shortcode attributes Usage
No. | Attribute | Default value | Options | Description |
---|---|---|---|---|
1 | cat_name | All | Testimonial Category Slug | To get your Testimonial category slug, Go to XL Testimonial > Category. Here you will find Testimonial category & all the slugs. |
2 | order | DESC | DESC / ASC | Normally Testimonials will show by descending order, latest will show first. But if you wish to display ascending order, oldest at first then pass order=’ASC’ parameter |
3 | in_animation | None | There is 70+ animation. View all here | Use preferred in_animation parameter |
4 | out_animation | None | There is 70+ animation. View all here | Use preferred in_animation parameter |
5 | author_img_style | default | xl_square / xl_circle / xl_radius / xl_square_shadow / xl_circle_shadow / xl_radius_shadow | Use preferred author image attribute from 6 Different Author styles |
6 | alignment | default | xl_left / xl_right / xl_center | Use preferred alignment from 3 different alignment styles |
7 | autoplay_speed | 500 | Any positive real number. Not less then 100. | Any positive real number. Not less then 100. Use higher value for slow speed. |
8 | autoplay_timeout | 1000 | Any positive real number. Not less then 100. | Any positive real number. Not less then 100. Use higher value for slow speed. |
70+ different In/Out Animation
- bounce
- flash
- pulse
- rubberBand
- shake
- swing
- tada
- wobble
- jello
- bounceIn
- bounceInDown
- bounceInLeft
- bounceInRight
- bounceInUp
- bounceOut
- bounceOutDown
- bounceOutLeft
- bounceOutRight
- bounceOutUp
- fadeIn
- fadeInDown
- fadeInDownBig
- fadeInLeft
- fadeInLeftBig
- fadeInRight
- fadeInRightBig
- fadeInUp
- fadeInUpBig
- fadeOut
- fadeOutDown
- fadeOutDownBig
- fadeOutLeft
- fadeOutLeftBig
- fadeOutRight
- fadeOutRightBig
- fadeOutUp
- fadeOutUpBig
- flipInX
- flipInY
- flipOutX
- flipOutY
- lightSpeedIn
- lightSpeedOut
- rotateIn
- rotateInDownLeft
- rotateInDownRight
- rotateInUpLeft
- rotateInUpRight
- rotateOut
- rotateOutDownLeft
- rotateOutDownRight
- rotateOutUpLeft
- rotateOutUpRight
- hinge
- rollIn
- rollOut
- zoomIn
- zoomInDown
- zoomInLeft
- zoomInRight
- zoomInUp
- zoomOut
- zoomOutDown
- zoomOutLeft
- zoomOutRight
- zoomOutUp
- slideInDown
- slideInLeft
- slideInRight
- slideInUp
- slideOutDown
- slideOutLeft
- slideOutRight
- slideOutUp
XL Testimonials Carousel screenshots of different styles
Thanks again for buying this plugin, if you need any help/support contact us.