PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
nectar_maps
<?php return array( "name" => __("Button", "js_composer"), "base" => "nectar_btn", "icon" => "icon-wpb-btn", "category" => __('Nectar Elements', 'js_composer'), "weight" => 1, "description" => __('Add a button', 'js_composer'), "params" => array( array( 'type' => 'dropdown', 'heading' => __( 'Size', 'js_composer' ), 'value' => array( __( 'Small', 'js_composer' ) => 'small', __( 'Medium', 'js_composer' ) => 'medium', __( 'Large', 'js_composer' ) => 'large', __( 'Jumbo', 'js_composer' ) => 'jumbo', __( 'Extra Jumbo', 'js_composer' ) => 'extra_jumbo', ), 'save_always' => true, 'param_name' => 'size', 'description' => __( 'Select your button size.', 'js_composer' ), ), array( "type" => "textfield", "heading" => __("Link URL", "js_composer"), "param_name" => "url", "description" => __("The link for your button." , "js_composer") ), array( "type" => "textfield", "heading" => __("Text", "js_composer"), "param_name" => "text", "admin_label" => true, "description" => __("The text 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' => __( 'Style', 'js_composer' ), 'value' => array( __( 'Regular', 'js_composer' ) => 'regular', __( 'Regular With Tilt', 'js_composer' ) => 'regular-tilt', __( 'See Through', 'js_composer' ) => 'see-through', __( 'See Through Solid On Hover', 'js_composer' ) => 'see-through-2', __( 'See Through Solid On Hover Alt', 'js_composer' ) => 'see-through-3', __( 'See Through 3D', 'js_composer' ) => 'see-through-3d', ), 'save_always' => true, 'param_name' => 'button_style', 'description' => __( 'Select your button style.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Button 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" ), 'dependency' => array( 'element' => 'button_style', 'value' => array('regular-tilt'), ), 'save_always' => true, 'param_name' => 'button_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' => 'dropdown', 'heading' => __( 'Button 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" ), 'save_always' => true, 'dependency' => array( 'element' => 'button_style', 'value' => array('regular','see-through'), ), 'param_name' => 'button_color_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" => "colorpicker", "class" => "", "heading" => "Color Override", "param_name" => "color_override", "value" => "", "description" => "won't take effect on gradient colored btns", ), array( "type" => "colorpicker", "class" => "", "heading" => "Hover BG Color", "param_name" => "hover_color_override", "dependency" => array('element' => "button_style", 'value' => array('see-through-2','see-through-3')), "value" => "", "description" => "" ), array( 'type' => 'dropdown', 'heading' => __( 'Hover Text Color', 'js_composer' ), 'value' => array( __( 'Light', 'js_composer' ) => '#ffffff', __( 'Dark', 'js_composer' ) => '#000000' ), 'save_always' => true, 'param_name' => 'hover_text_color_override', "dependency" => array('element' => "button_style", 'value' => array('see-through-2','see-through-3')), 'description' => __( 'Select the color that will be used for the text on hover', 'js_composer' ), ), array( 'type' => 'animation_style', 'heading' => 'CSS Animation', 'param_name' => 'css_animation' ), array( 'type' => 'dropdown', 'heading' => __( 'Icon library', 'js_composer' ), 'value' => array( __( 'None', 'js_composer' ) => 'none', __( 'Default Arrow', 'js_composer' ) => 'default_arrow', __( 'Font Awesome', 'js_composer' ) => 'fontawesome', __( 'Iconsmind', 'js_composer' ) => 'iconsmind', __( 'Steadysets', 'js_composer' ) => 'steadysets', __( 'Linecons', 'js_composer' ) => 'linecons', ), 'save_always' => true, 'param_name' => 'icon_family', "dependency" => array('element' => "button_style", 'value' => array('regular','regular-tilt','see-through','see-through-2','see-through-3')), '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_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" => __("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") ), array( "type" => "textfield", "class" => "", "heading" => "Extra Class Name", "param_name" => "el_class", "value" => "" ), ) ); ?>
[+]
..
[-] nectar_blog.php
[edit]
[-] nectar_icon.php
[edit]
[-] social_buttons.php
[edit]
[-] flip-box.php
[edit]
[-] fancy-title.php
[edit]
[-] client.php
[edit]
[-] nectar_food_menu_item.php
[edit]
[-] morphing_outline.php
[edit]
[-] carousel.php
[edit]
[-] text-with-icon.php
[edit]
[-] gradient-text.php
[edit]
[-] milestone.php
[edit]
[-] testimonial_slider.php
[edit]
[-] toggle.php
[edit]
[-] nectar_cascading_images.php
[edit]
[-] fancy-ul.php
[edit]
[-] recent_projects.php
[edit]
[-] toggles.php
[edit]
[-] shortcode-vc-wp-custommenu.php
[edit]
[-] team_member.php
[edit]
[-] tabbed_section.php
[edit]
[-] page_submenu.php
[edit]
[-] heading.php
[edit]
[-] testimonial.php
[edit]
[-] nectar_woo_products.php
[edit]
[-] bar.php
[edit]
[-] clients.php
[edit]
[-] pricing_column.php
[edit]
[-] tab.php
[edit]
[-] nectar_slider.php
[edit]
[-] image_with_animation.php
[edit]
[-] nectar_image_with_hotspots.php
[edit]
[-] nectar_btn.php
[edit]
[-] nectar_portfolio.php
[edit]
[-] nectar_image_comparison.php
[edit]
[-] nectar_video_lightbox.php
[edit]
[-] nectar_icon_list.php
[edit]
[-] page_link.php
[edit]
[-] recent_posts.php
[edit]
[-] full_width_section.php
[edit]
[-] vc_column_inner.php
[edit]
[-] nectar_hotspot.php
[edit]
[-] nectar_single_testimonial.php
[edit]
[-] fancy_box.php
[edit]
[-] nectar_icon_list_item.php
[edit]
[-] pricing_table.php
[edit]
[-] nectar_gmap.php
[edit]
[-] divider.php
[edit]
[-] nectar_cta.php
[edit]
[-] nectar_horizontal_list_item.php
[edit]
[-] split_line_heading.php
[edit]