STYLE OPTIONS

10 Predefined Color Schemes

CHOOSE YOUR COLOR SKIN


CHOOSE YOUR LAYOUT STYLE

Patterns for Boxed Version

Images for Boxed Version


×

Revolution Slider

Shuffledocumentation exmaple

This example is provided by the vendor. This is also included on purchased version!
You can easy edit any example using caption & transition editor.
Revolution Slider - one of the most powerful available sliders!


  • slidebg1
    Slide 1
  • slidebg1
    Slide 2
  • slidebg1
    Slide 3
  • slidebg1
    Slide 4

Shuffle Mode

Activate simple the Shuffle Mode of the slider via the option shuffle:"on". It reorders at load the slider, but till new load, it will stay in this order.

Initialise the Plugin somewhere in the Body Footer:

<script type="text/javascript">
	var revapi;
	jQuery(document).ready(function() {
		   revapi = jQuery('.tp-banner').revolution(
			{
				delay:9000,
				startwidth:1170,
				startheight:500,
				hideThumbs:10,
				shuffle:"on"

			});
	});
</script>