Changeset 1515987
- Timestamp:
- 10/16/2016 05:13:28 PM (9 years ago)
- Location:
- testimonial-slider-shortcode/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
testimonial-slider-shortcode.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
testimonial-slider-shortcode/trunk/readme.txt
r1515985 r1515987 7 7 Requires at least: 4 8 8 Tested up to: 4.6 9 Stable tag: 1.1. 39 Stable tag: 1.1.4 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 = Shortcode Example = 22 ` `22 ` 23 23 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""] 24 24 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link="#"/] … … 26 26 [tss_item text="333 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link=""/] 27 27 [/tss_testimonial_slider] 28 ` `28 ` 29 29 = So what are the arguments of the main shortcode? = 30 30 **align** you can sent the slider alignment here, support values are `left`, `right` or `center` … … 52 52 53 53 Below is the example of the shoercode. 54 `[tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""] 54 ` 55 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""] 55 56 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link="#"/] 56 57 [tss_item text="2222 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link=""/] 57 58 [tss_item text="333 Abelson has been an amazing firm to work with. Lorem changed the company." name=" JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link=""/] 58 [/tss_testimonial_slider]` 59 [/tss_testimonial_slider] 60 ` 61 ``There is a literal backtick (`) here.`` 59 62 60 63 = So what are the arguments of the main shortcode? = 61 * "align"you can sent the slider alignment here, support values are `left`, `right` or `center`62 * "padding"Possible value is pure CSS. Example `0 40px`63 * "loop"Enable or disable loop by adding `0` or `1`64 * "autoplay"Enable or disable autoplay by adding `0` or `1`65 * "dots"Enable or disable dot nav by adding `0` or `1`66 * "nav"Enable or disable left right arrow nav by adding `0` or `1`64 * **align** you can sent the slider alignment here, support values are `left`, `right` or `center` 65 * **padding** Possible value is pure CSS. Example `0 40px` 66 * **loop** Enable or disable loop by adding `0` or `1` 67 * **autoplay** Enable or disable autoplay by adding `0` or `1` 68 * **dots** Enable or disable dot nav by adding `0` or `1` 69 * **nav** Enable or disable left right arrow nav by adding `0` or `1` 67 70 68 71 69 72 = So what are the arguments of the Sub shortcode? = 70 * "text"this is the text of the slider item71 * "name"name of the testimonial author72 * "link"full link73 * **text** this is the text of the slider item 74 * **name** name of the testimonial author 75 * **link** full link 73 76 74 77 -
testimonial-slider-shortcode/trunk/testimonial-slider-shortcode.php
r1515985 r1515987 2 2 /** 3 3 * @package testimonial-slider-shortcode 4 * @version 1.1. 34 * @version 1.1.4 5 5 */ 6 6 /* … … 9 9 Description: <strong>Testimonial Slider Shortcode</strong> is a lightweight Testimonial Slideshow plugin for WordPress. It lets you create a beautiful responsive Testimonial Slideshow. 10 10 Author: Sazzad Hu 11 Version: 1.1. 311 Version: 1.1.4 12 12 Author URI: http://sazzadh.com/ 13 13
Note: See TracChangeset
for help on using the changeset viewer.