first commit

This commit is contained in:
Ryan Ariana
2024-05-06 11:04:37 +07:00
commit aee061ddba
7322 changed files with 2918816 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
/**
* @package Unlimited Elements
* @author unlimited-elements.com
* @copyright (C) 2021 Unlimited Elements, All Rights Reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* */
defined('UNLIMITED_ELEMENTS_INC') or die('Restricted access');
$filepathAddonSettings = GlobalsUC::$pathSettings."addon_fields.xml";
UniteFunctionsUC::validateFilepath($filepathAddonSettings);
$generalSettings = new UniteCreatorSettings();
if(isset($this->objAddon)){
$generalSettings->setCurrentAddon($this->objAddon);
}
$generalSettings->loadXMLFile($filepathAddonSettings);

View File

@@ -0,0 +1,144 @@
<?xml version="1.0" encoding="utf-8"?>
<fields>
<fieldset name="general" label="General Settings">
<field name="addon_icon"
type="icon"
default=""
icons_type = "elementor"
label="Icon"
description="The Icon that will be shown on Elementor Panel. If not set, it will show category default icon">
</field>
<field name="addon_icon_svg"
type="custom"
custom_type="widget_svg_icon"
label="SVG Icon">
</field>
<field type="hr"></field>
<field name="dynamic_addon"
type="boolean"
default="false"
label="&lt;b&gt; Use Current Post Data &lt;/b&gt;"
description="This widget will use current post fields or the current post custom fields">
</field>
<field type="bulk_control_start" parent="dynamic_addon" ctype="show" value="true" />
<field name="dynamic_post"
type="post"
default=""
label="&amp;nbsp; Demo Post"
description="Select the post for the test addon and for pulling the fields from it">
</field>
<field name="dynamic_post_enable_customfields"
type="boolean"
default="false"
label="&amp;nbsp; Use Custom Fields"
description="Add post custom fields to post variables, choose YES if you will use custom fields in the addon">
</field>
<field name="dynamic_post_enable_category"
type="boolean"
default="false"
label="&amp;nbsp; Use Post Category"
description="Add post category fields to post variables.">
</field>
<field type="bulk_control_end" />
<field name="hr_dynamic" type="hr"></field>
<field name="description"
type="textarea"
default=""
label="Description"
style="height:80px;"
description="">
</field>
<field name="link_resource"
type="text"
default=""
class="unite-input-link"
label="Link - Help"
description="Link to widget demo and documentation.&lt;br&gt; Will be shown inside of Elementor under the widget settings as (Need Help?).">
</field>
<field name="link_preview"
type="text"
default=""
class="unite-input-link"
label="Link - Preview"
description="Link to widget preview on the developer site">
</field>
<field name="show_small_icon"
type="boolean"
default="true"
label="Show Small Icon"
description="Show small addon icon in addons browser: icon_addon.png in assets folder">
</field>
<field name="text_preview"
type="statictext"
label="Preview Tooltip &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class='description'&gt;For the preview tooltip put preview_addon.jpg/png/gif file in the assets folder&lt;/span&gt;">
</field>
<field type="hr"></field>
<field name="preview_size"
type="list"
default="full"
label="Preview Size"
description="The way how the addon will be shown on internal preview">
<option value="full" text="Full Size"></option>
<option value="column" text="Column Size"></option>
<option value="custom" text="Custom Size"></option>
</field>
<field name="preview_custom_width"
type="text"
default=""
unit="px"
label="Preview Custom Width"
description="">
</field>
<field type="control"
parent="preview_size"
ctype="show"
child="preview_custom_width"
value="custom"
/>
<field name="preview_bgcol"
type="color"
default="#ffffff"
label="Preview Background Color"
description="">
</field>
<field name="hr_special" type="hr"></field>
<field name="special"
type="text"
default=""
label="Special Behaviour"
description="Some special behaviour field. Used in our various widgets">
</field>
<field name="special_data"
type="text"
default=""
label="Additional Data"
description="Some additional data if needed for internal use">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="animation" label="Entrance Animation">
<field name="animation_type"
type="list"
default=""
label="Animation Type"
classAdd="uc-select-animation-type"
description="Choose the animation type">
<option value="" text="---No Animation---"></option>
<option value="bounce" text="Bounce"></option>
<option value="flash" text="Flash"></option>
<option value="pulse" text="Pulse"></option>
<option value="rubberBand" text="Rubber Band"></option>
<option value="shake" text="Shake"></option>
<option value="swing" text="Swing"></option>
<option value="tada" text="Tada"></option>
<option value="jello" text="Jello"></option>
<option value="bounceIn" text="---Bouncing Entrances---"></option>
<option value="bounceIn" text="Bounce In"></option>
<option value="bounceInDown" text="bounceInDown"></option>
<option value="bounceInLeft" text="bounceInLeft"></option>
<option value="bounceInRight" text="bounceInRight"></option>
<option value="bounceInUp" text="bounceInUp"></option>
<option value="" text="---Bouncing Exits---"></option>
<option value="bounceOut" text="bounceOut"></option>
<option value="bounceOutDown" text="bounceOutDown"></option>
<option value="bounceOutLeft" text="bounceOutLeft"></option>
<option value="bounceOutRight" text="bounceOutRight"></option>
<option value="bounceOutUp" text="bounceOutUp"></option>
<option value="" text="---Fading Entrances---"></option>
<option value="fadeIn" text="fadeIn"></option>
<option value="fadeInDown" text="fadeInDown"></option>
<option value="fadeInDownBig" text="fadeInDownBig"></option>
<option value="fadeInLeft" text="fadeInLeft"></option>
<option value="fadeInLeftBig" text="fadeInLeftBig"></option>
<option value="fadeInRight" text="fadeInRight"></option>
<option value="fadeInRightBig" text="fadeInRightBig"></option>
<option value="fadeInUp" text="fadeInUp"></option>
<option value="fadeInUpBig" text="fadeInUpBig"></option>
<option value="" text="----Fading Exits---"></option>
<option value="fadeOut" text="fadeOut"></option>
<option value="fadeOutDown" text="fadeOutDown"></option>
<option value="fadeOutDownBig" text="fadeOutDownBig"></option>
<option value="fadeOutLeft" text="fadeOutLeft"></option>
<option value="fadeOutLeftBig" text="fadeOutLeftBig"></option>
<option value="fadeOutRight" text="fadeOutRight"></option>
<option value="fadeOutRightBig" text="fadeOutRightBig"></option>
<option value="fadeOutUp" text="fadeOutUp"></option>
<option value="fadeOutUpBig" text="fadeOutUpBig"></option>
<option value="flip" text="Flippers"></option>
<option value="flip" text="flip"></option>
<option value="flipInX" text="flipInX"></option>
<option value="flipInY" text="flipInY"></option>
<option value="flipOutX" text="flipOutX"></option>
<option value="flipOutY" text="flipOutY"></option>
<option value="lightSpeedIn" text="Lightspeed"></option>
<option value="lightSpeedIn" text="lightSpeedIn"></option>
<option value="lightSpeedOut" text="lightSpeedOut"></option>
<option value="" text="---Rotating Entrances---"></option>
<option value="rotateIn" text="rotateIn"></option>
<option value="rotateInDownLeft" text="rotateInDownLeft"></option>
<option value="rotateInDownRight" text="rotateInDownRight"></option>
<option value="rotateInUpLeft" text="rotateInUpLeft"></option>
<option value="rotateInUpRight" text="rotateInUpRight"></option>
<option value="" text="---Rotating Exits---"></option>
<option value="rotateOut" text="rotateOut"></option>
<option value="rotateOutDownLeft" text="rotateOutDownLeft"></option>
<option value="rotateOutDownRight" text="rotateOutDownRight"></option>
<option value="rotateOutUpLeft" text="rotateOutUpLeft"></option>
<option value="rotateOutUpRight" text="rotateOutUpRight"></option>
<option value="" text="---Sliding Entrances---"></option>
<option value="slideInUp" text="slideInUp"></option>
<option value="slideInDown" text="slideInDown"></option>
<option value="slideInLeft" text="slideInLeft"></option>
<option value="slideInRight" text="slideInRight"></option>
<option value="" text="---Sliding Exits---"></option>
<option value="slideOutUp" text="slideOutUp"></option>
<option value="slideOutDown" text="slideOutDown"></option>
<option value="slideOutLeft" text="slideOutLeft"></option>
<option value="slideOutRight" text="slideOutRight"></option>
<option value="" text="---Zoom Exits---"></option>
<option value="zoomIn" text="zoomIn"></option>
<option value="zoomInDown" text="zoomInDown"></option>
<option value="zoomInLeft" text="zoomInLeft"></option>
<option value="zoomInRight" text="zoomInRight"></option>
<option value="zoomInUp" text="zoomInUp"></option>
<option value="hinge" text="---Specials---"></option>
<option value="hinge" text="hinge"></option>
<option value="jackInTheBox" text="jackInTheBox"></option>
<option value="rollIn" text="rollIn"></option>
<option value="rollOut" text="rollOut"></option>
</field>
<field type="statictext"
name="animation_demo"
text="&lt;span&gt;This is animation demo text&lt;/span&gt;"
label=" "
classAdd="uc-animation-demo"
></field>
<field name="animation_delay"
type="text"
default=""
label="Delay"
unit="sec"
placeholder="0"
description="Animation Delay">
</field>
<field name="animation_duration"
type="text"
default=""
label="Duration"
unit="sec"
placeholder="1"
description="Animation Duration">
</field>
<field name="animation_play"
type="custom"
custom_type="grid_panel_button"
action="play_panelobject_animation"
label="unite_setting_notext"
button_text="Play Animation">
</field>
<field name="section_animation_play"
type="custom"
custom_type="grid_panel_button"
action="play_panelobject_section_animation"
label="unite_setting_notext"
button_text="Play Section Animation">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,251 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="background" label="Background">
<field name="bg_enable"
type="boolean"
default="true"
label="Enable Background"
special_design="true"
special_design_color="primary"
description="Enable background for this element. You can combine several background types">
</field>
<field type="bulk_control_start" parent="bg_enable" ctype="show" value="true" />
<field name="bg_type"
type="radio"
default="solid"
label="Background Type"
mode_transparent="true"
special_design="true"
modifytype="choose_background"
description="Choose Backgruond Type. You can combine several background types">
<option value="solid" text="Color"></option>
<option value="image" text="Image"></option>
<option value="gradient" text="Gradient"></option>
<option value="more" text="More"></option>
</field>
<field type="bulk_control_start" parent="bg_type" ctype="show" value="solid" />
<field name="bg_color"
type="color"
default=""
label="Background Color"
description="Choose the background color">
</field>
<field type="bulk_control_end" />
<field type="bulk_control_start" parent="bg_type" ctype="show" value="image" />
<field name="bg_image_url"
type="image"
default=""
label="Background Image"
description="Choose the background Image">
</field>
<field name="bg_image_size"
type="list"
default="cover"
label="Background Image Size"
description="The size of the image int the html element">
<option value="cover" text="Cover"></option>
<option value="contain" text="Fit"></option>
<option value="auto" text="Original Size"></option>
</field>
<field name="bg_image_position"
type="list"
default="center"
label="Background Image Position"
description="The position of the image inside the html element">
<option value="center" text="Center"></option>
<option value="center left" text="Center Left"></option>
<option value="center right" text="Center Right"></option>
<option value="top left" text="Top Left"></option>
<option value="top center" text="Top Center"></option>
<option value="top right" text="Top Right"></option>
<option value="bottom left" text="Bottom Left"></option>
<option value="bottom center" text="Bottom Center"></option>
<option value="bottom right" text="Bottom Right"></option>
</field>
<field name="bg_image_repeat"
type="list"
default="no-repeat"
label="Background Image Repeat"
description="The repeat of the image inside html element">
<option value="no-repeat" text="No Repeat"></option>
<option value="repeat" text="Repeat"></option>
<option value="repeat-x" text="Repeat X"></option>
<option value="repeat-y" text="Repeat Y"></option>
<option value="space" text="Space"></option>
<option value="round" text="Round"></option>
</field>
<field name="bg_image_blend"
type="list"
default="normal"
label="Background Image Blend Mode"
description="The blend mode of the background image (not supported by IE)">
<option value="normal" text="Normal"></option>
<option value="multiply" text="multiply"></option>
<option value="screen" text="screen"></option>
<option value="overlay" text="overlay"></option>
<option value="darken" text="darken"></option>
<option value="lighten" text="lighten"></option>
<option value="color-dodge" text="color-dodge"></option>
<option value="saturation" text="saturation"></option>
<option value="color" text="color"></option>
<option value="luminosity" text="luminosity"></option>
</field>
<field name="bg_image_parallax"
type="boolean"
default="false"
label="Background Image Parallax"
special_design="true"
description="Parallax css effect of the background image">
</field>
<field type="bulk_control_end" />
<field type="bulk_control_start" parent="bg_type" ctype="show" value="gradient" />
<field name="bg_gradient_enable"
type="boolean"
default="false"
label="Enable Gradient"
special_design="true"
description="Enable background gradient">
</field>
<field type="bulk_control_start" parent="bg_gradient_enable" ctype="show" value="true" />
<field name="bg_gradient_color1"
type="color"
default="#b2e1ff"
label="Gradient Color1"
description="First Color">
</field>
<field name="bg_gradient_color2"
type="color"
default="#66fcfa"
label="Gradient Color2"
description="Second Color">
</field>
<field name="bg_gradient_reverse"
type="boolean"
default="false"
label="Reverse Colors"
special_design="true"
description="Reverse gradient colors">
</field>
<field name="bg_gradient_type"
type="list"
default="linear"
label="Gradient Type"
description="Background gradient type">
<option value="linear" text="Linear"></option>
<option value="radial" text="Radial"></option>
</field>
<field name="bg_gradient_linear_direction"
type="text"
default="180"
label="Gradient Direction"
unit="deg"
description="Background gradient direction (0-360)">
</field>
<field type="control" parent="bg_gradient_type" child="bg_gradient_linear_direction" ctype="show" value="linear" />
<field name="bg_gradient_radial_direction"
type="list"
default="center"
label="Gradient Radial Direction"
description="Background gradient radial direction">
<option value="center" text="Center"></option>
<option value="top left" text="Top Left"></option>
<option value="top" text="Top"></option>
<option value="top right" text="Top Right"></option>
<option value="right" text="Right"></option>
<option value="bottom right" text="Bottom Right"></option>
<option value="bottom" text="Bottom"></option>
<option value="bottom left" text="Bottom Left"></option>
<option value="left" text="Left"></option>
</field>
<field type="control" parent="bg_gradient_type" child="bg_gradient_radial_direction" ctype="show" value="radial" />
<field name="bg_gradient_start_pos"
type="text"
default="0"
label="Gradient Start Position"
unit="%"
description="Background gradient start position (0-100)">
</field>
<field name="bg_gradient_end_pos"
type="text"
default="100"
label="Gradient End Position"
unit="%"
description="Background gradient end position (0-100)">
</field>
<field type="bulk_control_end" />
<field type="bulk_control_start" parent="bg_type" ctype="show" value="more" />
<field name="bg_addon_single_enable"
type="boolean"
default="false"
label="Enable BG Addon"
special_design="true"
description="Enable background addon">
</field>
<field type="bulk_control_start" parent="bg_addon_single_enable" ctype="show" value="true" />
<field name="bg_addon_single"
type="addon"
addontype="bg_addon"
default=""
xnoaddontitle="true"
add_data_holder="true"
add_configure_button="true"
configure_button_action="configure_bg_addon"
add_clear_button="true"
label="unite_setting_notext"
description="Choose BG Addon">
</field>
<!--
<field name="bg_addon_configure"
type="custom"
custom_type="grid_panel_button"
action="configure_bg_addon"
action_param="bg_addon_single"
label="unite_setting_notext"
button_text="Configure">
</field>
-->
<field type="bulk_control_end" /> <!-- bg addon enable -->
<field type="bulk_control_end" /> <!-- bg type more -->
<field type="bulk_control_end" /> <!-- enable bg -->
</fieldset>
</fields>

