Slider
Content
Description
Allows to display any kind of content as group of slides.
Features
- Many options
- Custom dimentions
- Different transitions
- Autoplay
- Autoheight
- Unlimited times per page
Usage
[slider] [s] One [/s] [s] Two [/s] [s] Three [/s] [/slider]
Examples
Live preview
Shortcode
[slider] [s] <img src="image.jpg"> [/s] [s] <img src="image.jpg"> [/s] [s] <img src="image.jpg"> [/s] [/slider]
Live preview
Features
- Custom dimentions of slider
- Autoplay each five seconds
- Transition type is fade
Shortcode
[slider width="400" height="250" autoplay="5" transition="ptf"] [s] <img src="image.jpg"> [/s] [s] <img src="image.jpg"> [/s] [s] <img src="image.jpg"> [/s] [/slider]
Live preview
Features
- Mixed content
- Custom name for each tab
Shortcode
[slider width="400" height="233" tabs="Text,Image,Video,Recent post"] [s] <div style="text-align:center;"><h3>Welcome</h3></div> [/s] [s] <a href="#"><img src="image.jpg"></a> [/s] [s] YouTube movie code [/s] [s] <div style="padding:15px;">[posts qty="1" t="right"]</div> [/s] [/slider]
Attributes for [slider]
The height of slider. (pixels, default: 300)
height="200"
The width of slider. (pixels, default: NULL (100%))
width="200"
Autoplay. (Default: NULL, disabled)
autoplay="5" - autoplay each five seconds
autoplay="7" - autoplay each seven seconds
The name of tabs. (Default: auto)
tabs="auto" - each slide will get a serial number e.g. 1,2,3,4 etc.
tabs="Welcome,Our product,Purchase" - a custom name for each of three slides
Float. (Default: NULL)
float="left"
float="right"
Kind of transition. (Default: ptf)
transition="ptd" - no transition
transition="ptf" - fade
transition="ptfv" - fade vertical
transition="ptv" - slide vertical
transition="pth" - slide horizontal
transition="pto" - overlay vertical
Attributes for [s]
Custom height of slide. (pixels, default: 300)
h="200"