2. Change your blog advertisments dynamically.
3. Display promotions and special offers.
4. Create a blog post tutorial as a presentation.
5. Create a Image Slideshow
Currently plugin has 2 main shortcodes called slide_switcher_small and slide_switcher_medium. You have to provide a unique id for slide_switcher using id attribute as shown below. To create items in the slideshow you have to use the prefix @item: followed by the content of item as shown below.
[slide_switcher_small id='testid'] @item:Item 1 @item:Item 2 [/slide_switcher_small]
| Main Shortcode | |
|---|---|
| slide_switcher_small | is the main shortcode you need to be using. |
| slide_switcher_medium | is the main shortcode you need to be using. |
| Main Parameters | |
| id | provide a unique string or number for this attribute. |
| Optional Parameters | |
| color | Background color of slides. Default value = black , Available Value = black,gray,blue |
| button_status | Set this as yes if you want to display the control buttons. no to hide the buttons. |
| slide_speed | Display time of a single slide before transition.Defined in seconds. default value = 5 |
| text_size | Size of the font used for text inside slides.default value = 16 |
| text_color | Color of the text inside slides. default value = white |
| border_size | Size of the border around the slides.default value = 15 |
| border_color | Color of the border around the slides.default value = #eeeeee |
| image | Assign a url of a image to display as slideshow background |
[slide_switcher_small id='test333' color='blue' button_status='no' slide_speed='10' text_size='25' text_color='green' border_size='3' border_color='red'] @item:Item 1 @item:Item 2 @item:Item3 [/slide_switcher_small]
2. Display slideshow with blog post links
[slide_switcher_small id='test333' color='blue' button_status='no' slide_speed='10' text_size='25' text_color='green' border_size='3' border_color='red'] @item:Title Blog Post 1 @item:Title Blog Post 2 @item:Title Blog Post 3 [/slide_switcher_small]
3. Display slideshow with background image templates
[slide_switcher_small id='test333' color='blue' button_status='no' slide_speed='10' text_size='25' text_color='green' border_size='3' border_color='red' image='http://www.example.com/image.jpg'] @item:Title Blog Post 1 @item:Title Blog Post 2 @item:Title Blog Post 3 [/slide_switcher_small]
4. Display multiple slides inside one page
[slide_switcher_small id='multiple_id1' color='blue' button_status='no' slide_speed='3' text_size='25' text_color='green' border_size='3' border_color='red'] @item:Title Blog Post 1 @item:Title Blog Post 2 @item:Title Blog Post 3 [/slide_switcher_small]
You can use any html content with css styles to make your content look better.
2. Can i use more than 1 slider in Single Page or Post ?
Now you can use multiple sliders inside single page or post with different id values. One slider per post or page is recommended.