View File

@@ -0,0 +1,228 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="common" label="Common Hidden" nodraw="true">
<field name="padding_top"
type="text"
default=""
label="Row Padding Top"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_bottom"
type="text"
default=""
label="Row Padding Bottom"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_left"
type="text"
default=""
label="Row Padding Left"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_right"
type="text"
default=""
label="Row Padding Right"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_top"
type="text"
default=""
label="Margin Top"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_bottom"
type="text"
default=""
label="Margin Bottom"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_left"
type="text"
default=""
label="Margin Left"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_right"
type="text"
default=""
label="Margin Right"
unit="px"
nodraw="true"
placeholder="0">
</field>
<!-- *** TABLET SETTINGS *** -->
<field name="padding_top_tablet"
type="text"
default=""
label="Row Tablet Padding Top"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_bottom_tablet"
type="text"
default=""
label="Row Tablet Padding Bottom"
nodraw="true"
unit="px"
placeholder="0">
</field>
<field name="padding_left_tablet"
type="text"
default=""
label="Row Tablet Padding Left"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_right_tablet"
type="text"
default=""
label="Row Tablet Padding Right"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_top_tablet"
type="text"
default=""
label="Margin Top - Tablet"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_bottom_tablet"
type="text"
default=""
label="Margin Bottom - Tablet"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_left_tablet"
type="text"
default=""
label="Margin Left - Tablet"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_right_tablet"
type="text"
default=""
label="Margin Right - Tablet"
unit="px"
nodraw="true"
placeholder="0">
</field>
<!-- *** MOBILE SETTINGS *** -->
<field name="padding_top_mobile"
type="text"
default=""
label="Row Mobile Padding Top"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_bottom_mobile"
type="text"
default=""
label="Row Mobile Padding Bottom"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_left_mobile"
type="text"
default=""
label="Row Mobile Padding Left"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="padding_right_mobile"
type="text"
default=""
label="Row Mobile Padding Right"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_top_mobile"
type="text"
default=""
label="Margin Top - Mobile"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_bottom_mobile"
type="text"
default=""
label="Margin Bottom - Mobile"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_left_mobile"
type="text"
default=""
label="Margin Left - Mobile"
unit="px"
nodraw="true"
placeholder="0">
</field>
<field name="margin_right_mobile"
type="text"
default=""
label="Margin Right - Mobile"
unit="px"
nodraw="true"
placeholder="0">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,248 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="design" label="Design">
<field name="shape_devider_chooser"
type="radio"
default="top"
label="unite_setting_notext"
special_design="true"
special_design_color="chooser">
<option value="top" text="Top Divider"></option>
<option value="bottom" text="Bottom Divider"></option>
</field>
<field type="hr"></field>
<field name="shape_devider_top_type"
type="addon"
addontype="shape_devider"
default=""
label="unite_setting_notext"
noaddontitle="true"
description="Select The Divider">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_type" ctype="show" value="top" />
<field type="bulk_control_start" parent="shape_devider_top_type" ctype="hide" value="" />
<field name="shape_devider_top_height"
type="range"
default="150"
min="20"
max="500"
step="1"
label="Divider Top Height (px)"
showin="desktop"
description="The height of shape divider top">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_height" ctype="show" value="top" />
<field name="shape_devider_top_height_tablet"
type="range"
default=""
min="20"
max="500"
step="1"
label="Divider Top Height - Tablet"
showin="tablet"
unit="px"
description="The height of shape divider top in tablet mode">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_height_tablet" ctype="show" value="top" />
<field name="shape_devider_top_height_mobile"
type="range"
default=""
min="20"
max="500"
step="1"
label="Divider Top Height - Mobile"
showin="mobile"
unit="px"
description="The height of shape divider top in mobile mode">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_height_mobile" ctype="show" value="top" />
<field name="shape_devider_top_repeat"
type="range"
default="1"
min="1"
max="27"
step="1"
label="Divider Top Repeat"
unit="X"
description="The repeat of the top divider">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_repeat" ctype="show" value="top" />
<field name="shape_devider_top_autodetect_color"
type="boolean"
default="true"
label="Autodetect Color"
special_design="true"
description="Autodetect color from background color from the interchanging elements">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_autodetect_color" ctype="show" value="top" />
<field name="shape_devider_top_color"
type="color"
default=""
label="Divider Top Color"
description="Select the color of shape divider top">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_color" ctype="show" value="top" />
<field type="control" parent="shape_devider_top_autodetect_color" child="shape_devider_top_color" ctype="show" value="false" />
<field name="shape_devider_top_flip"
type="boolean"
default="false"
label="Flip Horizontally"
special_design="true"
description="Flip The Top Shape Horizontally">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_flip" ctype="show" value="top" />
<field name="shape_devider_top_placement"
type="list"
default="beneath"
label="Divider Placement"
description="Choose if the devider will be above or beneath the content">
<option value="beneath" text="Under"></option>
<option value="above" text="Above"></option>
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_top_placement" ctype="show" value="top" />
<field type="bulk_control_end" />
<!-- bottom shape devier -->
<field name="shape_devider_bottom_type"
type="addon"
addontype="shape_devider"
default=""
label="unite_setting_notext"
noaddontitle="true"
description="Select The Divider">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_type" ctype="show" value="bottom" />
<field type="bulk_control_start" parent="shape_devider_bottom_type" ctype="hide" value="" />
<field name="shape_devider_bottom_height"
type="range"
default="150"
min="20"
max="500"
step="1"
label="Divider Bottom Height (px)"
showin="desktop"
description="The height of shape divider bottom">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_height" ctype="show" value="bottom" />
<field name="shape_devider_bottom_height_tablet"
type="range"
default=""
min="20"
max="500"
step="1"
label="Divider Bottom Height - Tablet"
showin="tablet"
unit="px"
description="The height of shape divider bottom in tablet mode">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_height_tablet" ctype="show" value="bottom" />
<field name="shape_devider_bottom_height_mobile"
type="range"
default=""
min="20"
max="500"
step="1"
label="Divider Bottom Height - Mobile"
showin="mobile"
unit="px"
description="The height of shape divider bottom in mobile mode">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_height_mobile" ctype="show" value="bottom" />
<field name="shape_devider_bottom_repeat"
type="range"
default="1"
min="1"
max="27"
step="1"
label="Divider Bottom Repeat"
unit="X"
description="The repeat of the bottom devider">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_repeat" ctype="show" value="bottom" />
<field name="shape_devider_bottom_autodetect_color"
type="boolean"
default="true"
label="Autodetect Color"
special_design="true"
description="Autodetect color from background color from the interchanging elements">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_autodetect_color" ctype="show" value="bottom" />
<field name="shape_devider_bottom_color"
type="color"
default=""
label="Divider Bottom Color"
description="Select the color of shape divider bottom">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_color" ctype="show" value="bottom" />
<field type="control" parent="shape_devider_bottom_autodetect_color" child="shape_devider_bottom_color" ctype="show" value="false" />
<field name="shape_devider_bottom_flip"
type="boolean"
default="false"
label="Flip Horizontally"
special_design="true"
description="Flip The Bottom Shape Horizontally">
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_flip" ctype="show" value="bottom" />
<field name="shape_devider_bottom_placement"
type="list"
default="beneath"
label="Devider Placement"
description="Choose if the devider will be above or beneath the content">
<option value="beneath" text="Under"></option>
<option value="above" text="Above"></option>
</field>
<field type="control" parent="shape_devider_chooser" child="shape_devider_bottom_placement" ctype="show" value="bottom" />
<field type="bulk_control_end" />
</fieldset>
</fields>

