PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php $nectar_offset_vals_arr = array( "0%" => "0%", "5%" => "5%", "10%" => "10%", "15%" => "15%", "20%" => "20%", "25%" => "25%", "30%" => "30%", "35%" => "35%", "40%" => "40%", "45%" => "45%", "50%" => "50%", "55%" => "55%", "60%" => "60%", "65%" => "65%", "70%" => "70%", "75%" => "75%", "80%" => "80%", "85%" => "85%", "90%" => "90%", "95%" => "95%", "100%" => "100%" ); return array( "name" => __("Cascading Images", "js_composer"), "base" => "nectar_cascading_images", "icon" => "icon-wpb-images-stack", "category" => __('Nectar Elements', 'js_composer'), "description" => __('Animated overlapping images', 'js_composer'), "params" => array( array( "type" => "fws_image", "heading" => __("Image #1", "js_composer"), "param_name" => "image_1_url", "group" => 'Layer #1', "value" => "", "description" => __("Select image from media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "group" => 'Layer #1', "heading" => "Layer BG Color", "param_name" => "image_1_bg_color", "value" => "", "description" => "Use this to set a BG color for the layer" ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Offset X", "js_composer"), "param_name" => "image_1_offset_x_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Offset X", "js_composer"), "param_name" => "image_1_offset_x", "edit_field_class" => "col-md-4", "value" => $nectar_offset_vals_arr, 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_1_offset_y_sign", 'edit_field_class' => 'offset-y-sign', "edit_field_class" => "col-md-2", "value" => array( "+" => "+", "-" => "-" ), 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_1_offset_y", "value" => $nectar_offset_vals_arr, 'edit_field_class' => 'offset-y', "edit_field_class" => "col-md-4", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Rotate", "js_composer"), "param_name" => "image_1_rotate_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Rotate", "js_composer"), "param_name" => "image_1_rotate", "edit_field_class" => "col-md-4", "value" => array( "None" => "none", "2.5°" => "2.5", "5°" => "5", "7.5°" => "7.5", "10°" => "10", "12.5°" => "12.5", "15°" => "15", "17.5°" => "17.5", "20°" => "20" ), 'save_always' => true ), array( "type" => "dropdown", "heading" => __("CSS Animation", "js_composer"), "group" => 'Layer #1', "param_name" => "image_1_animation", "admin_label" => true, "value" => array( __("Fade In", "js_composer") => "Fade In", __("Fade In From Left", "js_composer") => "Fade In From Left", __("Fade In From Right", "js_composer") => "Fade In From Right", __("Fade In From Bottom", "js_composer") => "Fade In From Bottom", __("Grow In", "js_composer") => "Grow In", __("Flip In", "js_composer") => "Flip In", __("None", "js_composer") => "None" ), 'save_always' => true, "description" => __("Select animation type if you want this layer to be animated when it enters into the browsers viewport.", "js_composer") ), array( "type" => "dropdown", "group" => 'Layer #1', "heading" => __("Box Shadow", "js_composer"), 'save_always' => true, "param_name" => "image_1_box_shadow", "value" => array(__("None", "js_composer") => "none", __("Small Depth", "js_composer") => "small_depth", __("Medium Depth", "js_composer") => "medium_depth", __("Large Depth", "js_composer") => "large_depth", __("Very Large Depth", "js_composer") => "x_large_depth"), "description" => __("Select your desired image box shadow", "js_composer") ), array( "type" => "fws_image", "group" => 'Layer #2', "heading" => __("Image #2", "js_composer"), "param_name" => "image_2_url", "value" => "", "description" => __("Select image from media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "group" => 'Layer #2', "heading" => "Layer BG Color", "param_name" => "image_2_bg_color", "value" => "", "description" => "Use this to set a BG color for the layer" ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Offset X", "js_composer"), "param_name" => "image_2_offset_x_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Offset X", "js_composer"), "param_name" => "image_2_offset_x", "edit_field_class" => "col-md-4", "value" => $nectar_offset_vals_arr, 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_2_offset_y_sign", 'edit_field_class' => 'offset-y-sign', "edit_field_class" => "col-md-2", "value" => array( "+" => "+", "-" => "-" ), 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_2_offset_y", "value" => $nectar_offset_vals_arr, 'edit_field_class' => 'offset-y', "edit_field_class" => "col-md-4", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Rotate", "js_composer"), "param_name" => "image_2_rotate_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Rotate", "js_composer"), "param_name" => "image_2_rotate", "edit_field_class" => "col-md-4", "value" => array( "None" => "none", "2.5°" => "2.5", "5°" => "5", "7.5°" => "7.5", "10°" => "10", "12.5°" => "12.5", "15°" => "15", "17.5°" => "17.5", "20°" => "20" ), 'save_always' => true ), array( "type" => "dropdown", "heading" => __("CSS Animation", "js_composer"), "group" => 'Layer #2', "param_name" => "image_2_animation", "value" => array( __("Fade In", "js_composer") => "Fade In", __("Fade In From Left", "js_composer") => "Fade In From Left", __("Fade In From Right", "js_composer") => "Fade In From Right", __("Fade In From Bottom", "js_composer") => "Fade In From Bottom", __("Grow In", "js_composer") => "Grow In", __("Flip In", "js_composer") => "Flip In", __("None", "js_composer") => "None" ), 'save_always' => true, "description" => __("Select animation type if you want this layer to be animated when it enters into the browsers viewport.", "js_composer") ), array( "type" => "dropdown", "group" => 'Layer #2', "heading" => __("Box Shadow", "js_composer"), 'save_always' => true, "param_name" => "image_2_box_shadow", "value" => array(__("None", "js_composer") => "none", __("Small Depth", "js_composer") => "small_depth", __("Medium Depth", "js_composer") => "medium_depth", __("Large Depth", "js_composer") => "large_depth", __("Very Large Depth", "js_composer") => "x_large_depth"), "description" => __("Select your desired image box shadow", "js_composer") ), array( "type" => "fws_image", "group" => 'Layer #3', "heading" => __("Image #3", "js_composer"), "param_name" => "image_3_url", "value" => "", "description" => __("Select image from media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "group" => 'Layer #3', "heading" => "Layer BG Color", "param_name" => "image_3_bg_color", "value" => "", "description" => "Use this to set a BG color for the layer" ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Offset X", "js_composer"), "param_name" => "image_3_offset_x_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Offset X", "js_composer"), "param_name" => "image_3_offset_x", "edit_field_class" => "col-md-4", "value" => $nectar_offset_vals_arr, 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_3_offset_y_sign", 'edit_field_class' => 'offset-y-sign', "edit_field_class" => "col-md-2", "value" => array( "+" => "+", "-" => "-" ), 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_3_offset_y", "value" => $nectar_offset_vals_arr, 'edit_field_class' => 'offset-y', "edit_field_class" => "col-md-4", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Rotate", "js_composer"), "param_name" => "image_3_rotate_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Rotate", "js_composer"), "param_name" => "image_3_rotate", "edit_field_class" => "col-md-4", "value" => array( "None" => "none", "2.5°" => "2.5", "5°" => "5", "7.5°" => "7.5", "10°" => "10", "12.5°" => "12.5", "15°" => "15", "17.5°" => "17.5", "20°" => "20" ), 'save_always' => true ), array( "type" => "dropdown", "heading" => __("CSS Animation", "js_composer"), "group" => 'Layer #3', "param_name" => "image_3_animation", "value" => array( __("Fade In", "js_composer") => "Fade In", __("Fade In From Left", "js_composer") => "Fade In From Left", __("Fade In From Right", "js_composer") => "Fade In From Right", __("Fade In From Bottom", "js_composer") => "Fade In From Bottom", __("Grow In", "js_composer") => "Grow In", __("Flip In", "js_composer") => "Flip In", __("None", "js_composer") => "None" ), 'save_always' => true, "description" => __("Select animation type if you want this layer to be animated when it enters into the browsers viewport.", "js_composer") ), array( "type" => "dropdown", "group" => 'Layer #3', "heading" => __("Box Shadow", "js_composer"), 'save_always' => true, "param_name" => "image_3_box_shadow", "value" => array(__("None", "js_composer") => "none", __("Small Depth", "js_composer") => "small_depth", __("Medium Depth", "js_composer") => "medium_depth", __("Large Depth", "js_composer") => "large_depth", __("Very Large Depth", "js_composer") => "x_large_depth"), "description" => __("Select your desired image box shadow", "js_composer") ), array( "type" => "fws_image", "group" => 'Layer #4', "heading" => __("Image #4", "js_composer"), "param_name" => "image_4_url", "value" => "", "description" => __("Select image from media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "group" => 'Layer #4', "heading" => "Layer BG Color", "param_name" => "image_4_bg_color", "value" => "", "description" => "Use this to set a BG color for the layer" ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Offset X", "js_composer"), "param_name" => "image_4_offset_x_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Offset X", "js_composer"), "param_name" => "image_4_offset_x", "edit_field_class" => "col-md-4", "value" => $nectar_offset_vals_arr, 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_4_offset_y_sign", 'edit_field_class' => 'offset-y-sign', "edit_field_class" => "col-md-2", "value" => array( "+" => "+", "-" => "-" ), 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Offset Y", "js_composer"), "param_name" => "image_4_offset_y", "value" => $nectar_offset_vals_arr, 'edit_field_class' => 'offset-y', "edit_field_class" => "col-md-4", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Rotate", "js_composer"), "param_name" => "image_4_rotate_sign", "value" => array( "+" => "+", "-" => "-" ), "edit_field_class" => "col-md-2", 'save_always' => true ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Rotate", "js_composer"), "param_name" => "image_4_rotate", "edit_field_class" => "col-md-4", "value" => array( "None" => "none", "2.5°" => "2.5", "5°" => "5", "7.5°" => "7.5", "10°" => "10", "12.5°" => "12.5", "15°" => "15", "17.5°" => "17.5", "20°" => "20" ), 'save_always' => true ), array( "type" => "dropdown", "heading" => __("CSS Animation", "js_composer"), "group" => 'Layer #4', "param_name" => "image_4_animation", "value" => array( __("Fade In", "js_composer") => "Fade In", __("Fade In From Left", "js_composer") => "Fade In From Left", __("Fade In From Right", "js_composer") => "Fade In From Right", __("Fade In From Bottom", "js_composer") => "Fade In From Bottom", __("Grow In", "js_composer") => "Grow In", __("Flip In", "js_composer") => "Flip In", __("None", "js_composer") => "None" ), 'save_always' => true, "description" => __("Select animation type if you want this layer to be animated when it enters into the browsers viewport.", "js_composer") ), array( "type" => "dropdown", "group" => 'Layer #4', "heading" => __("Box Shadow", "js_composer"), 'save_always' => true, "param_name" => "image_4_box_shadow", "value" => array(__("None", "js_composer") => "none", __("Small Depth", "js_composer") => "small_depth", __("Medium Depth", "js_composer") => "medium_depth", __("Large Depth", "js_composer") => "large_depth", __("Very Large Depth", "js_composer") => "x_large_depth"), "description" => __("Select your desired image box shadow", "js_composer") ), array( "type" => "textfield", "heading" => __("Time Between Animations", "js_composer"), "param_name" => "animation_timing", "description" => __("Enter your desired time between animations in milliseconds, defaults to 200 if left blank", "js_composer") ), array( "type" => "dropdown", "heading" => __("Layer Border Radius", "js_composer"), 'save_always' => true, "param_name" => "border_radius", "value" => array( __("0px", "js_composer") => "none", __("3px", "js_composer") => "3px", __("5px", "js_composer") => "5px", __("10px", "js_composer") => "10px", __("15px", "js_composer") => "15px", __("20px", "js_composer") => "20px"), ) ) ); ?>
[+]
..
[-] team_member.php
[edit]
[-] nectar_portfolio.php
[edit]
[-] tab.php
[edit]
[-] nectar_btn.php
[edit]
[-] nectar_image_comparison.php
[edit]
[-] nectar_icon_list.php
[edit]
[-] testimonial.php
[edit]
[-] nectar_hotspot.php
[edit]
[-] page_submenu.php
[edit]
[-] vc_column_inner.php
[edit]
[-] fancy-title.php
[edit]
[-] toggles.php
[edit]
[-] nectar_icon.php
[edit]
[-] nectar_blog.php
[edit]
[-] nectar_image_with_hotspots.php
[edit]
[-] desktop.ini
[edit]
[-] testimonial_slider.php
[edit]
[-] fancy_box.php
[edit]
[-] nectar_cta.php
[edit]
[-] pricing_column.php
[edit]
[-] nectar_food_menu_item.php
[edit]
[-] heading.php
[edit]
[-] gradient-text.php
[edit]
[-] nectar_single_testimonial.php
[edit]
[-] nectar_woo_products.php
[edit]
[-] page_link.php
[edit]
[-] image_with_animation.php
[edit]
[-] morphing_outline.php
[edit]
[-] client.php
[edit]
[-] milestone.php
[edit]
[-] shortcode-vc-wp-custommenu.php
[edit]
[-] nectar_icon_list_item.php
[edit]
[-] split_line_heading.php
[edit]
[-] clients.php
[edit]
[-] recent_projects.php
[edit]
[-] full_width_section.php
[edit]
[-] recent_posts.php
[edit]
[-] fancy-ul.php
[edit]
[-] nectar_gmap.php
[edit]
[-] tabbed_section.php
[edit]
[-] pricing_table.php
[edit]
[-] nectar_slider.php
[edit]
[-] nectar_video_lightbox.php
[edit]
[-] toggle.php
[edit]
[-] carousel.php
[edit]
[-] social_buttons.php
[edit]
[-] bar.php
[edit]
[-] text-with-icon.php
[edit]
[-] divider.php
[edit]
[-] nectar_cascading_images.php
[edit]
[-] nectar_horizontal_list_item.php
[edit]
[-] flip-box.php
[edit]