561 lines
18 KiB
XML
561 lines
18 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<fields>
|
||
|
<fieldset name="general" label="General Settings">
|
||
|
|
||
|
<field name="delay"
|
||
|
type="text"
|
||
|
default="9000"
|
||
|
label="Delay"
|
||
|
description="The time one slide stays on the screen in Milliseconds">
|
||
|
</field>
|
||
|
|
||
|
|
||
|
|
||
|
<field name="shuffle"
|
||
|
type="radio"
|
||
|
default="off"
|
||
|
label="Shuffle Mode"
|
||
|
description="Turn Shuffle Mode on and off! Will be randomized only once at the start.">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="lazy_load"
|
||
|
type="radio"
|
||
|
default="off"
|
||
|
label="Lazy Load"
|
||
|
description="The lazy load means that the images will be loaded by demand, it speeds the loading of the slider.">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="load_googlefont"
|
||
|
type="radio"
|
||
|
default="false"
|
||
|
label="Load Google Font"
|
||
|
description="yes / no to load google font">
|
||
|
<option value="true" text="Yes"></option>
|
||
|
<option value="false" text="No"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="google_font"
|
||
|
type="text"
|
||
|
label="Google Font"
|
||
|
class="text-sidebar-long"
|
||
|
default="PT+Sans+Narrow:400,700"
|
||
|
description="The google font family to load"></field>
|
||
|
|
||
|
<field name="text_google"
|
||
|
type="statictext"
|
||
|
label="To add more google fonts please read <a target="_blank" href="http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/faqs/15268"> this tutorial </a> ">
|
||
|
</field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="enable"
|
||
|
parent="load_googlefont"
|
||
|
child="google_font"
|
||
|
value="true"
|
||
|
></field>
|
||
|
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="stop_slider"
|
||
|
type="radio"
|
||
|
default="off"
|
||
|
label="Stop Slider"
|
||
|
description="On / Off to stop slider after some amount of loops / slides">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="stop_after_loops"
|
||
|
type="text"
|
||
|
default="0"
|
||
|
label="Stop After Loops"
|
||
|
description="Stop the slider after certain amount of loops. 0 related to the first loop.">
|
||
|
</field>
|
||
|
|
||
|
<field name="stop_at_slide"
|
||
|
type="text"
|
||
|
default="2"
|
||
|
label="Stop At Slide"
|
||
|
description="Stop the slider at the given slide">
|
||
|
</field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="enable"
|
||
|
parent="stop_slider"
|
||
|
child="stop_after_loops"
|
||
|
value="on"
|
||
|
></field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="enable"
|
||
|
parent="stop_slider"
|
||
|
child="stop_at_slide"
|
||
|
value="on"
|
||
|
></field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="position" label="Position">
|
||
|
|
||
|
<field name="position"
|
||
|
type="list"
|
||
|
default="center"
|
||
|
label="Position on the page"
|
||
|
description="The position of the slider on the page, (float:left, float:right, margin:0px auto;)">
|
||
|
<option value="left" text="Left"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="right" text="Right"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="margin_top"
|
||
|
type="text"
|
||
|
label="Margin Top"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="The top margin of the slider wrapper div"></field>
|
||
|
|
||
|
<field name="margin_bottom"
|
||
|
type="text"
|
||
|
label="Margin Bottom"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="The bottom margin of the slider wrapper div"></field>
|
||
|
|
||
|
<field name="margin_left"
|
||
|
type="text"
|
||
|
label="Margin Left"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="The left margin of the slider wrapper div"></field>
|
||
|
|
||
|
<field name="margin_right"
|
||
|
type="text"
|
||
|
label="Margin Right"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="The right margin of the slider wrapper div"></field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="disable"
|
||
|
parent="position"
|
||
|
child="margin_left"
|
||
|
value="center"></field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="disable"
|
||
|
parent="position"
|
||
|
child="margin_right"
|
||
|
value="center"></field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="appearance" label="Appearance">
|
||
|
|
||
|
<field name="shadow_type"
|
||
|
type="list"
|
||
|
default="2"
|
||
|
label="Shadow Type"
|
||
|
description="The Shadow display underneath the banner. The shadow apply to fixed and responsive modes only, the full width slider don't have a shadow.">
|
||
|
<option value="0" text="No Shadow"></option>
|
||
|
<option value="1" text="1"></option>
|
||
|
<option value="2" text="2"></option>
|
||
|
<option value="3" text="3"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="show_timerbar"
|
||
|
type="list"
|
||
|
default="top"
|
||
|
label="Show Timer Line"
|
||
|
description="Show the top running timer line">
|
||
|
<option value="top" text="Top"></option>
|
||
|
<option value="bottom" text="Bottom"></option>
|
||
|
<option value="hide" text="Hide"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="background_color"
|
||
|
type="color"
|
||
|
default="#E9E9E9"
|
||
|
label="Background color"
|
||
|
description="Slider wrapper div background color, for transparent slider, leave empty.">
|
||
|
</field>
|
||
|
|
||
|
<field name="padding"
|
||
|
type="text"
|
||
|
default="0"
|
||
|
label="Padding (border)"
|
||
|
description="The wrapper div padding, if it has value, then together with background color it it will make border around the slider.">
|
||
|
</field>
|
||
|
|
||
|
<field name="show_background_image"
|
||
|
type="radio"
|
||
|
default="false"
|
||
|
label="Show Background Image"
|
||
|
description="yes / no to put background image to the main slider wrapper.">
|
||
|
<option value="true" text="Yes"></option>
|
||
|
<option value="false" text="No"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="background_image"
|
||
|
type="text"
|
||
|
default=""
|
||
|
label="Background Image Url"
|
||
|
class="text-sidebar-long"
|
||
|
description="The background image that will be on the slider wrapper. Will be shown at slider preloading.">
|
||
|
</field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="enable"
|
||
|
parent="show_background_image"
|
||
|
child="background_image"
|
||
|
value="true"
|
||
|
></field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
|
||
|
<fieldset name="navigation" label="Navigation">
|
||
|
|
||
|
<field name="touchenabled"
|
||
|
type="radio"
|
||
|
default="on"
|
||
|
label="Touch Enabled"
|
||
|
description="Enable Swipe Function on touch devices">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="stop_on_hover"
|
||
|
type="radio"
|
||
|
default="on"
|
||
|
label="Stop On Hover"
|
||
|
description="Stop the Timer when hovering the slider">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigaion_type"
|
||
|
type="list"
|
||
|
default="bullet"
|
||
|
label="Navigation Type"
|
||
|
description="Display type of the navigation bar (Default:none">
|
||
|
<option value="none" text="None"></option>
|
||
|
<option value="bullet" text="Bullet"></option>
|
||
|
<option value="thumb" text="Thumb"></option>
|
||
|
<option value="both" text="Both"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigation_arrows"
|
||
|
type="list"
|
||
|
default="solo"
|
||
|
label="Navigation Arrows"
|
||
|
description="Display position of the Navigation Arrows (** By navigation Type Thumb arrows always centered or none visible)">
|
||
|
<option value="nexttobullets" text="With Bullets"></option>
|
||
|
<option value="solo" text="Solo"></option>
|
||
|
<option value="none" text="None"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigation_style"
|
||
|
type="list"
|
||
|
default="round"
|
||
|
label="Navigation Style"
|
||
|
description="Look of the navigation bullets ** If you choose navbar, we recommend to choose Navigation Arrows to nexttobullets">
|
||
|
<option value="round" text="Round"></option>
|
||
|
<option value="navbar" text="Navbar"></option>
|
||
|
<option value="round-old" text="Old Round"></option>
|
||
|
<option value="square-old" text="Old Square"></option>
|
||
|
<option value="navbar-old" text="Old Navbar"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigaion_always_on"
|
||
|
type="list"
|
||
|
default="false"
|
||
|
label="Always Show Navigation"
|
||
|
description="Always show the navigation and the thumbnails.">
|
||
|
<option value="true" text="Yes"></option>
|
||
|
<option value="false" text="No"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="hide_thumbs"
|
||
|
type="text"
|
||
|
label="Hide Navitagion After"
|
||
|
default="200"
|
||
|
unit="ms"
|
||
|
description="Time after that the Navigation and the Thumbs will be hidden(Default: 200 ms)"></field>
|
||
|
|
||
|
<field type="control"
|
||
|
ctype="enable"
|
||
|
parent="navigaion_always_on"
|
||
|
child="hide_thumbs"
|
||
|
value="false"
|
||
|
></field>
|
||
|
|
||
|
<field type="bulk_control_start"
|
||
|
parent="navigaion_type"
|
||
|
ctype="hide"
|
||
|
value="none"
|
||
|
/>
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="navigaion_align_hor"
|
||
|
type="list"
|
||
|
default="center"
|
||
|
label="Navigation Horizontal Align"
|
||
|
description="Horizontal Align of Bullets / Thumbnails">
|
||
|
<option value="left" text="Left"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="right" text="Right"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigaion_align_vert"
|
||
|
type="list"
|
||
|
default="bottom"
|
||
|
label="Navigation Vertical Align"
|
||
|
description="Vertical Align of Bullets / Thumbnails">
|
||
|
<option value="top" text="Top"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="bottom" text="Bottom"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="navigaion_offset_hor"
|
||
|
type="text"
|
||
|
label="Navigation Horizontal Offset"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Offset from current Horizontal position of Bullets / Thumbnails negative and positive direction"></field>
|
||
|
|
||
|
<field name="navigaion_offset_vert"
|
||
|
type="text"
|
||
|
label="Navigation Vertical Offset"
|
||
|
default="20"
|
||
|
unit="px"
|
||
|
description="Offset from current Vertical position of Bullets / Thumbnails negative and positive direction"></field>
|
||
|
|
||
|
<field type="bulk_control_end"></field>
|
||
|
|
||
|
<field type="bulk_control_start"
|
||
|
parent="navigation_arrows"
|
||
|
ctype="hide"
|
||
|
value="none"
|
||
|
/>
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="leftarrow_align_hor"
|
||
|
type="list"
|
||
|
default="left"
|
||
|
label="Left Arrow Horizontal Align"
|
||
|
description="Horizontal Align of left Arrow (only if arrow is not next to bullets)">
|
||
|
<option value="left" text="Left"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="right" text="Right"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="leftarrow_align_vert"
|
||
|
type="list"
|
||
|
default="center"
|
||
|
label="Left Arrow Vertical Align"
|
||
|
description="Vertical Align of left Arrow (only if arrow is not next to bullets)">
|
||
|
<option value="top" text="Top"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="bottom" text="Bottom"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="leftarrow_offset_hor"
|
||
|
type="text"
|
||
|
label="Left Arrow Horizontal Offset"
|
||
|
default="20"
|
||
|
unit="px"
|
||
|
description="Offset from current Horizontal position of of left Arrow negative and positive direction"></field>
|
||
|
|
||
|
<field name="leftarrow_offset_vert"
|
||
|
type="text"
|
||
|
label="Left Arrow Vertical Offset"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Offset from current Vertical position of of left Arrow negative and positive direction"></field>
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="rightarrow_align_hor"
|
||
|
type="list"
|
||
|
default="right"
|
||
|
label="Right Arrow Horizontal Align"
|
||
|
description="Horizontal Align of right Arrow (only if arrow is not next to bullets)">
|
||
|
<option value="left" text="Left"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="right" text="Right"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="rightarrow_align_vert"
|
||
|
type="list"
|
||
|
default="center"
|
||
|
label="Right Arrow Vertical Align"
|
||
|
description="Vertical Align of right Arrow (only if arrow is not next to bullets)">
|
||
|
<option value="top" text="Top"></option>
|
||
|
<option value="center" text="Center"></option>
|
||
|
<option value="bottom" text="Bottom"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="rightarrow_offset_hor"
|
||
|
type="text"
|
||
|
label="Right Arrow Horizontal Offset"
|
||
|
default="20"
|
||
|
unit="px"
|
||
|
description="Offset from current Horizontal position of of right Arrow negative and positive direction"></field>
|
||
|
|
||
|
<field name="rightarrow_offset_vert"
|
||
|
type="text"
|
||
|
label="Right Arrow Vertical Offset"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Offset from current Vertical position of of right Arrow negative and positive direction"></field>
|
||
|
|
||
|
<field type="bulk_control_end"></field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="thumbs" label="Thumbnails">
|
||
|
|
||
|
<field name="thumb_width"
|
||
|
type="text"
|
||
|
label="Thumb Width"
|
||
|
default="100"
|
||
|
unit="px"
|
||
|
description="The basic Width of one Thumbnail (only if thumb is selected)"></field>
|
||
|
|
||
|
<field name="thumb_height"
|
||
|
type="text"
|
||
|
label="Thumb Height"
|
||
|
default="50"
|
||
|
unit="px"
|
||
|
description="the basic Height of one Thumbnail (only if thumb is selected)"></field>
|
||
|
|
||
|
<field name="thumb_amount"
|
||
|
type="text"
|
||
|
label="Thumb Amount"
|
||
|
default="5"
|
||
|
unit="px"
|
||
|
description="the amount of the Thumbs visible same time (only if thumb is selected)"></field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="mobile_visibility" label="Mobile Visibility">
|
||
|
|
||
|
<field name="hide_slider_under"
|
||
|
type="text"
|
||
|
label="Hide Slider Under Width"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Hide the slider under some slider width. Works only in Responsive Style. Not available for Fullwidth."></field>
|
||
|
|
||
|
<field name="hide_defined_layers_under"
|
||
|
type="text"
|
||
|
label="Hide Defined Layers Under Width"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Hide some defined layers in the layer properties under some slider width."></field>
|
||
|
|
||
|
<field name="hide_all_layers_under"
|
||
|
type="text"
|
||
|
label="Hide All Layers Under Width"
|
||
|
default="0"
|
||
|
unit="px"
|
||
|
description="Hide all layers under some slider width"></field>
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="first_slide" label="Alternative First Slide">
|
||
|
|
||
|
<field name="start_with_slide"
|
||
|
type="text"
|
||
|
default="1"
|
||
|
label="Start With Slide"
|
||
|
description="Change it if you want to start from a different slide then 1">
|
||
|
</field>
|
||
|
|
||
|
<field type="hr"></field>
|
||
|
|
||
|
<field name="first_transition_active"
|
||
|
type="radio"
|
||
|
default="off"
|
||
|
label="First Transition Active"
|
||
|
description="If active, it will overwrite the first slide transition. Use it when you want a special transition for the first slide only.">
|
||
|
<option value="true" text="On"></option>
|
||
|
<option value="false" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field type="bulk_control_start"
|
||
|
parent="first_transition_active"
|
||
|
ctype="enable"
|
||
|
value="true"
|
||
|
/>
|
||
|
|
||
|
<field name="first_transition_type"
|
||
|
type="list"
|
||
|
default="fade"
|
||
|
label="First Transition Type"
|
||
|
description="First slide transition type">
|
||
|
<option value="replace" text="Replace me!"></option>
|
||
|
<option value="replace2" text="Replace me!"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="first_transition_duration"
|
||
|
type="text"
|
||
|
default="300"
|
||
|
label="First Transition Duration"
|
||
|
description="First slide transition duration (Default:300, min: 100 max 2000)"
|
||
|
unit="ms">
|
||
|
</field>
|
||
|
|
||
|
<field name="first_transition_slot_amount"
|
||
|
type="text"
|
||
|
default="7"
|
||
|
label="First Transition Slot Amount"
|
||
|
description="The number of slots or boxes the slide is divided into. If you use boxfade, over 7 slots can be juggy"
|
||
|
unit="ms">
|
||
|
</field>
|
||
|
|
||
|
<field type="bulk_control_end"/>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
<fieldset name="troubleshooting" label="Troubleshooting">
|
||
|
|
||
|
<field name="jquery_noconflict"
|
||
|
type="list"
|
||
|
default="on"
|
||
|
label="JQuery No Conflict Mode"
|
||
|
description="Turns on / off jquery noconflict mode. You can play with this option when you have some javascript conflicts.">
|
||
|
<option value="on" text="On"></option>
|
||
|
<option value="off" text="Off"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="js_to_body"
|
||
|
type="radio"
|
||
|
default="false"
|
||
|
label="Put JS Includes To Body"
|
||
|
description="Putting the js to body (in addition to head) is good for fixing some javascript conflicts of type: TypeError: tpj('#rev_slider_1_1').show().revolution is not a function">
|
||
|
<option value="true" text="True"></option>
|
||
|
<option value="false" text="False"></option>
|
||
|
</field>
|
||
|
|
||
|
<field name="output_type"
|
||
|
type="list"
|
||
|
default="none"
|
||
|
label="Output Filters Protection"
|
||
|
description="Activate a protection against wordpress output filters that adds html blocks to the shortcode output like P and BR">
|
||
|
<option value="none" text="None"></option>
|
||
|
<option value="compress" text="By Compressing Output"></option>
|
||
|
<option value="echo" text="By Echo Output"></option>
|
||
|
</field>
|
||
|
|
||
|
</fieldset>
|
||
|
|
||
|
</fields>
|