PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php return array( "name" => __("Flip Box", "js_composer"), "base" => "nectar_flip_box", "icon" => "icon-wpb-nectar-flip-box", "category" => __('Nectar Elements', 'js_composer'), "description" => __('Add a flip box element', 'js_composer'), "params" => array( array( "type" => "textarea", "heading" => __("Front Box Content", "js_composer"), "param_name" => "front_content", "description" => __("The text that will display on the front of your flip box", "js_composer"), "group" => 'Front Side' ), array( "type" => "fws_image", "heading" => __("Background Image", "js_composer"), "param_name" => "image_url_1", "value" => "", "group" => 'Front Side', "description" => __("Select a background image from the media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "heading" => "Background Color", "group" => 'Front Side', "param_name" => "bg_color", "value" => "", "description" => "" ), array( "type" => 'checkbox', "heading" => __("BG Color overlay on BG Image", "js_composer"), "param_name" => "bg_color_overlay", "group" => 'Front Side', "description" => __("Checking this will overlay your BG color on your BG image", "js_composer"), "value" => Array(__("Yes", "js_composer") => 'true') ), array( "type" => "dropdown", "class" => "", "group" => 'Front Side', "heading" => "Text Color", "param_name" => "text_color", "value" => array( "Dark" => "dark", "Light" => "light" ), 'save_always' => true ), array( 'type' => 'dropdown', 'heading' => __( 'Icon library', 'js_composer' ), "group" => 'Front Side', 'value' => array( __( 'Font Awesome', 'js_composer' ) => 'fontawesome', __( 'Iconsmind', 'js_composer' ) => 'iconsmind', __( 'Linea', 'js_composer' ) => 'linea', __( 'Steadysets', 'js_composer' ) => 'steadysets', ), 'param_name' => 'icon_family', 'description' => __( 'Select icon library.', 'js_composer' ), ), array( "type" => "iconpicker", "heading" => __("Icon Above Title", "js_composer"), "param_name" => "icon_fontawesome", "group" => 'Front Side', "settings" => array( "emptyIcon" => true, "iconsPerPage" => 4000), "dependency" => Array('element' => "icon_family", 'value' => 'fontawesome'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Icon", "js_composer"), "param_name" => "icon_iconsmind", "group" => 'Front Side', "settings" => array( 'type' => 'iconsmind', 'emptyIcon' => false, "iconsPerPage" => 4000), "dependency" => array('element' => "icon_family", 'value' => 'iconsmind'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Icon Above Title", "js_composer"), "param_name" => "icon_linea", "group" => 'Front Side', "settings" => array( 'type' => 'linea', "emptyIcon" => true, "iconsPerPage" => 4000), "dependency" => Array('element' => "icon_family", 'value' => 'linea'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Icon", "js_composer"), "param_name" => "icon_steadysets", "group" => 'Front Side', "settings" => array( 'type' => 'steadysets', 'emptyIcon' => false, "iconsPerPage" => 4000), "dependency" => array('element' => "icon_family", 'value' => 'steadysets'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "dropdown", "class" => "", 'save_always' => true, "heading" => "Icon Color", "param_name" => "icon_color", "group" => 'Front Side', "value" => array( "Accent Color" => "Accent-Color", "Extra Color 1" => "Extra-Color-1", "Extra Color 2" => "Extra-Color-2", "Extra Color 3" => "Extra-Color-3", "Color Gradient 1" => "extra-color-gradient-1", "Color Gradient 2" => "extra-color-gradient-2" ), 'description' => __( 'Choose a color from your <a target="_blank" href="'. admin_url() .'?page=Salient&tab=6">globally defined color scheme</a>', 'js_composer' ), ), array( "type" => "textfield", "group" => 'Front Side', "heading" => __("Icon Size", "js_composer"), "param_name" => "icon_size", "description" => __("Please enter the size for your icon. Enter in number of pixels - Don't enter \"px\", default is \"60\"", "js_composer"), "group" => 'Front Side' ), array( "type" => "textarea_html", "heading" => __("Back Box Content", "js_composer"), "param_name" => "content", "admin_label" => true, "group" => 'Back Side', "description" => __("The content that will display on the back of your flip box", "js_composer") ), array( "type" => "fws_image", "heading" => __("Background Image", "js_composer"), "param_name" => "image_url_2", "value" => "", "group" => 'Back Side', "description" => __("Select a background image from the media library.", "js_composer") ), array( "type" => "colorpicker", "class" => "", "heading" => "Background Color", "group" => 'Back Side', "param_name" => "bg_color_2", "value" => "", "description" => "" ), array( "type" => 'checkbox', "heading" => __("BG Color overlay on BG Image", "js_composer"), "param_name" => "bg_color_overlay_2", "group" => 'Back Side', "description" => __("Checking this will overlay your BG color on your BG image", "js_composer"), "value" => Array(__("Yes", "js_composer") => 'true') ), array( "type" => "dropdown", "class" => "", "group" => 'Back Side', "heading" => "Text Color", "param_name" => "text_color_2", "value" => array( "Dark" => "dark", "Light" => "light" ), 'save_always' => true ), array( "type" => "textfield", "heading" => __("Min Height", "js_composer"), "param_name" => "min_height", "admin_label" => false, "group" => 'General Settings', "description" => __("Please enter the minimum height you would like for you box. Enter in number of pixels - Don't enter \"px\", default is \"300\"", "js_composer") ), array( "type" => "dropdown", "class" => "", 'save_always' => true, "heading" => "Horizontal Content Alignment", "param_name" => "h_text_align", "group" => 'General Settings', "value" => array( "Left" => "left", "Center" => "center", "Right" => "right" ) ), array( "type" => "dropdown", "class" => "", 'save_always' => true, "heading" => "Vertical Content Alignment", "param_name" => "v_text_align", "group" => 'General Settings', "value" => array( "Top" => "top", "Center" => "center", "Bottom" => "bottom" ) ), array( "type" => "dropdown", "class" => "", 'save_always' => true, "heading" => "Flip Direction", "param_name" => "flip_direction", "group" => 'General Settings', "value" => array( "Horizontal To Left" => "horizontal-to-left", "Horizontal To Right" => "horizontal-to-right", "Vertical To Bottom" => "vertical-to-bottom", "Vertical To Top" => "vertical-to-top" ) ) ) ); ?>
[+]
..
[-] 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]