View File

@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<field name="text_fonts"
type="statictext"
label="Those fonts will be added to fonts panel list">
</field>
<!-- hr -->
<field type="hr"></field>
<!-- text -->
<field name="max"
type="text"
default=""
label="Label"
description="">
</field>
<!-- range -->
<field name="max"
type="range"
default="10"
min="1"
max="200"
step="1"
label="Label"
description="">
</field>
<!-- bulk -->
<field type="control" parent="bg_type" child="aaa" ctype="show" value="val" />
<field type="bulk_control_start" parent="parent" ctype="hide" value="none" />
<field type="bulk_control_end" />
<!-- select -->
<field name="max"
type="list"
default="val"
label="Label"
description="desc">
<option value="val" text="Text1"></option>
<option value="val2" text="Text2"></option>
<option value="val3" text="Text3"></option>
</field>
<field name="max"
type="radio"
default="val"
label="Label"
description="desc">
<option value="val" text="Text1"></option>
<option value="val2" text="Text2"></option>
<option value="val3" text="Text3"></option>
</field>
<!-- boolean -->
<field name="name"
type="boolean"
default="true"
label="Label"
description="desc">
</field>
<!-- in the text additions -->
" &lt;br&gt; "
&amp;nbsp;
&lt;b&gt; text &lt;/b&gt;
<field name="bg_color"
type="color"
default=""
label="Background Color"
description="Choose the background color">
</field>
<!-- grid panel button -->
<field name="bg_addon_configure"
type="custom"
custom_type="grid_panel_button"
action="play_panelobject_section_animation"
label="unite_setting_notext"
button_text="Play Section Animation">
</field>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="basic" label="Basic">
<field name="padding"
type="custom"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Addon Container Padding"
label_tablet="Addon Container - Tablet"
label_mobile="Addon Container - Mobile"
description_desktop="The padding or the Addon Container"
description_tablet="The padding or the Addon Container in tablet screen size (768px and less)"
description_mobile="The padding or the Addon Container in mobile screen size (less then 480)"
>
</field>
<field name="margin"
type="custom"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Addon Container Margin"
label_tablet="Addon Container - Tablet"
label_mobile="Addon Container - Mobile"
description_desktop="The margin or the Addon Container"
description_tablet="The margin or the Addon Container in tablet screen size (768px and less)"
description_mobile="The margin or the Addon Container in mobile screen size (less then 480)"
>
</field>
<field name="text_align"
type="list"
default=""
label="Addon Container Text Align"
description="The text align of the addon container, it influence on some of the addons">
<option value="" text="[Default]"></option>
<option value="left" text="Left"></option>
<option value="center" text="Center"></option>
<option value="right" text="Right"></option>
</field>
<field type="hr"></field>
<field name="hide_in_desktop"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Desktop"
description="Hide the addon in desktop (width more then 768px)"
>
</field>
<field name="hide_in_tablet"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Tablet"
description="Hide the addon In Tablet (width less then 768px and more then 480px)"
>
</field>
<field name="hide_in_mobile"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Mobile"
description="Hide the addon In Mobile (width less then 480px)"
>
</field>
</fieldset>
<fieldset name="background" label="Background" loadfrom="background"></fieldset>
<fieldset name="common_hidden" loadfrom="common_hidden"></fieldset>
<fieldset name="advanced_settings" label="Advanced">
<field name="addon_class"
type="text"
default=""
label="Addon Container Css Class"
description="additional css class of the container">
</field>
<field name="addon_css"
type="textarea"
default=""
label="Addon Container Add Css"
description="Any css you want to add to addon container div">
</field>
<field name="addon_css_tablet"
type="textarea"
default=""
label="Addon Container Tablet Add Css"
showin="tablet"
description="Any css you want to add to addon container div in tablet page size (768px and less)">
</field>
<field name="addon_css_mobile"
type="textarea"
default=""
label="Addon Container Mobile Add Css"
showin="mobile"
description="Any css you want to add to addon container div in mobile page size (less then 480)">
</field>
</fieldset>
<fieldset name="animation" label="Animation" loadfrom="animation"></fieldset>
</fields>

