Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Get Started

Contents

Introduction

Slider Revolution is an All-Purpose Slide Displaying Solution that allows for showing almost any kind of content.

This plugin features tons of unique transition effects, an image preloader, video embedding, autoplay that stops on user interaction and lots of easy to set options to create your own effects. All customization can be handled via jQuery Options, HTML 5 data-attributes and CSS!

Slider Revolution requires jQuery 1.9.1 or higher.Slider Revolution also requeires a modern browser with full Javascript and HTML5 support. Slider Revolution has been tested in and full suppoirts following browsers:
  • Latest Chrome (desktop and mobile)
  • Latest Firefox
  • Latest Safari (desktop and mobile)
  • Latest Opera(webkit)
  • Internet Explorer 11

What Files do i need to upload to my server?

Please upload the <strong>revolution</strong> folder to your server. In this folder you will find the following subfolders containing all of the items content:

  • assets
  • css
  • fonts
  • js

If your Slider Revolution is placed in a different folder, don’t forget to change the file paths in the upcoming examples !

Install Slider Revolution

To install Slider Revolution, place the following code between the  <head></head> tags:

The Slider Markup

The Slider will always fit within the wrapping container with its Width, and will auto set the height. We recommend to give an Unique ID (in our example below we used id=”slider1″) for each Slider you embed into your Document, which will allow to reference on the Slider via its API and Initialisation Scripts later.

Avoid spacing, paddings, margin on ul, li elements within the slider, and in case you use Global styling on html tags, you should make sure that they are not negatively influence the slider content.

The following example will create two slides, with one single layer on each slide, and simple fade effects as slide transitions.

A simple sliders Markup could look like this:

Initialising the Slider

Finally, you need to place the Calling jQuery script in the Footer to initialise the Slider on your Content. Revolution Slider 5.0 delivers you over 170+ Options you can set via the Initialisation rutine, and over a few hundred options and settings due the Content Markups.  In our documentation you will find detailed examples and descriptions of all possible settings and options.  In this following example we call the slider with minimal settings relying on the Slider Default settings.