PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php return array( "name" => "Horizontal List Item", "base" => "nectar_horizontal_list_item", "icon" => "icon-wpb-nectar-horizontal-list-item", "allowed_container_element" => 'vc_row', "category" => __('Nectar Elements', 'js_composer'), "description" => __('Organize data into a clean list', 'js_composer'), "params" => array( array( "type" => "dropdown", "class" => "", "heading" => "Columns", 'save_always' => true, "param_name" => "columns", "value" => array( "1" => "1", "2" => "2", "3" => "3", "4" => "4" ) ), array( "type" => "dropdown", "class" => "", "heading" => "Column Layout", 'save_always' => true, "param_name" => "column_layout_using_2_columns", "value" => array( "Even Widths" => "even", "70% | 30%" => "large_first", "80% | 20%" => "xlarge_first", "30% | 70%" => "small_first", "20% | 80%" => "xsmall_first", ), "dependency" => Array('element' => "columns", 'value' => array('2')), ), array( "type" => "dropdown", "class" => "", "heading" => "Column Layout", 'save_always' => true, "param_name" => "column_layout_using_3_columns", "value" => array( "Even Widths" => "even", "20% | 40% | 40%" => "small_first", "50% | 25% | 25%" => "large_first", "25% | 50% | 25%" => "large_middle", "25% | 25% | 50%" => "large_last", ), "dependency" => Array('element' => "columns", 'value' => array('3')), ), array( "type" => "dropdown", "class" => "", "heading" => "Column Layout", 'save_always' => true, "param_name" => "column_layout_using_4_columns", "value" => array( "Even Widths" => "even", "15% | 35% | 35% | 15%" => "small_first_last", "35% | 35% | 15% | 15%" => "large_first", "35% | 15% | 35% | 15%" => "large_nth", "15% | 35% | 15% | 35%" => "small_nth", ), "dependency" => Array('element' => "columns", 'value' => array('4')), ), array( "type" => "dropdown", "edit_field_class" => "col-md-2", 'save_always' => true, "heading" => "Text Alignment <span class='row-heading'>Column One</span>", "param_name" => "col_1_text_align", "value" => array( "Left" => "left", "Center" => "center", "Right" => "right" ) ), array( "type" => "dropdown", "edit_field_class" => "col-md-2", 'save_always' => true, "heading" => "<span class='row-heading'>Column Two</span>", "param_name" => "col_2_text_align", "value" => array( "Left" => "left", "Center" => "center", "Right" => "right" ), "dependency" => Array('element' => "columns", 'value' => array('2','3','4')), ), array( "type" => "dropdown", "edit_field_class" => "col-md-2", 'save_always' => true, "heading" => "<span class='row-heading'>Column Three</span>", "param_name" => "col_3_text_align", "value" => array( "Left" => "left", "Center" => "center", "Right" => "right" ), "dependency" => Array('element' => "columns", 'value' => array('3','4')), ), array( "type" => "dropdown", "edit_field_class" => "col-md-2", 'save_always' => true, "heading" => "<span class='row-heading'>Column Four</span>", "param_name" => "col_4_text_align", "value" => array( "Left" => "left", "Center" => "center", "Right" => "right" ), "dependency" => Array('element' => "columns", 'value' => array('4')), ), array( "type" => "textfield", "heading" => __("Column One Content", "js_composer"), "param_name" => "col_1_content", "admin_label" => true, "description" => __("Enter your column text here", "js_composer") ), array( "type" => "textfield", "heading" => __("Column Two Content", "js_composer"), "param_name" => "col_2_content", "admin_label" => true, "description" => __("Enter your column text here", "js_composer"), "dependency" => Array('element' => "columns", 'value' => array('2','3','4')), ), array( "type" => "textfield", "heading" => __("Column Three Content", "js_composer"), "param_name" => "col_3_content", "admin_label" => true, "description" => __("Enter your column text here", "js_composer"), "dependency" => Array('element' => "columns", 'value' => array('3','4')), ), array( "type" => "textfield", "heading" => __("Column Four Content", "js_composer"), "param_name" => "col_4_content", "admin_label" => true, "description" => __("Enter your column text here", "js_composer"), "dependency" => Array('element' => "columns", 'value' => array('4')), ), array( "type" => "textfield", "heading" => __("CTA Text", "js_composer"), "param_name" => "cta_1_text", "description" => __("Enter your CTA text here" , "js_composer"), "group" => "Call To Action Button" ), array( "type" => "textfield", "heading" => __("CTA Link URL", "js_composer"), "param_name" => "cta_1_url", "description" => __("Enter your URL here" , "js_composer"), "group" => "Call To Action Button" ), array( "type" => "checkbox", "class" => "", "heading" => __("CTA Open in New Tab", "js_composer"), "param_name" => "cta_1_open_new_tab", "value" => Array(__("Yes", "js_composer") => 'true'), "group" => "Call To Action Button", "description" => "" ), array( "type" => "textfield", "heading" => __("CTA 2 Text", "js_composer"), "param_name" => "cta_2_text", "description" => __("Enter your CTA text here" , "js_composer"), "group" => "Call To Action Button 2" ), array( "type" => "textfield", "heading" => __("CTA 2 Link URL", "js_composer"), "param_name" => "cta_2_url", "description" => __("Enter your URL here" , "js_composer"), "group" => "Call To Action Button 2" ), array( "type" => "checkbox", "class" => "", "heading" => __("CTA 2 Open in New Tab", "js_composer"), "param_name" => "cta_2_open_new_tab", "value" => Array(__("Yes", "js_composer") => 'true'), "description" => "", "group" => "Call To Action Button 2" ), array( "type" => "dropdown", "class" => "", "heading" => "Inherit Font From", 'save_always' => true, "param_name" => "font_family", "value" => array( "p" => "p", "h6" => "h6", "h5" => "h5", "h4" => "h4", "h3" => "h3" ) ), array( "type" => "textfield", "heading" => __("Full Item Link URL", "js_composer"), "param_name" => "url", "description" => __("Adding a URL for this will link your entire list item" , "js_composer") ), array( "type" => "checkbox", "class" => "", "heading" => __("Open Full Link In New Tab", "js_composer"), "param_name" => "open_new_tab", "value" => Array(__("Yes", "js_composer") => 'true'), "description" => "" ), array( "type" => "dropdown", "heading" => __("Hover Color", "js_composer"), "param_name" => "hover_color", "admin_label" => false, "value" => array( "Accent-Color" => "accent-color", "Extra-Color-1" => "extra-color-1", "Extra-Color-2" => "extra-color-2", "Extra-Color-3" => "extra-color-3", "Black" => "black", "White" => "white" ), 'save_always' => true, '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]