PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
/
inc
/
visualcomposer
/
shortcodes
<?php vc_map( array( 'base' => 'pricing-tables', 'name' => 'Pricing Tables', 'description' => 'Pricing Tables', 'icon' => 'webnus_pricingtable', 'category' => esc_html__( 'Webnus Shortcodes', 'easyweb' ), 'params' => array( array( 'heading' => esc_html__( 'Type', 'easyweb' ), 'description' => esc_html__( 'You can choose among these pre-designed types.', 'easyweb'), 'type' => 'dropdown', 'param_name' => 'type', 'value' => array( esc_html__( 'Type 1', 'easyweb' ) => '1', esc_html__( 'Type 2', 'easyweb' ) => '2', esc_html__( 'Type 3', 'easyweb' ) => '3', esc_html__( 'Type 4', 'easyweb' ) => '4', esc_html__( 'Type 5', 'easyweb' ) => '5', esc_html__( 'Type 6', 'easyweb' ) => '6', esc_html__( 'Type 7', 'easyweb' ) => '7', ), ), array( 'heading' => esc_html__( 'Title', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Title', 'easyweb'), 'type' => 'textfield', 'param_name' => 'title', ), array( 'heading' => esc_html__( 'Header Description', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Description', 'easyweb'), 'type' => 'textfield', 'param_name' => 'description', 'dependency' => array( 'element' => 'type', 'value' => '4' ), ), array( 'heading' => esc_html__( 'Price Symbol', 'easyweb' ), 'type' => 'textfield', 'param_name' => 'price_symbol', 'value' => '$', 'dependency' => array( 'element' => 'type', 'value' => '7' ), ), array( 'heading' => esc_html__( 'Price', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Price', 'easyweb'), 'type' => 'textfield', 'param_name' => 'price', 'value' => '$10', ), array( 'heading' => esc_html__( 'Special Offer', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Special Offer or On Sale Price', 'easyweb'), 'type' => 'textfield', 'param_name' => 'on_sale_price', 'value' => '', ), array( 'heading' => esc_html__( 'Plan Label', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Label', 'easyweb'), 'type' => 'textfield', 'param_name' => 'plan_label', 'value' => '', 'dependency' => array( 'element' => 'type', 'value' => array( '3', '5' ) ), ), array( 'heading' => esc_html__( 'Label Color', 'easyweb' ), 'description' => esc_html__( 'Select Custom Label Color', 'easyweb'), 'type' => 'colorpicker', 'param_name' => 'label_bg_color', 'dependency' => array( 'element' => 'type', 'value' => '5' ), ), array( 'heading' => esc_html__( 'Period', 'easyweb' ), 'description' => esc_html__( 'Pricing Table Period', 'easyweb'), 'type' => 'textfield', 'param_name' => 'period', 'value' => esc_html__( 'Month', 'easyweb'), ), array( 'heading' => esc_html__( 'Features', 'easyweb' ), 'description' => esc_html__( 'Enter features for pricing table - value, title and color.', 'easyweb' ), 'type' => 'param_group', 'param_name' => 'features', 'params' => array( array( 'heading' => esc_html__( 'Feature Item Icon', 'easyweb' ), 'type' => 'dropdown', 'param_name' => 'feature_icon', 'value' => array( esc_html__( 'Empty', 'easyweb' ) => 'empty-icon', esc_html__( 'Available', 'easyweb' ) => 'available-icon', esc_html__( 'Not Available', 'easyweb' ) => 'not-available-icon', ), 'admin_label' => true, ), array( 'heading' => esc_html__( 'Feature Item Text', 'easyweb' ), 'type' => 'textfield', 'param_name' => 'feature_item', 'admin_label' => true, ), ), ), array( 'heading' => esc_html__( 'Footer Pricing Table Text', 'easyweb' ), 'type' => 'textfield', 'param_name' => 'footer_text', 'value' => '', ), array( 'heading' => esc_html__( 'Button Text', 'easyweb' ), 'type' => 'textfield', 'param_name' => 'button_text', 'value' => '', ), array( 'heading' => esc_html__( 'Button URL', 'easyweb' ), 'description' => esc_html__( 'Button URL (http://example.com)', 'easyweb' ), 'type' => 'textfield', 'param_name' => 'button_url', 'value' => '', ), array( 'type' => 'checkbox', 'heading' => esc_html__( 'Featured Plan ?', 'easyweb' ), 'param_name' => 'featured', 'value' => array( esc_html__( 'Yes', 'easyweb' ) => ' w-featured' ), 'description' => esc_html__( 'Pricing Tables Featured Plan', 'easyweb'), ), array( 'heading' => esc_html__('Plan Icon', 'easyweb'), 'type' => 'iconfonts', 'param_name' => 'icon', 'value' => '', 'dependency' => array( 'element' => 'type', 'value' => '2', ), ), array( 'heading' => esc_html__( 'Heading Background Color', 'easyweb' ), 'description' => esc_html__( 'Select Custom Background Color', 'easyweb'), 'type' => 'colorpicker', 'param_name' => 'heading_bg_color', 'dependency' => array( 'element' => 'type', 'value' => '6' ), ), array( 'heading' => esc_html__( 'Heading Text Color', 'easyweb' ), 'description' => esc_html__( 'Select Custom Text Color', 'easyweb'), 'type' => 'colorpicker', 'param_name' => 'heading_text_color', 'dependency' => array( 'element' => 'type', 'value' => '6' ), ), ) ) );
[+]
..
[-] 01-table.php
[edit]
[-] 04-latestblogs.php
[edit]
[-] 25-list.php
[edit]
[-] 01-pricing-tables.php
[edit]
[-] 19-postfromblog.php
[edit]
[-] 10-callout.php
[edit]
[-] 05-ministry.php
[edit]
[-] 38-boxlink.php
[edit]
[-] 24-taglineslider.php
[edit]
[-] 07-donate.php
[edit]
[-] 44-paragraph.php
[edit]
[-] 13-icon.php
[edit]
[-] 23-subtitle.php
[edit]
[-] 15-quote.php
[edit]
[-] 02-distance.php
[edit]
[-] 01-buy-process.php
[edit]
[-] 01-domain-whois.php
[edit]
[-] 50-tabs.php
[edit]
[-] 01-our-process.php
[edit]
[-] 01-latestnews.php
[edit]
[-] 41-googlemaps.php
[edit]
[-] 05-maxcounter.php
[edit]
[-] 06-ourteam.php
[edit]
[-] 16-teaserbox.php
[edit]
[-] 01-single-resource-books.php
[edit]
[-] 45-dropcap.php
[edit]
[-] 01-webnusdivider.php
[edit]
[-] 22-bigtitle.php
[edit]
[-] 08-testimonialitem.php
[edit]
[-] 29-icondivider.php
[edit]
[-] 04-ourclients.php
[edit]
[-] 48-line.php
[edit]
[-] 08-testimonial.php
[edit]
[-] 46-alert.php
[edit]
[-] 01-domain-checker.php
[edit]
[-] 01-slideup-note.php
[edit]
[-] 03-time-table.php
[edit]
[-] 33-flexslider.php
[edit]
[-] 01-portfolio-carousel.php
[edit]
[-] 03-iconbox.php
[edit]
[-] 34-link.php
[edit]
[-] 12-videoplay.php
[edit]
[-] 01-subscribe.php
[edit]
[-] 52-tooltip.php
[edit]
[-] 20-countdown.php
[edit]
[-] 41-doublepromo.php
[edit]
[-] 08-testimonialslider.php
[edit]
[-] 18-blog.php
[edit]
[-] 39-categorybox.php
[edit]
[-] 01-pricing-plan.php
[edit]
[-] 21-maxtitle.php
[edit]
[-] 07-button.php
[edit]
[-] 01-resource-books.php
[edit]
[-] 51-row.php
[edit]
[-] 08-testimonial-carousel.php
[edit]