PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php return array( "name" => __("Team Member", "js_composer"), "base" => "team_member", "icon" => "icon-wpb-team-member", "category" => __('Nectar Elements', 'js_composer'), "description" => __('Add a team member element', 'js_composer'), "params" => array( array( "type" => "fws_image", "heading" => __("Image", "js_composer"), "param_name" => "image_url", "value" => "", "description" => __("Select image from media library.", "js_composer") ), array( "type" => "fws_image", "heading" => __("Bio Image", "js_composer"), "param_name" => "bio_image_url", "value" => "", "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("<i>Image Size Guidelines</i> <br/> <strong>Bio Image:</strong> large with a portrait aspect ratio - will be shown at the full screen height at 50% of the page width. <br/> <strong>Team Small Image:</strong> Will display at 500x500 so ensure the image you're uploading is at least that size.", "js_composer") ), array( "type" => "dropdown", "heading" => __("Team Member Stlye", "js_composer"), "param_name" => "team_memeber_style", "value" => array( "Meta below" => "meta_below", "Meta overlaid" => "meta_overlaid", "Meta overlaid alt" => "meta_overlaid_alt", "Bio Shown Fullscreen Modal" => "bio_fullscreen" ), 'save_always' => true, "description" => __("Please select the style you desire for your team member.", "js_composer") ), array( "type" => "textfield", "heading" => __("Name", "js_composer"), "param_name" => "name", "admin_label" => true, "description" => __("Please enter the name of your team member", "js_composer") ), array( "type" => "textfield", "heading" => __("Job Position", "js_composer"), "param_name" => "job_position", "admin_label" => true, "description" => __("Please enter the job position for your team member", "js_composer") ), array( "type" => "textarea", "heading" => __("Team Member Bio", "js_composer"), "param_name" => "team_member_bio", "description" => __("The main text portion of your team member", "js_composer"), "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')) ), array( "type" => "textarea", "heading" => __("Description", "js_composer"), "param_name" => "description", "description" => __("The main text portion of your team member", "js_composer"), "dependency" => Array('element' => "team_memeber_style", 'value' => array('meta_below')) ), array( "type" => "iconpicker", "heading" => __("Social Icon", "js_composer"), "param_name" => "social_icon_1", "settings" => array( "emptyIcon" => true, "iconsPerPage" => 4000 ), "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("", "js_composer") ), array( "type" => "textfield", "heading" => __("Social Link", "js_composer"), "param_name" => "social_link_1", "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("Please enter the URL here", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Social Icon 2", "js_composer"), "param_name" => "social_icon_2", "settings" => array( "emptyIcon" => true, "iconsPerPage" => 4000), "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("", "js_composer") ), array( "type" => "textfield", "heading" => __("Social Link 2", "js_composer"), "param_name" => "social_link_2", "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("Please enter the URL here", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Social Icon 3", "js_composer"), "param_name" => "social_icon_3", "settings" => array( "emptyIcon" => true, "iconsPerPage" => 4000), "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("", "js_composer") ), array( "type" => "textfield", "heading" => __("Social Link 3", "js_composer"), "param_name" => "social_link_3", "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("Please enter the URL here", "js_composer") ), array( "type" => "iconpicker", "heading" => __("Social Icon 4", "js_composer"), "param_name" => "social_icon_4", "settings" => array( "emptyIcon" => true, "iconsPerPage" => 4000), "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("", "js_composer") ), array( "type" => "textfield", "heading" => __("Social Link 4", "js_composer"), "param_name" => "social_link_4", "dependency" => Array('element' => "team_memeber_style", 'value' => array('bio_fullscreen')), "description" => __("Please enter the URL here", "js_composer") ), array( "type" => "textarea", "heading" => __("Social Media", "js_composer"), "param_name" => "social", "dependency" => Array('element' => "team_memeber_style", 'value' => array('meta_below')), "description" => __("Enter any social media links with a comma separated list. e.g. Facebook,http://facebook.com, Twitter,http://twitter.com", "js_composer") ), array( "type" => "dropdown", "heading" => __("Team Member Link Type", "js_composer"), "param_name" => "link_element", "value" => array( "None" => "none", "Image" => "image", "Name" => "name", "Both" => "both" ), 'save_always' => true, "dependency" => Array('element' => "team_memeber_style", 'value' => array('meta_below')), "description" => __("Please select how you wish to link your team member to an arbitrary URL", "js_composer") ), array( "type" => "textfield", "heading" => __("Team Member Link URL", "js_composer"), "param_name" => "link_url", "admin_label" => false, "description" => __("Please enter the URL for your team member link", "js_composer"), "dependency" => Array('element' => "link_element", 'value' => array('image', 'name', 'both')) ), array( "type" => "textfield", "heading" => __("Team Member Link URL", "js_composer"), "param_name" => "link_url_2", "admin_label" => false, "description" => __("Please enter the URL for your team member link", "js_composer"), "dependency" => Array('element' => "team_memeber_style", 'value' => array('meta_overlaid','meta_overlaid_alt')), ), array( "type" => "dropdown", "heading" => __("Link Color", "js_composer"), "param_name" => "color", "value" => array( "Accent Color" => "Accent-Color", "Extra Color-1" => "Extra-Color-1", "Extra Color-2" => "Extra-Color-2", "Extra Color-3" => "Extra-Color-3" ), 'save_always' => true, "dependency" => Array('element' => "team_memeber_style", 'value' => array('meta_below')), 'description' => __( 'Choose a color from your <a target="_blank" href="'. admin_url() .'?page=Salient&tab=6">globally defined color scheme</a>', '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]