View File

@@ -0,0 +1,158 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="basic" label="Basic">
<field name="padding"
type="custom"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Column Padding"
label_tablet="Column Padding - Tablet"
label_mobile="Column Padding - Mobile"
description_desktop="The padding or the column"
description_tablet="The padding or the column in tablet screen size (768px and less)"
description_mobile="The padding or the column in mobile screen size (less then 480)"
>
</field>
<field name="margin"
type="custom"
custom_type="fourinputs"
onlytopbottom="true"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Column Margin"
label_tablet="Column Margin - Tablet"
label_mobile="Column Margin - Mobile"
description_desktop="The margin or the column"
description_tablet="The margin or the column in tablet screen size (768px and less)"
description_mobile="The margin or the column in mobile screen size (less then 480)"
>
</field>
<field name="space_between_addons_draw"
type="custom"
custom_type="inputwithsize"
prefix="col_space_between_addons"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Space Between Addons"
label_tablet="Space Between Addons - Tablet"
label_mobile="Space Between Addons - Mobile"
description_desktop="The vertical space between addons of the row"
description_tablet="The vertical space between addons of the row in tablet screen size (768px and less)"
description_mobile="The vertical space between addons of the row in mobile screen size (less then 480)"
>
</field>
<field name="col_space_between_addons"
type="text"
default=""
label="Space Between Addons"
unit="px"
nodraw="true"
type_number="true"
description="The vertical space between addons of the column">
</field>
<field type="hr"></field>
<field name="hide_in_desktop"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Desktop"
description="Hide the column in desktop (width more then 768px)"
>
</field>
<field name="hide_in_tablet"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Tablet"
description="Hide the column In Tablet (width less then 768px and more then 480px)"
>
</field>
<field name="hide_in_mobile"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Mobile"
description="Hide the column In Mobile (width less then 480px)"
>
</field>
<!-- Size Related Settings -->
<field name="col_space_between_addons_tablet"
type="text"
default=""
label="Space Between Addons Tablet"
unit="px"
nodraw="true"
description="The vertical space between addons of the column in tablet screen size (768px and less)">
</field>
<field name="col_space_between_addons_mobile"
type="text"
default=""
label="Space Between Addons Mobile"
unit="px"
nodraw="true"
description="The vertical space between addons of the column in mobile screen size (less then 480)">
</field>
</fieldset>
<fieldset name="design" label="Design" loadfrom="design"></fieldset>
<fieldset name="background" label="Background" loadfrom="background"></fieldset>
<fieldset name="common_hidden" loadfrom="common_hidden"></fieldset>
<fieldset name="advanced_settings" label="Advanced">
<field name="col_class"
type="text"
default=""
label="Column Css Class"
description="additional css class of the column">
</field>
<field name="col_css"
type="textarea"
default=""
label="Column Add Css"
description="Any css you want to add to column div">
</field>
<field name="col_css_tablet"
type="textarea"
default=""
label="Column Tablet Add Css"
showin="tablet"
description="Any css you want to add to column div in tablet screen size">
</field>
<field name="col_css_mobile"
type="textarea"
default=""
label="Column Mobile Add Css"
showin="mobile"
description="Any css you want to add to column div in mobile screen size">
</field>
</fieldset>
<fieldset name="animation" label="Animation" loadfrom="animation"></fieldset>
</fields>

