Nivo Slider

Content

Description

Allows to display Nivo slider.

Features
  • Many options
  • Liquid width
  • 16 transitions
  • Caption
  • Unlimited times per page

Usage

[slider_nivo]
[s_n src="image.jpg" url="#"]
[s_n src="image.jpg" url="#"]
[s_n src="image.jpg" url="#"]
[/slider_nivo]

Examples

Shortcode
[slider_nivo]
  [s_n src="/wp-content/themes/spansko/_temp/img-1.jpg" url="#"]
  [s_n src="/wp-content/themes/spansko/_temp/img-2.jpg" url="#"]
  [s_n src="/wp-content/themes/spansko/_temp/img-3.jpg" url="#"]
[/slider_nivo]

Attributes for [slider_nivo]

effect

Kind of effect.

effect="random"
effect="sliceDown"
effect="sliceDownLeft"
effect="sliceUp"
effect="sliceUpLeft"
effect="sliceUpDown"
effect="sliceUpDownLeft"
effect="fold"
effect="fade"
effect="random"
effect="slideInRight"
effect="slideInLeft"
effect="boxRandom"
effect="boxRain"
effect="boxRainReverse"
effect="boxRainGrow"
effect="boxRainGrowReverse"

Group of effects, (by default)

effect="slideInRight,fold,sliceDown"
slices

For slice animations. (by default: 10)

slices="7"
boxcols

For box animations. (by default: 8)

boxcols="5"
boxrows

For box animations. (by default: 4)

boxrows="3"
animspeed

Slide transition speed. (by default: 1000)

animspeed="2500"
pausetime

How long each slide will show. (by default: 6000)

pausetime="5000"
startslide

Set starting Slide. (by default: 0, first slide)

startslide="5000"
directionnav

Next & Prev navigation. (by default: true)

directionnav="false"
controlnav

1,2,3... navigation. (by default: true)

controlnav="false"
pauseonhover

Stop animation while hovering. (by default: true)

pauseonhover="false"
randomstart

Start on a random slide. (by default: false)

randomstart="true"
prevtext

Prev directionNav text. (by default: Prev)

prevtext="Back"
nexttext

Next directionNav text. (by default: Next)

nexttext="Forward"

Attributes for [s_n]

src

Image path. (by default: NULL)

src="http://website.com/image.jpg"
url

Target URL. (by default: NULL)

url="http://website.com"
target

Target window. (by default: NULL)

target="blank"
caption

Caption. (by default: NULL)

caption="Hello World!"