PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php return array( "name" => __("Icon", "js_composer"), "base" => "nectar_icon", "icon" => "icon-wpb-icons", "category" => __('Nectar Elements', 'js_composer'), "weight" => 1, "description" => __('Add a icon', 'js_composer'), "params" => array( array( 'type' => 'dropdown', 'heading' => __( 'Icon library', 'js_composer' ), 'value' => array( __( 'Font Awesome', 'js_composer' ) => 'fontawesome', __( 'Iconsmind', 'js_composer' ) => 'iconsmind', __( 'Linea', 'js_composer' ) => 'linea', __( 'Steadysets', 'js_composer' ) => 'steadysets', __( 'Linecons', 'js_composer' ) => 'linecons', ), 'save_always' => true, 'param_name' => 'icon_family', 'description' => __( 'Select icon library.', 'js_composer' ), ), array( "type" => "iconpicker", "heading" => __("Icon", "js_composer"), "param_name" => "icon_fontawesome", "settings" => array( "iconsPerPage" => 4000), "dependency" => array('element' => "icon_family", 'emptyIcon' => false, 'value' => 'fontawesome'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Icon", "js_composer"), "param_name" => "icon_iconsmind", "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", "js_composer"), "param_name" => "icon_linea", "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_linecons", "settings" => array( 'type' => 'linecons', 'emptyIcon' => false, "iconsPerPage" => 4000), "dependency" => array('element' => "icon_family", 'value' => 'linecons'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Icon", "js_composer"), "param_name" => "icon_steadysets", "settings" => array( 'type' => 'steadysets', 'emptyIcon' => false, "iconsPerPage" => 4000), "dependency" => array('element' => "icon_family", 'value' => 'steadysets'), "description" => __("Select icon from library.", "js_composer") ), array( "type" => "textfield", "heading" => __("Icon Size", "js_composer"), "param_name" => "icon_size", "description" => __("Don't include \"px\" in your string. e.g. 40 - the default is 50" , "js_composer") ), array( "type" => "checkbox", "class" => "", "heading" => __("Enable Animation", "js_composer"), "param_name" => "enable_animation", "value" => array(__("Yes", "js_composer") => 'true'), "dependency" => array('element' => "icon_family", 'value' => 'linea'), "description" => "This will cause the icon to appear to draw itself. <strong>Will not activate when using a gradient color.</strong>" ), array( "type" => "textfield", "heading" => __("Animation Delay", "js_composer"), "param_name" => "animation_delay", "dependency" => array('element' => "enable_animation", 'not_empty' => true), "description" => __("Enter delay (in milliseconds) if needed e.g. 150. This parameter comes in handy when creating the animate in \"one by one\" effect.", "js_composer") ), array( 'type' => 'dropdown', 'heading' => __( 'Animation Speed', 'js_composer' ), 'value' => array( __( 'Slow', 'js_composer' ) => 'slow', __( 'Medium', 'js_composer' ) => 'medium', __( 'fast', 'js_composer' ) => 'fast' ), 'save_always' => true, 'param_name' => 'animation_speed', "dependency" => array('element' => "enable_animation", 'not_empty' => true), 'description' => __( 'Select how fast you would like your icon to animate', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Icon Style', 'js_composer' ), 'value' => array( __('Icon Only', 'js_composer' ) => "default", __('Border Basic', 'js_composer' ) => "border-basic", __('Border W/ Hover Animation', 'js_composer' ) => "border-animation" ), 'save_always' => true, 'param_name' => 'icon_style', 'description' => __( 'Select your button style.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Icon Border Thickness', 'js_composer' ), 'value' => array( __('1px', 'js_composer' ) => "1px", __('2px', 'js_composer' ) => "2px", __('3px', 'js_composer' ) => "3px", __('4px', 'js_composer' ) => "4px", __('5px', 'js_composer' ) => "5px" ), 'std' => '2px', "dependency" => array('element' => "icon_style", 'value' => array('border-basic','border-animation')), 'save_always' => true, 'param_name' => 'icon_border_thickness', ), array( 'type' => 'dropdown', 'heading' => __( 'Icon Color', 'js_composer' ), '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", "Black" => "black", "Grey" => "grey", "White" => "white", ), 'save_always' => true, 'param_name' => 'icon_color', '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", "heading" => __("Link URL", "js_composer"), "param_name" => "url", "description" => __("The link for your button." , "js_composer") ), array( "type" => "checkbox", "class" => "", "heading" => __("Open Link In New Tab?", "js_composer"), "param_name" => "open_new_tab", "value" => Array(__("Yes", "js_composer") => 'true'), "description" => "" ), array( 'type' => 'dropdown', 'heading' => __( 'Icon Padding', 'js_composer' ), 'value' => array( __('10px', 'js_composer' ) => "10px", __('15px', 'js_composer' ) => "15px", __('20px', 'js_composer' ) => "20px", __('25px', 'js_composer' ) => "25px", __('30px', 'js_composer' ) => "30px", __('35px', 'js_composer' ) => "35px", __('40px', 'js_composer' ) => "40px", __('45px', 'js_composer' ) => "45px", __('50px', 'js_composer' ) => "50px", __('0px', 'js_composer' ) => "0px", ), 'std' => '20px', 'save_always' => true, 'param_name' => 'icon_padding', ), array( "type" => "textfield", "heading" => __("Margin <span>Top</span>", "js_composer"), "param_name" => "margin_top", "edit_field_class" => "col-md-2", "description" => __("" , "js_composer") ), array( "type" => "textfield", "heading" => __("<span>Right</span>", "js_composer"), "param_name" => "margin_right", "edit_field_class" => "col-md-2", "description" => __("" , "js_composer") ), array( "type" => "textfield", "heading" => __("<span>Bottom</span>", "js_composer"), "param_name" => "margin_bottom", "edit_field_class" => "col-md-2", "description" => __("" , "js_composer") ), array( "type" => "textfield", "heading" => __("<span>Left</span>", "js_composer"), "param_name" => "margin_left", "edit_field_class" => "col-md-2", "description" => __("" , "js_composer") ), ) ); ?>
[+]
..
[-] 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]