Plugin Directory

Changeset 1516002


Ignore:
Timestamp:
10/16/2016 05:25:00 PM (9 years ago)
Author:
sazzadh
Message:

1.1.6 c

Location:
testimonial-slider-shortcode/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testimonial-slider-shortcode/trunk/readme.txt

    r1515993 r1516002  
    77Requires at least: 4
    88Tested up to: 4.6
    9 Stable tag: 1.1.5
     9Stable tag: 1.1.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020
    2121= Shortcode Example =
    22 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]
    23 [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company.”" name="—  JOHN SAMPSON, LEONARD GREEN & PARTNERS, LP" link="#"/]
    24 [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=""/]
    25 [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=""/]
    26 [/tss_testimonial_slider]
     22    [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]
     23    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company.”" name="JOHN SAMPSON LP" link="#"/]
     24    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/]
     25    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/]
     26    [/tss_testimonial_slider]
    2727
    2828
     
    5252
    5353Below is the example of the shoercode.
    54 [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]
    55 [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 [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 [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]
     54    [tss_testimonial_slider align="center" padding="0 40px" loop="1" autoplay="1" dots="1" nav="1" class=""]
     55    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company.”" name="JOHN SAMPSON LP" link="#"/]
     56    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/]
     57    [tss_item text="Abelson has been an amazing firm to work with. Lorem changed the company." name="JOHN SAMPSON LP" link=""/]
     58    [/tss_testimonial_slider]
    5959
    6060= So what are the arguments of the main shortcode? =
  • testimonial-slider-shortcode/trunk/testimonial-slider-shortcode.php

    r1515993 r1516002  
    22/**
    33 * @package testimonial-slider-shortcode
    4  * @version 1.1.5
     4 * @version 1.1.6
    55 */
    66/*
     
    99Description: <strong>Testimonial Slider Shortcode</strong> is a lightweight Testimonial Slideshow plugin for WordPress. It lets you create a beautiful responsive Testimonial Slideshow.
    1010Author: Sazzad Hu
    11 Version: 1.1.5
     11Version: 1.1.6
    1212Author URI: http://sazzadh.com/
    1313
Note: See TracChangeset for help on using the changeset viewer.