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
Features
  • Just three images
Shortcode
[slider]
[s] <img src="image.jpg"> [/s]
[s] <img src="image.jpg"> [/s]
[s] <img src="image.jpg"> [/s]
[/slider]
Live preview Shortcode
Features
  • Custom dimentions of slider
  • Autoplay each five seconds
  • Transition type is fade
  • The last slide has a custom height
Shortcode
[slider width="400" height="250" autoplay="5" transition="ptf"]
[s] <img src="image.jpg"> [/s]
[s] <img src="image.jpg"> [/s]
[s h="300"] <img src="image.jpg"> [/s]
[/slider]

Welcome to Starttica the Premium WordPress theme

It is impossible to describe all advantages you will get with Starttica theme. Let's stop on some of them.

Vivamus congue blandit ante sit
Vivamus congue blandit ante sit

Vivamus congue blandit ante, sit amet lobortis massa faucibus ut. Donec sed ante id libero commodo lacinia. Sed posuere leo vitae odio facilisis.

Read More
TextImageVideoRecent post
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]

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"