Beskrivelse
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
orcenter
- padding Possible value is pure CSS. Example
0 40px
- loop Enable or disable loop by adding
0
or1
- autoplay Enable or disable autoplay by adding
0
or1
- dots Enable or disable dot nav by adding
0
or1
- nav Enable or disable left right arrow nav by adding
0
or1
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
Skjermskudd
Installasjon
- Upload
testimonial-slider-shortcode
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
-
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
orcenter
- padding Possible value is pure CSS. Example
0 40px
- loop Enable or disable loop by adding
0
or1
- autoplay Enable or disable autoplay by adding
0
or1
- dots Enable or disable dot nav by adding
0
or1
- nav Enable or disable left right arrow nav by adding
0
or1
- align you can sent the slider alignment here, support values are
-
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
Vurderinger
Bidragsytere og utviklere
“Testimonial Slider Shortcode” er programvare med Ã¥pen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “Testimonial Slider Shortcode” til ditt sprÃ¥k.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
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