View File

@@ -0,0 +1,196 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="basic" label="Basic">
<field name="row_container_width"
type="text"
default=""
label="Row Width"
unit="px / %"
description="The container width, could be number like 800 or percent like 100%">
</field>
<field name="padding"
type="custom"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Row Padding"
label_tablet="Row Padding - Tablet"
label_mobile="Row Padding - Mobile"
description_desktop="The padding or the row"
description_tablet="The padding or the row in tablet screen size (768px and less)"
description_mobile="The padding or the row in mobile screen size (less then 480)"
>
</field>
<field name="margin"
type="custom"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Row Margin"
label_tablet="Row Margin - Tablet"
label_mobile="Row Margin - Mobile"
description_desktop="The margin or the row"
description_tablet="The margin or the row in tablet screen size (768px and less)"
description_mobile="The margin or the row in mobile screen size (less then 480)"
>
</field>
<field name="col_gutter_draw"
type="custom"
custom_type="inputwithsize"
prefix="col_gutter"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Column Gutter"
label_tablet="Column Gutter - Tablet"
label_mobile="Column Gutter - Mobile"
description_desktop="The padding left and right of the column"
description_tablet="The padding left and right of the column in tablet screen size (768px and less)"
description_mobile="The padding left and right of the column in mobile screen size (less then 480)"
>
</field>
<field name="space_between_addons_draw"
type="custom"
custom_type="inputwithsize"
prefix="space_between_addons"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Space Between Addons"
label_tablet="Space Between Addons - Tablet"
label_mobile="Space Between Addons - Mobile"
description_desktop="The vertical space between addons of the row"
description_tablet="The vertical space between addons of the row in tablet screen size (768px and less)"
description_mobile="The vertical space between addons of the row in mobile screen size (less then 480)"
>
</field>
<field name="col_gutter"
type="text"
default=""
label="Column Gutter"
unit="px"
nodraw="true"
type_number="true"
description="The padding left and right of the column">
</field>
<field name="space_between_addons"
type="text"
default=""
label="Space Between Addons"
nodraw="true"
unit="px"
type_number="true"
description="The vertical space between addons of the row">
</field>
<!-- *** TABLET SETTINGS *** -->
<field name="col_gutter_tablet"
type="text"
default=""
label="Column Gutter Tablet"
unit="px"
nodraw="true"
type_number="true"
description="The padding left and right of the column in tablet page size">
</field>
<field name="space_between_addons_tablet"
type="text"
default=""
label="Space Between Addons Tablet"
unit="px"
nodraw="true"
type_number="true"
description="The vertical space between addons of the row in tablet screen size (768px and less)">
</field>
<!-- *** MOBILE SETTINGS *** -->
<field name="col_gutter_mobile"
type="text"
default=""
label="Column Gutter Mobile"
unit="px"
nodraw="true"
type_number="true"
description="The padding left and right of the column in mobile page size">
</field>
<field name="space_between_addons_mobile"
type="text"
default=""
label="Space Between Addons Mobile"
unit="px"
nodraw="true"
type_number="true"
description="The vertical space between addons of the row in mobile screen size (less then 480)">
</field>
</fieldset>
<fieldset name="columns_layout" label="Columns Layout">
<field name="col_layout"
type="custom"
custom_type="cols-layout"
default=""
label="unite_setting_notext">
</field>
</fieldset>
<fieldset name="background" label="Background" loadfrom="background" ></fieldset>
<fieldset name="common_hidden" loadfrom="common_hidden"></fieldset>
<fieldset name="advanced_settings" label="Advanced">
<field name="container_class"
type="text"
default=""
label="Row Css Class"
description="additional css class of the row">
</field>
<field name="container_css"
type="textarea"
default=""
label="Row Add Css"
description="Any css you want to add to row div">
</field>
<field name="container_css_tablet"
type="textarea"
default=""
showin="tablet"
label="Row Add Css - Tablet Only"
description="Any css you want to add to row div in tablet screen size">
</field>
<field name="container_css_mobile"
type="textarea"
default=""
label="Row Add Css - Mobile Only"
showin="mobile"
description="Any css you want to add to row div in mobile screen size">
</field>
</fieldset>
<fieldset name="animation" label="Animation" loadfrom="animation"></fieldset>
</fields>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="grid_editor" label="Grid Settings">
<field name="auto_generate_thumb"
type="boolean"
default="true"
label="Auto Generate Thumbnail"
description="Choose if auto generate thumb on save">
</field>
<field name="custom_preview_image"
type="image"
default=""
label="Choose Thumbnail"
description="Choose the thumbnail for the layout">
</field>
<field type="control" parent="auto_generate_thumb" child="custom_preview_image" ctype="show" value="false" />
</fieldset>
</fields>

