PHP Classes

File: web/assets/plugins/revolution_slider/documentation/assets/json.txt

Recommend this page to a friend!
  Classes of Felix Ivan Romero Rodríguez   PHP Web Socket Chat   web/assets/plugins/revolution_slider/documentation/assets/json.txt   Download  
File: web/assets/plugins/revolution_slider/documentation/assets/json.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Web Socket Chat
Chat system using Websockets or AJAX requests
Author: By
Last change:
Date: 7 years ago
Size: 46,688 bytes
 

Contents

Class file image Download
{"version": "2.0","name": "Revolution Responsive jQuery Slider","subline": "","username": "ThemePunch","created": "06/22/2012","website": "http://www.codecanyon.com/user/themepunch?ref=themepunch","update": "06/08/2013","update_today": true,"email": "info@themepunch.com","description": "","intro": "For support please checkout http://themepunch.ticksy.com !","button_1_text": "","button_2_text": "","button_3_text": "","button_1_url": "","button_2_url": "","button_3_url": "","sections": [{"title": "How to start","id": "how_to_start","content": "<p>\tThis chapter will gives you general instructions on how to install the slider and setup the &nbsp;options. Later chapters will be more detailed if needed.</p>\n<p>\t&nbsp;</p>\n<h4>\n\tWhat files do I need to upload to my server?</h4>\n<p>\tPlease upload the rs-plugin folder to your server. In this folder you will find the following subfolders containing all of the items content:</p>\n<ul>\t<li>\t\tjs</li>\n\t<li>\t\tcss</li>\n\t<li>\t\tassets</li>\n</ul>\n<p>\tYou could use your own jQuery but we recommend loading it directly from the Google ressources (see later in this documentation).</p>\n<p>\tYou will find many <strong>examples</strong>&nbsp;in your downloaded zip under the <strong>examples&amp;sources</strong> folder..&nbsp;</p>\n<p>\t&nbsp;</p>\n<h4>\n\tImplement the jQuery</h4>\n<p>\tAdd the following lines to your HTML Head:&nbsp;</p>\n<pre class=\"js\">\n&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js&gt;</pre>\n<p>\t&nbsp;</p>\n<h4>\n\tAdd Revolution js and css files to your HTML page</h4>\n<div>\n\t&nbsp;</div>\n<div>\n\tAlso in the &lt;HEAD&gt; section:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"html\">\n&lt;!-- jQuery REVOLUTION Slider --&gt;\n&lt;script type=&quot;text/javascript&quot; src=&quot;rs-plugin/js/jquery.themepunch.plugins.min.js&quot;&gt;&lt;/script&gt;\n&lt;script type=&quot;text/javascript&quot; src=&quot;rs-plugin/js/jquery.themepunch.revolution.min.js&quot;&gt;&lt;/script&gt;\n\n&lt;!-- REVOLUTION BANNER CSS SETTINGS --&gt;\n&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;rs-plugin/css/settings.css&quot; media=&quot;screen&quot; /&gt;\n</pre>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<div>\n\tThis contains the JS and CSS for the Slider itself &nbsp;and some helping modules .</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<h4>\n\t\tCreate a Container for the Banner</h4>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tPut it in the HTML: (the class names used here are only examples. In our Example files we called them banner-container, fullwidthbanner-container and fullscreenbanner-container, different then here below ! )</div>\n\t<pre class=\"html\">\n&lt;div class=&quot;bannercontainer&quot;&gt;\n&lt;div class=&quot;banner&quot;&gt;...&lt;/div&gt;\n&lt;/div&gt;\n</pre>\n\t<div>\n\t\tThe Banner-container can have different Styling depending on that, which layout you wish to use.&nbsp;</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\t<h5>\n\t\t\tResponsive Style&nbsp;</h5>\n\t\t<p>\t\t\tThis Style allows you to creat predefined container sizes, undependent from sourrounding container, and create Medai Query (Browsr Size) Dependent responsive alterantives.</p>\n\t\t<p>\t\t\tIt requests</p>\n\t\t<ul>\t\t\t<li>\t\t\t\ta container with predefined Width and Height &nbsp;Attributes,</li>\n\t\t\t<li>\t\t\t\tMedia Query dependent Sizing. &nbsp;- this should be always with the same proportion. Means &nbsp;Width/Height should always have the same result !!!</li>\n\t\t</ul>\n\t\t<p>\t\t\tPut this in your CSS File (i.e) :</p>\n\t\t<pre class=\"css\">\n<strong>.bannercontainer</strong> {\npadding:0px;\nbackground-color:#fff;\nwidth:960px;\nposition:relative;\nposition:relative;\nmargin-left:auto;\nmargin-right:auto;\n}\n\n<strong>.banner</strong>{\nwidth:960px;\nheight:500px;\nposition:relative;\noverflow:hidden;\n}\n\n<strong>@media only screen and (min-width: 768px) and (max-width: 959px)</strong> {\n <span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span> .banner, .bannercontainer<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>{<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>width:760px; height:395px;}\n}\n\n\n<strong>@media only screen and (min-width: 480px) and (max-width: 767px)</strong> {\n .banner, .bannercontainer<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>{<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>width:480px; height:250px;<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>}\n}\n\n<strong>@media only screen and (min-width: 0px) and (max-width: 479px)</strong> {\n .banner, .bannercontainer<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>{<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>width:320px;height:166px;<span class=\"Apple-tab-span\" style=\"white-space:pre\"> </span>}\n}</pre>\n\t\t<div>\n\t\t\t&nbsp;</div>\n\t\t<h5>\n\t\t\tFullWidth Style</h5>\n\t\t<p>\t\t\tThis Style allows you to have the banner always fit in the maximum width of the Sourrounding Container.&nbsp;</p>\n\t\t<p>\t\t\tIt requests:</p>\n\t\t<ul>\t\t\t<li>\t\t\t\ta Fluid wrapping container (which will always change the size depending on browser size. I.e. width:100% etc..&nbsp;</li>\n\t\t</ul>\n\t\t<p>\t\t\tPut this in your CSS File&nbsp;</p>\n\t\t<pre class=\"css\">\n.<strong>bannercontainer</strong>{\nwidth:100% !important;\nposition:relative;\npadding:0;\nmax-height:500px !important;\noverflow:hidden;\n}</pre>\n\t</div>\n\t<div>\n\t\t<h4>\n\t\t\t&nbsp;</h4>\n\t\t<h5>\n\t\t\tFullScreen Style</h5>\n\t\t<p>\t\t\tThis Style allows you to have a banner always fit in the maxium screensize. In Some option you can select containers which will reduce the height of the banner with the height of the container. See examples.</p>\n\t\t<p>\t\t\tIt requests:</p>\n\t\t<ul>\t\t\t<li>\t\t\t\ta fullwidth and fullheight wrapping container</li>\n\t\t</ul>\n\t\t<p>\t\t\tPut this in your CSS File</p>\n\t\t<pre class=\"css\">\n.<strong>bannercontainer</strong> {\nwidth:100% !important;\nposition:relative;\npadding:0;\nheight:100%;\n}</pre>\n\t\t<h4>\n\t\t\t&nbsp;</h4>\n\t\t<h4>\n\t\t\tCreate Your First Slides</h4>\n\t\t<p>\t\t\tCreate an Unordered list inside the banner container where each &lt;li&gt; element will correspond to one slide.</p>\n\t\t<p>\t\t\t&nbsp;</p>\n\t\t<pre class=\"html\">\n&lt;ul&gt;\n&lt;!-- THE BOXSLIDE EFFECT EXAMPLES WITH LINK ON THE MAIN SLIDE EXAMPLE --&gt;\n\n &lt;li data-transition=&quot;boxslide&quot; data-slotamount=&quot;7&quot; data-link=&quot;http://www.google.de&quot;&gt; \n &lt;img src=&quot;images/slides/image1.jpg&quot;&gt;\n &lt;div class=&quot;caption sft big_white&quot; data-x=&quot;400&quot; data-y=&quot;100&quot; data-speed=&quot;700&quot; data-start=&quot;1700&quot; data-easing=&quot;easeOutBack&quot;&gt;KICKSTART YOUR WEBSITE&lt;/div&gt;\n &lt;div class=&quot;caption sfb big_orange&quot; data-x=&quot;400&quot; data-y=&quot;142&quot; data-speed=&quot;500&quot; data-start=&quot;1900&quot; data-easing=&quot;easeOutBack&quot;&gt;WITH SLIDER REVOLUTION!&lt;/div&gt;\n &lt;div class=&quot;caption lfr medium_grey&quot; data-x=&quot;510&quot; data-y=&quot;210&quot; data-speed=&quot;300&quot; data-start=&quot;2000&quot;&gt;UNLIMITED TRANSITIONS&lt;/div&gt;\n &lt;/li&gt;\n...\n&lt;/ul&gt;</pre>\n\t\t<div>\n\t\t\t&nbsp;</div>\n\t\t<h4>\n\t\t\tCall the jQuery Plugin to build the Slider (Options need to be set of course...)</h4>\n\t\t<p>\t\t\t&nbsp;</p>\n\t\t<pre class=\"js\">\n&lt;script type=&quot;text/javascript&quot;&gt;\n\n&nbsp;&nbsp;&nbsp;var tpj=jQuery;\n&nbsp;&nbsp;&nbsp;tpj.noConflict();\n&nbsp;&nbsp;&nbsp;tpj(document).ready(function() {\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (tpj.fn.cssOriginal!=undefined)\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpj.fn.css = tpj.fn.cssOriginal;\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tpj(&#39;.fullscreenbanner&#39;).revolution({\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;delay:9000,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;startwidth:960,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;startheight:500,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;onHoverStop:&quot;on&quot;,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thumbWidth:100,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thumbHeight:50,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;thumbAmount:3,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hideThumbs:0,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationType:&quot;bullet&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationArrows:&quot;solo&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationStyle:&quot;round&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationHAlign:&quot;left&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationVAlign:&quot;bottom&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationHOffset:30,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;navigationVOffset:30,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowLeftHalign:&quot;left&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowLeftValign:&quot;center&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowLeftHOffset:20,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowLeftVOffset:0,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowRightHalign:&quot;right&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowRightValign:&quot;center&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowRightHOffset:20,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soloArrowRightVOffset:0,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;touchenabled:&quot;on&quot;,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stopAtSlide:-1,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stopAfterLoops:-1,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hideCaptionAtLimit:0,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hideAllCaptionAtLilmit:0,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hideSliderAtLimit:0,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fullWidth:&quot;off&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fullScreen:&quot;off&quot;,\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fullScreenOffsetContainer:&quot;#topheader-to-offset&quot;,\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;shadow:0\n\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});\n\n&nbsp;&nbsp;&nbsp;});\n\n&lt;/script&gt;</pre>\n\t</div>\n</div>\n<p>\t&nbsp;</p>\n"},{"title": "Options","id": "options","content": "<h3>\n\tThe Options to Initialise the Plugin (Theme Sorted):</h3>\n<h5>\n\tGlobal Settings:</h5>\n<div>\n\t<ul>\t\t<li>\t\t\t<strong>delay</strong>&nbsp;<br>\n\t\t\t<br>\n\t\t\tThe time one slide stays on the screen in Milliseconds. Global Setting. You can set per Slide extra local delay time via the data-delay in the &lt;li&gt; element (Default: 9000)<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>startheight&nbsp;</strong><br>\n\t\t\t<br>\n\t\t\tThis Height of the Grid where the Captions are displayed in Pixel. This Height is the Max height of Slider in Fullwidth Layout and in Responsive Layout. &nbsp;In Fullscreen Layout the Gird will be centered Vertically in case the Slider is higher then this value.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>startwidth&nbsp;</strong><br>\n\t\t\t<br>\n\t\t\tThis Height of the Grid where the Captions are displayed in Pixel. This Width is the Max Width of Slider in Responsive Layout. &nbsp;In Fullscreen and in FullWidth Layout the Gird will be centered Horizontally in case the Slider is wider then this value.<br>\n\t\t\t&nbsp;</li>\n\t</ul>\n\t<h5>\n\t\tNavigation Settings:</h5>\n\t<ul>\t\t<li>\t\t\t<strong>onHoverStop</strong><br>\n\t\t\t<br>\n\t\t\tPossible Values: &quot;on&quot;, &quot;off&quot; - Stop the Timer if mouse is hovering the Slider. &nbsp;Caption animations are not stopped !! They will just play to the end.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>thumbWidth / thumbHeight</strong><br>\n\t\t\t<br>\n\t\t\tThe width and height of the thumbs in pixel. Thumbs are not responsive from basic. For Responsive Thumbs you will need to create media qury based thumb sizes.&nbsp;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>thumbAmount</strong><br>\n\t\t\t<br>\n\t\t\tThe Amount of visible Thumbs in the same time. &nbsp;The rest of the thumbs are only visible on hover, or at slide change.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>hideThumbs</strong><br>\n\t\t\t<br>\n\t\t\t0 - Never hide Thumbs. &nbsp;1000- 100000 (ms) hide thumbs and navigation arrows, bullets after the predefined ms &nbsp;(1000ms == 1 sec, &nbsp;1500 == 1,5 sec etc..)</li>\n\t</ul>\n\t<ul>\t\t<li>\t\t\t<strong>navigationType</strong>&nbsp; Display type of the navigation bar&nbsp;(Default:&quot;none&quot;)<br>\n\t\t\t<br>\n\t\t\tPossible values are: &quot;bullet&quot;, &quot;thumb&quot;, &quot;none&quot;&nbsp;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>navigationArrows</strong>&nbsp;Display position of the Navigation Arrows (Default: &quot;nexttobullets&quot;)<br>\n\t\t\t<br>\n\t\t\tPossible values are &quot;nexttobullets&quot;, &quot;solo&quot;&nbsp;<br>\n\t\t\tnexttobullets - arrows added next to the bullets left and right<br>\n\t\t\tsolo - arrows can be independent positioned, see further options<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>navigationStyle</strong>&nbsp;Look of the navigation bullets if navigationType &quot;bullet&quot; selected.<br>\n\t\t\t<br>\n\t\t\tPossible values: &quot;round&quot;, &quot;square&quot;, &quot;round-old&quot;, &quot;square-old&quot;, &quot;navbar-old&quot;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>navigationHAlign, navigationVAlign</strong><br>\n\t\t\t<br>\n\t\t\tVertical and Horizontal Align of the Navigation bullets / thumbs (depending on which Style has been selected). &nbsp;Possible values navigationHAlign: &quot;left&quot;,&quot;center&quot;,&quot;right&quot; &nbsp;and naigationVAlign: &quot;top&quot;,&quot;center&quot;,&quot;bottom&quot;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>navigationHOffset navigationVOffset</strong><br>\n\t\t\t<br>\n\t\t\tThe Offset position of the navigation depending on the aligned position. &nbsp;from -1000 to +1000 any value in px. &nbsp; i.e. -30 &nbsp;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>soloArrowLeftHaling, soloArrowRightHalign, solorArrowLeftHalign, soloArrowRightHalign</strong><br>\n\t\t\t<br>\n\t\t\tVertical and Horizontal Align of the Navigation Arrows (left and right independent!) Possible values navigationHAlign: &quot;left&quot;,&quot;center&quot;,&quot;right&quot; &nbsp;and naigationVAlign: &quot;top&quot;,&quot;center&quot;,&quot;bottom&quot;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>soloArrowLeftHOffset, soloArrowLeftVOffset,&nbsp;</strong><strong>soloArrowRightHVOffset, soloArrowRightVOffset</strong><br>\n\t\t\t<br>\n\t\t\tThe Offset position of the navigation depending on the aligned position. &nbsp;from -1000 to +1000 any value in px. &nbsp; i.e. -30 &nbsp; Each Arrow independent<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>touchenabled</strong>&nbsp;Enable Swipe Function on touch devices&nbsp;(Default: &quot;on&quot;)<br>\n\t\t\t<br>\n\t\t\tPossible values: &quot;on&quot;, &quot;off&quot;<br>\n\t\t\t&nbsp;</li>\n\t</ul>\n\t<h5>\n\t\tLoops</h5>\n\t<ul>\t\t<li>\t\t\t<strong>stopAtSlide</strong><br>\n\t\t\t<br>\n\t\t\tStop Timer if Slide &quot;x&quot; has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>stopAfterLoops</strong><br>\n\t\t\t<br>\n\t\t\tStop Timer if All slides has been played &quot;x&quot; times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic<br>\n\t\t\t&nbsp;</li>\n\t</ul>\n\t<h5>\n\t\tMobile Visibility</h5>\n\t<ul>\t\t<li>\t\t\t<strong>hideCaptionAtLimit</strong><br>\n\t\t\t<br>\n\t\t\tIt Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser)<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>hideAllCaptionAtLimit</strong><br>\n\t\t\t<br>\n\t\t\tHide all The Captions if Width of Browser is less then this value<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>hideSliderAtLimit</strong><br>\n\t\t\t<br>\n\t\t\tHide the whole slider, and stop also functions if Width of Browser is less than this value</li>\n\t</ul>\n\t<h5>\n\t\t<br>\n\t\tLayout Styles</h5>\n\t<ul>\t\t<li>\t\t\t<strong>fullWidth</strong><br>\n\t\t\t<br>\n\t\t\tPossible Values: &quot;on&quot;, &quot;off&quot; &nbsp;- defines if the fullwidth mode is activated<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>fullScreen</strong><br>\n\t\t\t<br>\n\t\t\tPossible Values: &quot;on&quot;, &quot;off&quot; &nbsp;- defines if the fullscreen mode is activated<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>fullScreenOffsetContainer</strong><br>\n\t\t\t<br>\n\t\t\tThe value is a Container ID or Class i.e. &quot;#topheader&quot; &nbsp;-&nbsp;The Height of Fullheight will be increased with this Container height !<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>shadow</strong><br>\n\t\t\t<br>\n\t\t\tPossible values: 0,1,2,3 &nbsp;(0 == no Shadow, 1,2,3 - Different Shadow Types)<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>videoJsPath</strong><br>\n\t\t\t<br>\n\t\t\tThe Path to the VideoJs Files which are basically always under the rs-plugin/videojs/ folder. &nbsp;Default setting:&nbsp;videoJsPath:&quot;rs-plugin/videojs/&quot;<br>\n\t\t\t&nbsp;</li>\n\t</ul>\n</div>\n<p>\t&nbsp;</p>\n"},{"title": "Slides","id": "slides","content": "<h3>\n\tSlide Options</h3>\n<div>\n\t&nbsp;</div>\n<div>\n\t<strong>&lt;li&gt;</strong> - Every list item represents a new Slide. To Define Transitions, main links, etc. use the following <strong>data-</strong> values per list item.</div>\n<div>\n\t&nbsp;</div>\n<h5>\n\tTransition Effects</h5>\n<ul>\t<li>\t\t<strong>data-transition </strong><br>\n\t\t<br>\n\t\tThe appearance transition of this slide. You can define more than one, so in each loop the next slide transition type will be shown.<br>\n\t\t<div>\n\t\t\t<br>\n\t\t\t<strong>Basic Transitions:&nbsp;</strong></div>\n\t\t<div>\n\t\t\t&nbsp;</div>\n\t\t<div>\n\t\t\tboxslide,boxfade</div>\n\t\t<div>\n\t\t\tslotzoom-horizontal, slotzoom-vertical</div>\n\t\t<div>\n\t\t\tslotslide-horizontal, slotslide-vertical</div>\n\t\t<div>\n\t\t\tslotfade-horizontal, slotfade-vertical</div>\n\t\t<div>\n\t\t\tcurtain-1, curtain-2, curtain-3</div>\n\t\t<div>\n\t\t\tslideleft, slideright, slideup ,slidedown&nbsp;</div>\n\t\t<div>\n\t\t\tslidehorizontal, slidevertical</div>\n\t\t<div>\n\t\t\tfade</div>\n\t\t<div>\n\t\t\trandom</div>\n\t\t<div>\n\t\t\t&nbsp;</div>\n\t\t<div>\n\t\t\t<strong>Premium Transitions:</strong></div>\n\t\t<div>\n\t\t\t&nbsp;</div>\n\t\t<div>\n\t\t\tpapercut</div>\n\t\t<div>\n\t\t\tflyin</div>\n\t\t<div>\n\t\t\tturnoff</div>\n\t\t<div>\n\t\t\tcube</div>\n\t\t<div>\n\t\t\t3dcurtain-vertical</div>\n\t\t<div>\n\t\t\t3dcurtain-horizontal</div>\n\t\t<div>\n\t\t\tpremium-random<br>\n\t\t\t&nbsp;</div>\n\t</li>\n\t<li>\t\t<div>\n\t\t\t<strong>data-slotamount</strong>&nbsp;<br>\n\t\t\t<br>\n\t\t\tThe number of slots or boxes the slide is divided into. If you use boxfade, over 7 slots can be juggy.<br>\n\t\t\t&nbsp;</div>\n\t</li>\n\t<li>\t\t<div>\n\t\t\t<strong>data-masterspeed</strong><br>\n\t\t\t<br>\n\t\t\tThe speed of the transition in &quot;ms&quot;. &nbsp;default value is 300 (0.3 sec)<br>\n\t\t\t&nbsp;</div>\n\t</li>\n\t<li>\t\t<strong>data-delay</strong>&nbsp;<br>\n\t\t<br>\n\t\tA new Dealy value for the Slide. If no delay defined per slide, the dealy defined via Options will be used<br>\n\t\t&nbsp;</li>\n</ul>\n<h5>\n\tLinks (Full Slide Links)</h5>\n<ul>\t<li>\t\t<strong>data-link</strong><br>\n\t\t<br>\n\t\tA link on the whole slide pic<br>\n\t\t&nbsp;</li>\n\t<li>\t\t<strong>data-target</strong><br>\n\t\t<br>\n\t\tThe target of the Link for the whole slide pic. (i.e. &quot;_blank&quot;, &quot;_self&quot;)<br>\n\t\t&nbsp;</li>\n\t<li>\t\t<strong>data-slideindex</strong><br>\n\t\t<br>\n\t\tPossible values: &nbsp;next,back, 1-x (where x is the max. Amount of slide) If this value is set, click on slide will call the next / previous, or &nbsp;n th Slide.<br>\n\t\t&nbsp;</li>\n</ul>\n<h5>\n\tThumbnail</h5>\n<ul>\t<li>\t\t<strong>data-thumb</strong><br>\n\t\t<br>\n\t\tAn Alternative Source for thumbs. If not defined a copy of the background image will be used in resized form</li>\n</ul>\n<p>\t&nbsp;</p>\n<h3>\n\tThe Main Image</h3>\n<p>\t<br>\n\tEach Slide (&lt;li&gt; &lt;/li&gt;)&nbsp;<strong>MUST&nbsp;</strong>include a main image which is added as a simple &lt;img&gt; tag at the first level. It can be a Simpe image, a colored or transparent image, or dummy image as lazy load version.</p>\n<h5>\n\tSimple Image</h5>\n<pre class=\"html\">\n&lt;img src=&quot;images/slides/slide13.jpg&quot; &gt;</pre>\n<h5>\n\tColored Background Instead of Image</h5>\n<pre class=\"html\">\n&lt;img src=&quot;images/slides/transparent.png&quot; style=&quot;background-color:#56e34a&quot; &gt;</pre>\n<h5>\n\tLazy Loaded Image</h5>\n<pre class=\"html\">\n&lt;img src=&quot;images/slides/dummy.jpg&quot; data-lazyload=&quot;images/slides/slide13.jpg&quot;&gt;</pre>\n<div>\n\t&nbsp;</div>\n<div>\n\t<h3>\n\t\tThe Captions / Layers</h3>\n\t<p>\t\tEach &lt;li&gt; (slide) can include unlimited amount of Captions. Caption are simple html markups with iframe, image, heading , paragraph and any other tags. &nbsp;Each Caption must be wrapped via a &lt;div class=&quot;caption&quot;&gt;&lt;/div&gt;.</p>\n\t<p>\t\tEach Caption has some special classes and some data- attributes, to set animation type, position, speed, easings etc.</p>\n\t<h5>\n\t\tCaption Classes</h5>\n\t<ul>\t\t<li>\t\t\t<strong>the &quot;caption&quot; class</strong><br>\n\t\t\t<br>\n\t\t\tIt is the Wrapping main Class which is a MUST. &nbsp;Each Caption need to be defined like this, other way the Slider Plugin can not identifikate the Caption container<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>Styleing Captions</strong>&nbsp;(like &quot;big_white&quot;, &quot;big_orange&quot;, &quot;medium_grey&quot; etc...)<br>\n\t\t\t<br>\n\t\t\tThese are Styling classes created in the settings.css &nbsp;You can add unlimited amount of Styles in your own css file, to style your captions at the top level already<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>Animation Classes</strong><br>\n\t\t\t<br>\n\t\t\tAnimation Classes defined the start / end animations on Captions. &nbsp;<br>\n\t\t\t<br>\n\t\t\t<em>Incoming Animation Classes:</em><br>\n\t\t\t<div>\n\t\t\t\t<br>\n\t\t\t\t<strong>sft</strong>&nbsp;- Short from Top</div>\n\t\t\t<div>\n\t\t\t\t<strong>sfb</strong>&nbsp;- Short from Bottom</div>\n\t\t\t<div>\n\t\t\t\t<strong>sfr</strong>&nbsp;- Short from Right</div>\n\t\t\t<div>\n\t\t\t\t<strong>sfl</strong>&nbsp;- Short from Left</div>\n\t\t\t<div>\n\t\t\t\t<strong>lft</strong>&nbsp;- Long from Top</div>\n\t\t\t<div>\n\t\t\t\t<strong>lfb</strong>&nbsp;- Long from Bottom</div>\n\t\t\t<div>\n\t\t\t\t<strong>lfr</strong>&nbsp;- Long from Right</div>\n\t\t\t<div>\n\t\t\t\t<strong>lfl</strong>&nbsp;- Long from Left</div>\n\t\t\t<div>\n\t\t\t\t<strong>fade</strong>&nbsp;- fading</div>\n\t\t\t<div>\n\t\t\t\t<strong>randomrotate</strong>- Fade in, Rotate from a Random position and Degree<br>\n\t\t\t\t<br>\n\t\t\t\t<em>Outgoing Animation Classes:</em><br>\n\t\t\t\t<br>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>stt</strong>&nbsp;- Short to Top</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>stb</strong>&nbsp;- Short to Bottom</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>str</strong>&nbsp;- Short to Right</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>stl</strong>&nbsp;- Short to Left</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>ltt</strong>&nbsp;- Long to Top</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>ltb</strong>&nbsp;- Long to Bottom</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>ltr</strong>&nbsp;- Long to Right</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>ltl</strong>&nbsp;- Long to Left</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>fadeout</strong>&nbsp;- fading</div>\n\t\t\t\t<div>\n\t\t\t\t\t<strong>randomrotateout</strong>- Fade in, Rotate from a Random position and Degree</div>\n\t\t\t\t<div>\n\t\t\t\t\t&nbsp;</div>\n\t\t\t\t<div>\n\t\t\t\t\t&nbsp;</div>\n\t\t\t</div>\n\t\t</li>\n\t</ul>\n\t<h5>\n\t\tCaption data- settings</h5>\n\t<ul>\t\t<li>\t\t\t<strong>data-x</strong><br>\n\t\t\t<br>\n\t\t\tPossible Values are &quot;left&quot;, &quot;center&quot;, &quot;right&quot;, or any Value between -2500 &nbsp;and 2500.<br>\n\t\t\tIf left/center/right is set, the caption will be siple aligned to the position. &nbsp;Any other &quot;number&quot; will simple set the left position in px of tha caption.&nbsp;<br>\n\t\t\t<br>\n\t\t\tAt &quot;left&quot; the left side of the caption is aligned to the left side of the slider.<br>\n\t\t\tAt &quot;center&quot; the center of caption is aligned to the center of slide. &nbsp;<br>\n\t\t\tAt &quot;right&quot; the caption right side is aligned to the right side of the Slider.<br>\n\t\t\t<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-y</strong><br>\n\t\t\t<br>\n\t\t\tPossible Values are &quot;top&quot;, &quot;center&quot;, &quot;bottom&quot;, or any Value between -2500 &nbsp;and 2500.&nbsp;<br>\n\t\t\tIf top/center/bottom is set, the caption will be siple aligned to the position. &nbsp;Any other &quot;number&quot; will simple set the top position in px of tha caption.<br>\n\t\t\t<br>\n\t\t\tAt &quot;top&quot; the top side of the caption is aligned to the top side of the slider.<br>\n\t\t\tAt &quot;center&quot; the center of caption is aligned to the center of slide. &nbsp;<br>\n\t\t\tAt &quot;bottom&quot; the caption bottom side is aligned to the bottom side of the Slider.</li>\n\t</ul>\n\t<p>\t\t&nbsp;</p>\n\t<ul>\t\t<li>\t\t\t<strong>data-hoffset</strong><br>\n\t\t\t<br>\n\t\t\tOnly works if data-x set to left/center/right. It will move the Caption with the defined &quot;px&quot; from the aligned position. &nbsp;i.e. &nbsp;data-x=&quot;center&quot; data-hoffset=&quot;-100&quot; will put the caption 100px left from the slide center &nbsp;horizontaly. &nbsp;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-voffset</strong><br>\n\t\t\t<br>\n\t\t\tOnly works if data-y set to top/center/bottom. It will move the Caption with the defined &quot;px&quot; from the aligned position. &nbsp;i.e. &nbsp;data-x=&quot;center&quot; data-hoffset=&quot;-100&quot; will put the caption 100px left from the slide center &nbsp;vertically. &nbsp;<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-speed</strong><br>\n\t\t\t<br>\n\t\t\tThe speed in milliseconds of the transition to move the Caption in the Slide at the defined &nbsp;timepoint.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-start</strong><br>\n\t\t\t<br>\n\t\t\tThe timepoint in millisecond when/at the Caption should move in to the slide.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-easing</strong><br>\n\t\t\t<br>\n\t\t\tThe Easing Art how the caption is moved in to the slide (<strong>note!</strong>&nbsp;Animation art set via Classes !).<br>\n\t\t\tPossible Values are:<br>\n\t\t\t<div>\n\t\t\t\teaseOutBack, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic</div>\n\t\t\t<div>\n\t\t\t\teaseInOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint</div>\n\t\t\t<div>\n\t\t\t\teaseOutQuint, easeInOutQuint, easeInSine, easeOutSine, easeInOutSine</div>\n\t\t\t<div>\n\t\t\t\teaseInExpo, easeOutExpo, easeInOutExpo, easeInCirc, easeOutCirc, easeInOutCirc</div>\n\t\t\t<div>\n\t\t\t\teaseInElastic, easeOutElastic, easeInOutElastic, easeInBack, easeOutBack, easeInOutBack</div>\n\t\t\t<div>\n\t\t\t\teaseInBounce, easeOutBounce, easeInOutBounce<br>\n\t\t\t\t&nbsp;</div>\n\t\t</li>\n\t\t<li>\t\t\t<strong>data-endspeed</strong><br>\n\t\t\t<br>\n\t\t\tThe speed in milliseconds of the transition to move the Caption out from the Slide at the defined &nbsp;timepoint.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-end</strong><br>\n\t\t\t<br>\n\t\t\tThe timepoint in millisecond when/at the Caption should move out from the slide.<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>data-endeasing</strong><br>\n\t\t\t<br>\n\t\t\tThe Easing Art how the caption is moved out from the slide (<strong>note!&nbsp;</strong>Animation art set via Classes !).&nbsp;<br>\n\t\t\tPossible Values are:<br>\n\t\t\t<div>\n\t\t\t\teaseOutBack, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic</div>\n\t\t\t<div>\n\t\t\t\teaseInOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint</div>\n\t\t\t<div>\n\t\t\t\teaseOutQuint, easeInOutQuint, easeInSine, easeOutSine, easeInOutSine</div>\n\t\t\t<div>\n\t\t\t\teaseInExpo, easeOutExpo, easeInOutExpo, easeInCirc, easeOutCirc, easeInOutCirc</div>\n\t\t\t<div>\n\t\t\t\teaseInElastic, easeOutElastic, easeInOutElastic, easeInBack, easeOutBack, easeInOutBack</div>\n\t\t\t<div>\n\t\t\t\teaseInBounce, easeOutBounce, easeInOutBounce</div>\n\t\t</li>\n\t</ul>\n\t<h5>\n\t\t&nbsp;</h5>\n\t<h5>\n\t\tSpecial Classes within the Caption container</h5>\n\t<ul>\t\t<li>\t\t\t<strong>tp-scrollmedown</strong><br>\n\t\t\t<br>\n\t\t\tIf this class added to an element within the caption container, it will scroll the Body Position to under the current slider (used in Fullscreen slider only)<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>tp-resizeme</strong><br>\n\t\t\t<br>\n\t\t\tAdd class tp-resizeme to the container inside the caption and every item within (included the same container) will be responsive resized. Only needed if more than one depth exist in the container !<br>\n\t\t\t&nbsp;</li>\n\t\t<li>\t\t\t<strong>frontcorner, backcorner, frontcornertop, backcornertop</strong><br>\n\t\t\t<br>\n\t\t\tThis classes added without any content in a closed div i.e.&nbsp;&lt;div class=&quot;frontcorner&quot;&gt;&lt;/div&gt; within the container. &nbsp;It will cut the left/right side of the caption background in 45&deg; 1:1&nbsp;<br>\n\t\t\t&nbsp;</li>\n\t</ul>\n\t<p>\t\t&nbsp;</p>\n</div>\n<p>\t&nbsp;</p>\n"},{"title": "Media in Slide","id": "media_in_slide","content": "<p>\tThe slider can play Vimeo, YouTube and HTML5 (videoJs) Videos, in boxed and &quot;FullSlide&quot; size. Via the Embeded API&#39;s the Slider will be paused, and restarted from the VideoPlayers. &nbsp;To use the Video Files in Slider see the following instructions.</p>\n<p>\tEach Video file has the same <strong>data- </strong>options like:</p>\n<ul>\t<li>\t\t<strong>autoplay</strong><br>\n\t\t<br>\n\t\tPossible Values: &quot;true&quot; / &quot;false&quot; - will play the Video Directly when slider has been loaded&nbsp;<br>\n\t\t&nbsp;</li>\n\t<li>\t\t<strong>nextslideatend</strong><br>\n\t\t<br>\n\t\tPossible Values: &quot;true&quot; / &quot;false&quot; after video come to the end position, it swaps to the next slide automatically.<br>\n\t\t&nbsp;</li>\n</ul>\n<p>\t&nbsp;</p>\n<h3>\n\tYouTube Video in Slide</h3>\n<p>\tBoxed version</p>\n<p>\tYouTube VIdeo will be added within a caption due an iframe. The Following example shows an iFrame embeded YouTube Video in a caption (460px X 259px), i.e.:</p>\n<pre class=\"html\">\n&lt;div class=&quot;caption fade &quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;false&quot;\n data-x=&quot;130&quot;\n data-y=&quot;70&quot;\n data-speed=&quot;500&quot;\n data-start=&quot;10&quot;\n data-easing=&quot;easeOutBack&quot;&gt;\n&lt;iframe src=&quot;http://www.youtube.com/embed/YHWkro9-e9Q?hd=1&amp;amp;wmode=opaque&amp;amp;controls=1&amp;amp;showinfo=0&quot; width=&quot;460&quot; height=&quot;259&quot;&gt;&lt;/iframe&gt;\n&lt;/div&gt;</pre>\n<div>\n\t<br>\n\tFullWidth Version (/i.e.)</div>\n<div>\n\t<pre class=\"html\">\n &lt;div class=&quot;caption fade <strong>fullscreenvideo</strong>&quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;true&quot;\n data-x=&quot;0&quot;\n data-y=&quot;0&quot;\n data-speed=&quot;500&quot;\n data-start=&quot;10&quot;\n data-easing=&quot;easeOutBack&quot;&gt;\n&lt;iframe src=&quot;http://www.youtube.com/embed/YHWkro9-e9Q?hd=1&amp;amp;wmode=opaque&amp;amp;controls=1&amp;amp;showinfo=0&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;&lt;/iframe&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<div>\n\t&nbsp;</div>\n<h3>\n\tVimeo Video</h3>\n<div>\n\t&nbsp;</div>\n<div>\n\tVimeo Video API works only Online. It will not work well on Localhost due some Sandbox Security reason. Please always test it Online.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tBoxed Version</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"html\">\n&lt;div class=&quot;caption fade &quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;false&quot;\n data-x=&quot;190&quot;\n data-y=&quot;110&quot;\n data-speed=&quot;500&quot;\n data-start=&quot;10&quot;\n data-easing=&quot;easeOutBack&quot;&gt;\n&lt;iframe src=&quot;http://player.vimeo.com/video/29298709?title=0&amp;amp;byline=0&amp;amp;portrait=0;api=1&quot; width=&quot;460&quot; height=&quot;259&quot;&gt;&lt;/iframe&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tFullWidth Version (i.e.)</div>\n<div>\n\t<pre class=\"html\">\n &lt;div class=&quot;caption fade <strong>fullscreenvideo</strong>&quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;true&quot;\n data-x=&quot;0&quot;\n data-y=&quot;0&quot;\n data-speed=&quot;500&quot;\n data-start=&quot;10&quot;\n data-easing=&quot;easeOutBack&quot;&gt;\n&lt;iframe src=&quot;http://player.vimeo.com/video/29298709?title=0&amp;amp;byline=0&amp;amp;portrait=0;api=1&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;&lt;/iframe&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<h3>\n\tHTML5 Video (videoJS)</h3>\n<p>\tThe VideoJs Files are only loaded if the html5 video markup exist. Please do not forget to add the videoJsPath in the initialising Options !&nbsp;</p>\n<p>\tBoxed Version (i.e.)</p>\n<pre class=\"html\">\n&lt;div class=&quot;caption randomrotate &quot;\n data-x=&quot;20&quot;\n data-y=&quot;80&quot;\n data-speed=&quot;300&quot;\n data-start=&quot;2100&quot;\n data-easing=&quot;easeOutExpo&quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;false&quot;&gt;\n\n&lt;video class=&quot;video-js vjs-default-skin&quot; controls preload=&quot;none&quot; width=&quot;600&quot; height=&quot;240&quot;\n poster=&quot;http://video-js.zencoder.com/oceans-clip.png&quot; data-setup=&quot;{}&quot;&gt;\n\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.mp4&quot; type=&#39;video/mp4&#39; /&gt;\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.webm&quot; type=&#39;video/webm&#39; /&gt;\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.ogv&quot; type=&#39;video/ogg&#39; /&gt;\n &lt;track kind=&quot;captions&quot; src=&quot;demo.captions.vtt&quot; srclang=&quot;en&quot; label=&quot;English&quot; /&gt;\n&lt;/video&gt;\n\n&lt;/div&gt;</pre>\n<div>\n\t&nbsp;</div>\n<div>\n\tFullWidth Version (i.e.)</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"html\">\n&lt;div class=&quot;caption randomrotate <strong>fullscreenvideo</strong>&quot;\n data-x=&quot;0&quot;\n data-y=&quot;0&quot;\n data-speed=&quot;300&quot;\n data-start=&quot;2100&quot;\n data-easing=&quot;easeOutExpo&quot;\n data-autoplay=&quot;true&quot;\n data-nextslideatend=&quot;true&quot;&gt;\n\n&lt;video class=&quot;video-js vjs-default-skin&quot; controls preload=&quot;none&quot; width=&quot;100%&quot; height=&quot;100%&quot;\n poster=&quot;http://video-js.zencoder.com/oceans-clip.png&quot; data-setup=&quot;{}&quot;&gt;\n\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.mp4&quot; type=&#39;video/mp4&#39; /&gt;\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.webm&quot; type=&#39;video/webm&#39; /&gt;\n &lt;source src=&quot;http://video-js.zencoder.com/oceans-clip.ogv&quot; type=&#39;video/ogg&#39; /&gt;\n &lt;track kind=&quot;captions&quot; src=&quot;demo.captions.vtt&quot; srclang=&quot;en&quot; label=&quot;English&quot; /&gt;\n&lt;/video&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<p>\t&nbsp;</p>\n"},{"title": "Banner Timer","id": "banner_timer","content": "<h3>\n\tBanner Timer</h3>\n<div>\n\t&nbsp;</div>\n<div>\n\tIn order to use a banner timer, you will need to add the markup within the banner or fullwidthbanner divs.</div>\n<div>\n\t<br>\n\tThe markup should look like :</div>\n<div>\n\t&nbsp;</div>\n<h5>\n\tTop Positioned Banner Timer:</h5>\n<pre class=\"html\">\n&lt;div class=&quot;tp-bannertimer&quot;&gt;&lt;/div&gt;<span class=\"Apple-tab-span\" style=\"white-space: pre;\"> </span></pre>\n<div>\n\t&nbsp;</div>\n<h5>\n\tBottom Positioned Banner Timer:</h5>\n<pre class=\"html\">\n&lt;div class=&quot;tp-bannertimer tp-bottom&quot;&gt;&lt;/div&gt;</pre>\n<div>\n\t&nbsp;</div>\n<div>\n\tTo remove this timer just simple remove the markup from the container, and that is it.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t&nbsp;</div>\n"},{"title": "Responsive Layouts","id": "responsive_layouts","content": "<h3>\n\tResponsive Layout</h3>\n<p>\tResponsive means that the slider will adjust to every screen width.</p>\n<div>\n\tTo achieve that you have to set a bunch of mediaqueries that will adjust the whole slider when a certain window size is used, or you will need to use our fullwidth style version, to let the banner always resize itself.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tThe basic containers are build like this ( in none Fullwidth, but 4 Level Responsive Version):</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"css\">\n .bannercontainer {\n padding:5px;\n background-color:#fff;\n width:890px;\n position:relative;\n margin-left:auto;\n margin-right:auto;\n}\n\n.banner{\n width:890px; // MUST BE THE SAME AS IN THE OPTIONS <strong>startwidth</strong> \n height:490px; // MUST BE THE SAME AS IN THE OPTIONS <strong>startheight</strong>\n position:relative;\n overflow:hidden;\n}\n</pre>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tThe media queries that build the screen dependend container sizes:</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<pre class=\"css\">\n@media only screen and (min-width: 768px) and (max-width: 959px) {\n .banner, .bannercontainer{ width:750px; height:412px;}\n .bannershadow {width:750px;}\n}\n\n@media only screen and (min-width: 480px) and (max-width: 767px) {\n .banner, .bannercontainer{width:470px; height:258px;} \n .bannershadow {width:470px;}\n}\n\n@media only screen and (min-width: 0px) and (max-width: 479px) {\n .banner, .bannercontainer{width:300px;height:165px;}\n .bannershadow {width:300px; margin-top:-5px;}\n}</pre>\n</div>\n<p>\t&nbsp;</p>\n<h5>\n\tCalculate the Resopnsive sizes</h5>\n<div>\n\t&nbsp;</div>\n<div>\n\tHere we can give you a short calculating example. The Width of the Responsive container depending on you in the different browser views. the height can be calculated via a simple example:</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tnew width / original width * original height. So in our Examplce (step 1.) 750 / 890 * 490 == 413px</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t&nbsp;</div>\n<h3>\n\tFullWidth Layout</h3>\n<div>\n\tThis slider can go fullwidth too. We have added an index-fullwidth.html example for you in the zip.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tPlease note the basic change in the markup.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tThe surrounding containers are (only example, can be called differently)</div>\n<div>\n\t&nbsp;</div>\n<div>\n\t<pre class=\"html\">\n&lt;div class=&quot;fullwidthbanner-container&quot;&gt;\n &lt;div class=&quot;fullwidthbanner&quot;&gt;...&lt;/div&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<div>\n\t\tThe CSS is not splitted with Media-Queries but has a basic 100% value for width:</div>\n\t<div>\n\t\t&nbsp;</div>\n\t<pre class=\"css\">\n .fullwidthbanner-container{\n width:100% !important;\n position:relative;\n padding:0;\n max-height:450px !important; // Same value as in OPTIONS the <strong>startheight</strong> parameter\n overflow:hidden;\n}</pre>\n\t<div>\n\t\t&nbsp;</div>\n\t<h3>\n\t\tFullScreen Layout</h3>\n\t<p>\t\tYou can use the Slider also in FullScreen mode. It will need to have the possiblity to use the full width of the screen, means do not wrap it in any boxed container. &nbsp;For Fullscreen simple use the following markups and styles:</p>\n\t<p>\t\t&nbsp;</p>\n\t<p>\t\tThe markup could look like:</p>\n\t<pre class=\"html\">\n&lt;div class=&quot;fullscreen-container&quot;&gt;\n &lt;div class=&quot;fullscreenbanner&quot;&gt;\n &lt;/div&gt;\n&lt;/div&gt;</pre>\n\t<div>\n\t\t&nbsp;</div>\n\t<p>\t\tThe Style has 100% width and height simple.&nbsp;</p>\n\t<pre class=\"css\">\n.fullscreen-container {\nwidth:100% !important;\nposition:relative;\npadding:0;\nheight:100%;\n}</pre>\n\t<div>\n\t\tDont forget to use the option fullScreen:&quot;on&quot; to use in the initialisation. &nbsp;If you wish to have an offset, which allows you to add i.e. a Menu over the fullscreen slider, just use the&nbsp;fullScreenOffsetContainer: option and set it to the container which wrapps the menu i.e</div>\n\t<div>\n\t\t&nbsp;</div>\n</div>\n<div>\n\t&nbsp;</div>\n"},{"title": "API Functions and Events","id": "api_functions_and_events","content": "<div>\n\tThe slider offers a public API which you can use to control component inside the Slider from within your own scripts. To access this api, use the following code.</div>\n<div>\n\t&nbsp;</div>\n<pre class=\"html\">\nvar tpj=jQuery;\ntpj.noConflict();\ntpj(document).ready(function() {\nif (tpj.fn.cssOriginal!=undefined)\n tpj.fn.css = tpj.fn.cssOriginal;\n var api = tpj(&#39;.banner&#39;).revolution(\n ....</pre>\n<div>\n\t&nbsp;</div>\n<div class=\"alert alert-info\">\n\tYou can see in the example index-responsive-API.html how to use the different functions, and how to get the trigered Events.</div>\n<div>\n\t&nbsp;</div>\n<div>\n\tOnce this is done you may use any of the following functions:</div>\n<div>\n\t&nbsp;</div>\n<ul>\t<li>\t\tapi.revpause() - Stops the Timer and autoplay</li>\n\t<li>\t\tapi.revresume() - Starts the Timer and resume to autoplay</li>\n\t<li>\t\tapi.revprev() - Change to previous slide</li>\n\t<li>\t\tapi.revnext() - Change to next slide</li>\n\t<li>\t\tapi.revshowslide(n) - Change to the slide with index Nr. (n)</li>\n\t<li>\t\tapi.revmaxslide() - Show the amount of slides</li>\n\t<li>\t\tapi.revscroll() &nbsp;- Scrollt Body under the Slide in FullScreen mode</li>\n</ul>\n<div>\n\t&nbsp;</div>\n<div>\n\tOr you may use any of the following Events:</div>\n<div>\n\t&nbsp;</div>\n<ul>\t<li>\t\trevolution.slide.onchange - Event is triggered when Slide has been rotated. data value will give you the current slide. i.e.&nbsp;<br>\n\t\t<br>\n\t\t<div>\n\t\t\tapi.bind(&quot;revolution.slide.onchange&quot;,function (e,data) {</div>\n\t\t<div>\n\t\t\t&nbsp; &nbsp; &nbsp;jQuery(&#39;#callbackinfo&#39;).html(&#39;Last Event: Slide Changed to &#39;+data.slideIndex);</div>\n\t\t<div>\n\t\t\t});<br>\n\t\t\t&nbsp;</div>\n\t</li>\n\t<li>\t\trevolution.slide.onpause - Event is triggered when Slider is on Pause</li>\n\t<li>\t\trevolution.slide.onresume - Event is triggered when Slider is back from Pause</li>\n\t<li>\t\trevolution.slide.onvideoplay - Event is triggered when YouTube or Vimeo Video has been started (only Online Mode !)</li>\n\t<li>\t\trevolution.slide.onvideostop - Event is triggered when YouTube or Vimeo Video has been stopped or Slide has been rotated (only Online Mode !)</li>\n\t<li>\t\trevolution.slide.onstop - - Event is triggered when slider has been stopped due the Loop and stop at Slide parameters</li>\n\t<li>\t\trevolution.slide.onbeforeswap - - Event is triggered when slider is going to change to next slide</li>\n\t<li>\t\trevolution.slide.onafterswap - - Event is triggered when slider has finnishded the change of the transition (full transition finnished)</li>\n\t<li>\t\trevolution.slide.onloaded - - Event is triggered when slider is loaded and it is prepared</li>\n</ul>\n"},{"title": "Licenses","id": "licenses","content": "<p>\tUsed Assets</p>\n<ul>\t<li>\t\t<div>\n\t\t\tjQuery Transit - CSS3 transitions and transformations</div>\n\t\t<div>\n\t\t\t&nbsp;Copyright(c) 2011 Rico Sta. Cruz &lt;rico@ricostacruz.com&gt;</div>\n\t\t<div>\n\t\t\t&nbsp;MIT Licensed.<br>\n\t\t\t&nbsp;</div>\n\t</li>\n\t<li>\t\t<div>\n\t\t\tjQuery WaitForImages 1.4<br>\n\t\t\t&nbsp;https://github.com/alexanderdickson/waitForImages<br>\n\t\t\tLicensed under the MIT licenses.</div>\n\t</li>\n</ul>\n<ul>\t<li>\t\tTemplate demo images licensed from <a href=\"http://us.fotolia.com\">Fotolia</a> for preview usage. Please do not attempt to rip the images from the preview!</li>\n</ul>\n<ul>\t<li>\t\t<a href=\"http://www.netcu.de/jquery-touchwipe-iphone-ipad-library\">Touch Wipe jQuery Plugin</a></li>\n</ul>\n<p>\t&nbsp;</p>\n"},{"title": "Support","id": "support","content": "<p>\tIf you face problems with the installation or customization of our product please do not hesitate to contact us via our support ticket system:</p>\n<p>\t<strong><a href=\"http://themepunch.ticksy.com\">http://themepunch.ticksy.com</a></strong></p>\n"}],"use_sub": false,"logo": "http://www.themepunch.com/codecanyon_wp/wp-content/uploads/2012/04/logo.png","favicon": "","customcss": "","easing": "easeOutQuart","easingduration": "913","bgimage": "http://www.themepunch.com/codecanyon_wp/wp-content/themes/config/images/website_bg_tile-21.gif","bgrepeat": "repeat","bgattachment": "scroll","bgcolor": "A8A7A7","textcolor": "363636","linkcolor": "830909","hrcolor1": "858484","hrcolor2": "CFCDCD","btncolor": "","btncolor1": "","btncolor2": "","sidebarbgimage": "","sidebarbgrepeat": "repeat","sidebarbgcolor": "363636","sidebartextcolor": "A8A7A7","sidebarlinkcolor": "A8A7A7","sidebaractivecolor": "404040","sidebaractivetextcolor": "B50D0D","sidebarhrcolor1": "242424","sidebarhrcolor2": "575757","cufon": "","documentationttype": "bootstrap","itemURL": "","sendJSON": "","sendZIP": "","sendPWD": ""}