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
Get a 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

Welcome to TopBusiness the Premium WordPress theme

Integer vehicula velit quis ante ornare iaculis. Sed sed neque metus. Nullam mauris metus, bibendum at facilisis nec.

Purchase Regular license for $50
Pellentesque Habitant Morbi Tristique
Pellentesque Habitant Morbi Tristique

Nam molestie venenatis egestas. Nulla et interdum justo. Nunc ac rutrum ligula. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis.

Read More
TextImageVideoRecent post
Features
  • Mixed content
  • Custom name for each tab
Shortcode
Get a 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]

height

The height of slider. (pixels, default: 300)

height="200"

width

The width of slider. (pixels, default: NULL (100%))

width="200"

autoplay

Autoplay. (Default: NULL, disabled)

autoplay="5" - autoplay each five seconds

autoplay="7" - autoplay each seven seconds

tabs

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

Float. (Default: NULL)

float="left"
float="right"

transition

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]

h

Custom height of slide. (pixels, default: 300)

h="200"