View File

@@ -0,0 +1,225 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="basic" label="Basic">
<field name="row_container_width"
type="text"
default=""
label="Section Rows Width"
unit="px / %"
description="The width of the rows inside the section">
</field>
<field name="col_gutter_draw"
type="custom"
custom_type="inputwithsize"
prefix="col_gutter"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Column Gutter"
label_tablet="Column Gutter - Tablet"
label_mobile="Column Gutter - Mobile"
description_desktop="The padding left and right of the column"
description_tablet="The padding left and right of the column in tablet screen size (768px and less)"
description_mobile="The padding left and right of the column in mobile screen size (less then 480)"
>
</field>
<field name="col_gutter"
type="text"
default=""
label="Column Gutter"
unit="px"
nodraw="true"
description="The padding left and right of the column">
</field>
<field name="row_padding"
type="custom"
prefixmobile="padding"
custom_type="fourinputs"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Section Padding"
label_tablet="Section Padding - Tablet"
label_mobile="Section Padding - Mobile"
description_desktop="The padding or the section"
description_tablet="The padding or the section in tablet screen size (768px and less)"
description_mobile="The padding or the section in mobile screen size (less then 480)"
>
</field>
<field name="row_margin"
type="custom"
prefixmobile="margin"
custom_type="fourinputs"
onlytopbottom="true"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Section Margin"
label_tablet="Section Margin - Tablet"
label_mobile="Section Margin - Mobile"
description_desktop="The margin or the section"
description_tablet="The margin or the section in tablet screen size (768px and less)"
description_mobile="The margin or the section in mobile screen size (less then 480)"
>
</field>
<field name="space_between_addons_draw"
type="custom"
custom_type="inputwithsize"
prefix="space_between_addons"
default=""
sizes="all"
label="unite_setting_notext"
label_desktop="Space Between Addons"
label_tablet="Space Between Addons - Tablet"
label_mobile="Space Between Addons - Mobile"
description_desktop="The vertical space between addons of the section"
description_tablet="The vertical space between addons of the section in tablet screen size (768px and less)"
description_mobile="The vertical space between addons of the section in mobile screen size (less then 480)"
>
</field>
<field name="space_between_addons"
type="text"
default=""
label="Space Between Addons"
unit="px"
nodraw="true"
description="The vertical space between addons of the section">
</field>
<field type="hr"></field>
<field name="hide_in_desktop"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Desktop"
description="Hide the row in desktop (width more then 768px)"
>
</field>
<field name="hide_in_tablet"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Tablet"
description="Hide In Tablet (width less then 768px and more then 480px)"
>
</field>
<field name="hide_in_mobile"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Hide In Mobile"
description="Hide In Mobile (width less then 480px)"
>
</field>
<!-- Size related settings - showin in the complex draw -->
<field name="col_gutter_tablet"
type="text"
default=""
label="Column Gutter Tablet"
unit="px"
nodraw="true"
description="The padding left and right of the column in tablet page size">
</field>
<field name="space_between_addons_tablet"
type="text"
default=""
label="Space Between Addons Tablet"
unit="px"
nodraw="true"
description="The vertical space between addons of the row in tablet page size">
</field>
<field name="col_gutter_mobile"
type="text"
default=""
label="Column Gutter Mobile"
unit="px"
nodraw="true"
description="The padding left and right of the column in mobile page size">
</field>
<field name="space_between_addons_mobile"
type="text"
default=""
label="Space Between Addons Mobile"
unit="px"
nodraw="true"
description="The vertical space between addons of the row in mobile page size">
</field>
</fieldset>
<fieldset name="design" label="Design" loadfrom="design"></fieldset>
<fieldset name="background" label="Background" loadfrom="background" loadtype="row_bg"></fieldset>
<fieldset name="common_hidden" loadfrom="common_hidden" loadparam="layout_row"></fieldset>
<fieldset name="advanced_settings" label="Advanced">
<field name="row_id"
type="text"
default=""
label="Section ID For Anchor"
description="If this option set up, the ID will be added to row in the front end, and you could connect with your custom site menu system">
</field>
<field name="row_class"
type="text"
default=""
label="Section Css Class"
description="additional css class of the row">
</field>
<field name="row_css"
type="textarea"
default=""
label="Section Additional CSS"
description="Any css you want to add to row div">
</field>
<field name="row_css_tablet"
type="textarea"
default=""
showin="tablet"
label="Section Additional CSS - Tablet"
description="Any css you want to add to row div in the tablet size only">
</field>
<field name="row_css_mobile"
type="textarea"
default=""
showin="mobile"
label="Section Additional CSS - Mobile"
description="Any css you want to add to row div in the mobile size only">
</field>
<field name="row_container_css"
type="textarea"
default=""
label="Section Row Css"
description="Any css you want to add to rows inside the section div">
</field>
</fieldset>
<fieldset name="animation" label="Animation" loadfrom="animation"></fieldset>
</fields>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="basic" label="Basic">
<field name="section_title"
type="text"
default=""
label="Section Title"
description="Give the title of the section">
</field>
<field name="section_data"
type="hidden"
label="Section Data"
default="">
</field>
<field name="section_library_category"
type="list"
default="new"
label="Save To Category"
modifytype="library_sections_categories"
description="The category in the library to save to">
<option value="new" text="[New Category]"></option>
</field>
<field name="section_category_new"
type="text"
default="New Category"
label="Create New Category"
description="Type the category to create">
</field>
<field type="hr"></field>
<field name="section_create_thumbnail"
type="checkbox"
default="true"
label="unite_setting_notext"
text_near="Create Thumbnail"
description="Create thumbnail of the section after save">
</field>
<field name="section_overwrite"
type="checkbox"
default="false"
label="unite_setting_notext"
text_near="Overwrite If Exists"
description="Ovrwrite another section with same title if exists">
</field>
<field type="control" parent="section_library_category" child="section_category_new" ctype="show" value="new" />
<field name="save_section"
type="custom"
custom_type="save_settings_tolibrary"
label="unite_setting_notext"
value=""
>
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="grid_editor" label="General">
<field name="row_container_width"
type="text"
default="1170"
label="Container Width"
unit="px or %"
description="The row container width">
</field>
<field name="col_gutter"
type="text"
default="15"
label="Column Gutter"
unit="px"
description="The padding left and right of the column">
</field>
<field name="row_padding_top"
type="text"
default="30"
label="Row Padding Top"
unit="px"
description="The padding top of the rows">
</field>
<field name="row_padding_bottom"
type="text"
default="30"
label="Row Padding Bottom"
unit="px"
description="The padding bottom of the rows">
</field>
<field name="space_between_addons"
type="text"
default="10"
label="Space Between Addons"
unit="px"
description="The vertical space between addons">
</field>
</fieldset>
<fieldset name="html_additions" label="HTML Additions">
<field name="html_head"
type="textarea"
default=""
label="HTML Addition before head tag end"
description="Put html addition before head tag end tab to every layout. Good for some special header meta tags">
</field>
<field name="html_body"
type="textarea"
default=""
label="HTML Addition before body tag end"
description="Put html addition before body tag end tab to every layout. Good for google analytics, facebook pixel etc.">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="grid_editor" label="Grid Settings">
<field name="row_container_width"
type="text"
default="960"
label="Section Rows Width"
unit="px or %"
description="The width of the rows inside section">
</field>
<field name="col_gutter"
type="text"
default="15"
label="Column Gutter"
unit="px"
description="The padding left and right of the row columns">
</field>
<field name="row_padding_top"
type="text"
default="70"
label="Section Padding Top"
unit="px"
description="The padding top of the sections">
</field>
<field name="row_padding_bottom"
type="text"
default="70"
label="Section Padding Bottom"
unit="px"
description="The padding bottom of the sections">
</field>
<field name="space_between_addons"
type="text"
default="10"
label="Space Between Addons"
unit="px"
description="The vertical space between addons">
</field>
</fieldset>
<fieldset name="background" label="Background" loadfrom="background"></fieldset>
<fieldset name="tablet" label="Tablet">
<field name="row_padding_top_tablet"
type="text"
default=""
label="Section Tablet Padding Top"
unit="px"
description="The padding top of the sections in tablet page size (768)">
</field>
<field name="row_padding_bottom_tablet"
type="text"
default=""
label="Section Tablet Padding Bottom"
unit="px"
description="The padding bottom of the sections in tablet page size (768)">
</field>
<field name="col_gutter_tablet"
type="text"
default=""
label="Column Gutter Tablet"
unit="px"
description="The padding left and right of the row columns in tablet page size (768)">
</field>
<field name="space_between_addons_tablet"
type="text"
default=""
label="Space Between Addons Tablet"
unit="px"
description="The vertical space between addons in tablet page size (768)">
</field>
<field name="page_css_tablet"
type="textarea"
default=""
label="Page Tablet Add CSS"
description="Any css styles you want to add to the page, will be visible only in tablet view">
</field>
</fieldset>
<fieldset name="mobile" label="Mobile">
<field name="row_padding_top_mobile"
type="text"
default=""
label="Section Mobile Padding Top"
unit="px"
description="The padding top of the sections in mobile page size (480)">
</field>
<field name="row_padding_bottom_mobile"
type="text"
default=""
label="Section Mobile Padding Bottom"
unit="px"
description="The padding bottom of the sections in mobile page size (480)">
</field>
<field name="col_gutter_mobile"
type="text"
default=""
label="Column Gutter Mobile"
unit="px"
description="The padding left and right of the row columns in mobile page size (480)">
</field>
<field name="space_between_addons_mobile"
type="text"
default=""
label="Space Between Addons Mobile"
unit="px"
description="The vertical space between addons in mobile page size (480)">
</field>
<field name="page_css_mobile"
type="textarea"
default=""
label="Page Mobile Add CSS"
description="Any css styles you want to add to the page, will be visible only in mobile view">
</field>
</fieldset>
<fieldset name="page_fonts" label="Fonts">
<field name="page_fonts"
type="fonts_panel"
default=""
label="Page Fonts Panel"
description="">
</field>
</fieldset>
<fieldset name="advanced" label="Advanced">
<field name="enable_smooth_scroll"
type="boolean"
default="false"
label="Enable Smooth Scroll"
special_design="true"
description="Enable smooth scrolling to the link anchors, it adds js file to the grid">
</field>
<!--
<field name="enable_sticky_menu"
type="boolean"
default="false"
label="Enable Sticky Menu"
description="Turn the first row to sticky menu">
</field>
-->
<field name="page_css"
type="textarea"
default=""
label="Page Add CSS"
description="Any css styles you want to add to the page">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<library>
<item name="jquery" title="jQuery">
<js>
<include handle="jquery" local="jquery-1.11.1.min.js"></include>
</js>
</item>
<item name="mootools" title="Mootools" hidden="true">
<js>
<include handle="mootools" hidden="true" local="MooTools-Core-1.5.2.js"></include>
</js>
</item>
<item name="font-awsome" title="Font Awesome">
<css>
<include handle="font-awesome" local="font-awsome/css/font-awesome.min.css" condition="fa4"></include>
<include handle="font-awesome" local="font-awesome6/fontawesome-all.min.css" condition="fa5"></include>
<include handle="font-awesome-4-shim" local="font-awesome6/fontawesome-v4-shims.min.css" condition="fa5"></include>
</css>
</item>
<item name="owl-carousel" title="Owl Carousel">
<css>
<include handle="owl-carousel" local="owl-carousel/assets/owl.carousel.css"></include>
</css>
<js>
<include handle="jquery-migrate" local="jquery-migrate.js"></include>
<include handle="owl-carousel" local="owl-carousel/owl.carousel.min.js"></include>
</js>
</item>
<item name="owl-carousel-new" title="Owl Carousel New">
<css>
<include handle="owl-carousel" local="owl-carousel-new/assets/owl.carousel.css"></include>
</css>
<js>
<include handle="owl-carousel" local="owl-carousel-new/owl.carousel.min.js"></include>
</js>
</item>
<item name="bxslider" title="BX-Slider">
<css>
<include handle="bx-slider" local="bxslider/jquery.bxslider.min.css"></include>
</css>
<js>
<include handle="bx-slider" local="bxslider/jquery.bxslider.min.js"></include>
</js>
</item>
<item name="lity" title="Lity Lightbox">
<css>
<include handle="lity" local="lity/lity.min.css"></include>
</css>
<js>
<include handle="lity" local="lity/lity.min.js"></include>
</js>
</item>
<item name="unitegallery" title="Unite Gallery">
<js>
<include handle="unitegallery" local="unitegallery/js/unitegallery.min.js"></include>
<!-- <include handle="unitegallery" local="unitegallery/js/unitegallery.js"></include>-->
</js>
<css>
<include handle="unitegallery" local="unitegallery/css/unite-gallery.css"></include>
</css>
</item>
<item name="countdown" title="Countdown">
<js>
<include handle="countdown" local="countdown/jquery.countdown.js"></include>
</js>
</item>
<item name="fancybox" title="Fancybox">
<js>
<include handle="fancybox" local="fancybox3/jquery.fancybox.min.js"></include>
</js>
<css>
<include handle="fancybox" local="fancybox3/jquery.fancybox.min.css"></include>
</css>
</item>
</library>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="general" label="General">
<field name="title"
type="text"
default=""
label="Page Title"
description="The page title">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="general" label="General">
<field name="title"
type="text"
default=""
label="Template Title"
description="Choose template title">
<option value="" text="---Not Selected---"></option>
</field>
<field type="hr"></field>
<field name="header_addon"
type="list"
default=""
label="Header Addon"
description="Choose header addon">
<option value="" text="---Not Selected---"></option>
</field>
<field name="footer_addon"
type="list"
default=""
label="Footer Addon"
description="choose footer addon">
<option value="" text="---Not Selected---"></option>
</field>
<field type="hr"></field>
<field name="bg_color"
type="color"
default=""
label="Background Color"
description="Template background color">
</field>
</fieldset>
</fields>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<fields>
<fieldset name="general" label="General">
<field name="title"
type="text"
default=""
label="Template Title"
description="Enter Template Title">
</field>
</fieldset>
</fields>