PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
kingcomposer
/
shortcodes
<?php if (function_exists('kc_add_map')) { kc_add_map( array( 'testimonial_slider' => array( 'name' => esc_html__( 'Testimonial Slider', 'deep' ), 'icon' => 'webnus-testimonialslider', 'category' => esc_html__( 'Webnus Shortcodes', 'deep' ), 'params' => array( 'General' => array( array( 'name' => 'type', 'label' => esc_html__( 'Type', 'deep' ), 'type' => 'select', 'options' => array( 'mono' => 'One', 'di' => 'Two', 'tri' => 'Three', 'tetra' => 'Four', 'penta' => 'Five', 'hexa' => 'Six', 'hepta' => 'Seven', 'octa' => 'Eight', 'nona' => 'Nine', 'deca' => 'Ten', 'undeca' => 'Eleven', 'dodeca' => 'Twelve', ), 'description' => esc_html__( 'You can choose among these pre-designed types.', 'deep'), ), array( 'name' => 'testimonial_img_octa', 'label' => esc_html__( 'Background Image', 'deep' ), 'type' => 'attach_image', 'description' => esc_html__( 'Testimonial Image', 'deep'), 'relation' => array( 'parent' => 'type', 'show_when' => array( 'octa' ), ), ), array( 'name' => 'testimonial_bgcolor', 'label' => esc_html__('Background Color', 'deep'), 'type' => 'color_picker', 'description' => esc_html__('Select Background Color', 'deep'), 'relation' => array( 'parent' => 'type', 'show_when' => array( 'octa' ), ), ), array( 'type' => 'group', 'label' => esc_html__( 'Testimonial Item' , 'deep' ), 'description' => esc_html__( 'Please Add Item' , 'deep' ), 'name' => 'testimonial_item', 'options' => array('add_text' => __('Add Item', 'deep')), 'relation' => array( 'parent' => 'type', 'hide_when' => array( 'undeca' , 'dodeca' ), ), 'value' => base64_encode( json_encode( array( "1" => array( "testimonial_name" => "Name", ), ))), 'params' => array( array( 'name' => 'testimonial_name', 'label' => esc_html__( 'Name', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Enter the Testimonial Name', 'deep'), ), array( 'name' => 'testimonial_img_id', 'label' => esc_html__( 'Image', 'deep' ), 'type' => 'attach_image', 'description' => esc_html__( 'Testimonial Image', 'deep'), ), array( 'name' => 'testimonial_subtitle', 'label' => esc_html__( 'Subtitle', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Testimonial Subtitle', 'deep'), ), array( 'name' => 'testimonial_content', 'label' => esc_html__( 'Content', 'deep' ), 'type' => 'textarea', 'description' => esc_html__( 'Enter the Testimonial content text', 'deep'), ), array( 'name' => 'testimonial_first_social', 'label' => esc_html__( 'First Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'testimonial_first_url', 'label' => esc_html__( 'First Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'First social URL', 'deep'), ), array( 'name' => 'testimonial_second_social', 'label' => esc_html__( 'Second Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'testimonial_second_url', 'label' => esc_html__( 'Second Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Second social URL', 'deep'), ), array( 'name' => 'testimonial_third_social', 'label' => esc_html__( 'Third Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'testimonial_third_url', 'label' => esc_html__( 'Third Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Third social URL', 'deep'), ), array( 'name' => 'testimonial_fourth_social', 'label' => esc_html__( 'Fourth Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'testimonial_fourth_url', 'label' => esc_html__( 'Fourth Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Fourth social URL', 'deep'), ), ), ), array( 'type' => 'group', 'label' => esc_html__( 'Testimonial Item' , 'deep' ), 'description' => esc_html__( 'Please Add Item' , 'deep' ), 'name' => 'testimonial_item_octa', 'options' => array('add_text' => __('Add Item', 'deep')), 'relation' => array( 'parent' => 'type', 'show_when' => array( 'octa' ), ), 'value' => base64_encode( json_encode( array( "1" => array( "testimonial_name_octa" => "Name", ), ))), 'params' => array( array( 'name' => 'testimonial_name_octa', 'label' => esc_html__( 'Name', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Enter the Testimonial Name', 'deep'), ), array( 'name' => 'testimonial_subtitle_octa', 'label' => esc_html__( 'Subtitle', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Testimonial Subtitle', 'deep'), ), array( 'name' => 'testimonial_content_octa', 'label' => esc_html__( 'Content', 'deep' ), 'type' => 'textarea', 'description' => esc_html__( 'Enter the Testimonial content text', 'deep'), ), ), ), array( 'type' => 'group', 'label' => esc_html__( 'Testimonial Item' , 'deep' ), 'description' => esc_html__( 'Please Add Item' , 'deep' ), 'name' => 'testimonial_item_two', 'options' => array('add_text' => __('Add Item', 'deep')), 'relation' => array( 'parent' => 'type', 'show_when' => array( 'nona' , 'dodeca' ), ), 'value' => base64_encode( json_encode( array( "1" => array( "testimonial_name_two" => "Name", ), ))), 'params' => array( array( 'name' => 'testimonial_name_two', 'label' => esc_html__( 'Name', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Enter the Testimonial Name', 'deep'), ), array( 'name' => 'testimonial_img_id_two', 'label' => esc_html__( 'Image', 'deep' ), 'type' => 'attach_image', 'description' => esc_html__( 'Testimonial Image', 'deep'), ), array( 'name' => 'testimonial_title_two', 'label' => esc_html__( 'Title', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Testimonial Title', 'deep'), ), array( 'name' => 'testimonial_subtitle_two', 'label' => esc_html__( 'Subtitle', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Testimonial Subtitle', 'deep'), ), array( 'name' => 'testimonial_content_two', 'label' => esc_html__( 'Content', 'deep' ), 'type' => 'textarea', 'description' => esc_html__( 'Enter the Testimonial content text', 'deep'), ), ), ), array( 'type' => 'group', 'label' => esc_html__( 'Testimonial Item' , 'deep' ), 'description' => esc_html__( 'Please Add Item' , 'deep' ), 'name' => 'testimonial_item_eleven', 'options' => array('add_text' => __('Add Item', 'deep')), 'relation' => array( 'parent' => 'type', 'show_when' => array( 'undeca' ), ), 'params' => array( array( 'name' => 'tc_content_t11', 'label' => esc_html__( 'Testimonial Content', 'deep' ), 'type' => 'textarea', ), array( 'name' => 'first_social', 'label' => esc_html__( 'First Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'first_url', 'label' => esc_html__( 'First Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'First social URL', 'deep'), ), array( 'name' => 'second_social', 'label' => esc_html__( 'Second Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'second_url', 'label' => esc_html__( 'Second Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Second social URL', 'deep'), ), array( 'name' => 'third_social', 'label' => esc_html__( 'Third Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'third_url', 'label' => esc_html__( 'Third Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Third social URL', 'deep'), ), array( 'name' => 'fourth_social', 'label' => esc_html__( 'Fourth Social Name', 'deep' ), 'type' => 'select', 'options' => array( 'twitter' => 'Twitter', 'facebook' => 'Facebook', 'google-plus' => 'Google Plus', 'vimeo' => 'Vimeo', 'dribbble' => 'Dribbble', 'youtube' => 'Youtube', 'pinterest' => 'Pinterest', 'linkedin' => 'LinkedIn', 'instagram' => 'Instagram', ), 'value' => 'twitter', 'description' => esc_html__( 'Select Social Name', 'deep'), ), array( 'name' => 'fourth_url', 'label' => esc_html__( 'Fourth Social URL', 'deep' ), 'type' => 'text', 'description' => esc_html__( 'Fourth social URL', 'deep'), ), ), ), ), 'Class & ID' => array( array( 'name' => 'shortcodeclass', 'label' => esc_html__('Extra Class', 'deep'), 'type' => 'text', ), array( 'name' => 'shortcodeid', 'label' => esc_html__('ID', 'deep'), 'type' => 'text', ), ), ) ), ) ); // End add map } // End if
[+]
..
[-] review-form.php
[edit]
[-] portfolio-carousel.php
[edit]
[-] buy-process.php
[edit]
[-] our-process.php
[edit]
[-] deep-gallery.php
[edit]
[-] dropcap.php
[edit]
[-] line.php
[edit]
[-] block-quote.php
[edit]
[-] link.php
[edit]
[-] instagram.php
[edit]
[-] videoplay.php
[edit]
[-] teaserbox.php
[edit]
[-] singlesermon.php
[edit]
[-] recipes.php
[edit]
[-] imagecarousel.php
[edit]
[-] w-svg.php
[edit]
[-] roadmap.php
[edit]
[-] singlecause.php
[edit]
[-] quote.php
[edit]
[-] alert.php
[edit]
[-] category-tab.php
[edit]
[-] button.php
[edit]
[-] collection.php
[edit]
[-] before-after-image.php
[edit]
[-] testimonial-tab-single.php
[edit]
[-] vcw.php
[edit]
[-] video-teaser.php
[edit]
[-] socials.php
[edit]
[-] tooltip.php
[edit]
[-] sermon-category.php
[edit]
[-] w-title.php
[edit]
[-] rooms.php
[edit]
[-] wp-hotel-booking.php
[edit]
[-] shop-product.php
[edit]
[-] distance.php
[edit]
[-] schedule.php
[edit]
[-] subscribe.php
[edit]
[-] review-items.php
[edit]
[-] featured-product.php
[edit]
[-] sermons.php
[edit]
[-] login.php
[edit]
[-] ourclients.php
[edit]
[-] testimonial.php
[edit]
[-] latestfromblog.php
[edit]
[-] pricing-tables.php
[edit]
[-] testimonial-tab-main.php
[edit]
[-] googlemap.php
[edit]
[-] custom-menu.php
[edit]
[-] content-carousel.php
[edit]
[-] tablepress.php
[edit]
[-] icon.php
[edit]
[-] blog.php
[edit]
[-] testimonialslider.php
[edit]
[-] content-slider-main.php
[edit]
[-] prayer-form.php
[edit]
[-] icondivider.php
[edit]
[-] testimonial-carousel.php
[edit]
[-] special-offers.php
[edit]
[-] search.php
[edit]
[-] iconbox.php
[edit]
[-] revslider.php
[edit]
[-] content-carousel-tab.php
[edit]
[-] postslider.php
[edit]
[-] infobox.php
[edit]
[-] the-grid.php
[edit]
[-] speakers.php
[edit]
[-] maxcounter.php
[edit]
[-] ourteam.php
[edit]
[-] reservation.php
[edit]
[-] toggle-box.php
[edit]
[-] donate.php
[edit]
[-] food-menu.php
[edit]
[-] countdown.php
[edit]
[-] content-slider-single.php
[edit]
[-] postfromblog.php
[edit]
[-] like-view-share.php
[edit]
[-] pricing-plan.php
[edit]
[-] magazine.php
[edit]
[-] list.php
[edit]
[-] image-hotspot.php
[edit]
[-] service-carousel.php
[edit]
[-] latest-tweets.php
[edit]
[-] process-carousel.php
[edit]
[-] callout.php
[edit]
[-] domain-checker.php
[edit]
[-] causes.php
[edit]
[-] prayer-items.php
[edit]