This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Testimonial Slider Shortcode

ਵੇਰਵਾ

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, right or center
  • padding Possible value is pure CSS. Example 0 40px
  • loop Enable or disable loop by adding 0 or 1
  • autoplay Enable or disable autoplay by adding 0 or 1
  • dots Enable or disable dot nav by adding 0 or 1
  • nav Enable or disable left right arrow nav by adding 0 or 1

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

ਸਕਰੀਨਸ਼ਾਟ

  • Testimonials Slider Center align
  • Testimonials Slider Left align
  • Testimonials Slider Right align
  • Shortcode Example

ਸਥਾਪਤੀਕਰਨ

  1. Upload testimonial-slider-shortcode to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

What is the Shortcode?

Below is the example of the shoercode.
[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, right or center
  • padding Possible value is pure CSS. Example 0 40px
  • loop Enable or disable loop by adding 0 or 1
  • autoplay Enable or disable autoplay by adding 0 or 1
  • dots Enable or disable dot nav by adding 0 or 1
  • nav Enable or disable left right arrow nav by adding 0 or 1

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

ਸਮੀਖਿਆਵਾਂ

16 ਜੁਲਾਈ 2023
Only the first word after text=" shows up. also only one word after name=" " will appear. Seems like a good enough idea. Poorly executed and no documentation to speak of.
27 ਫਰਵਰੀ 2017
Highly customizable and easy to use. I was able to implement and easy enough for everyone who isn’t a developer to create their own testimonials, which saves me lot time
2 ਨਵੰਬਰ 2016
I use this plugin, because it is very uncomplicated, lightweight and sufficient for my needs. The only thing I miss is an option to control the speed of the "autoslider-function". I have some long texts in the testimonials and the speed of the slider is far too quick.
Read all 3 reviews

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Testimonial Slider Shortcode” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Testimonial Slider Shortcode” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.1.9

  • Fixed Cross-Site Scripting attacks

1.1.8

  • Tested at latest wordpress

1.1.2

  • Fixed some readme.txt issue

1.1.1

  • Fixed a readme.txt issue

1.1

  • Added Center, left and right alignment support
  • Added Padding support
  • Fixed some CSS issue.

1.0

  • initial releases