PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
/
inc
/
visualcomposer
/
shortcodes
<?php class WPBakeryShortCode_testimonial_slider extends WPBakeryShortCodesContainer { /* * Thi methods returns HTML code for frontend representation of your shortcode. * You can use your own html markup. * * @param $atts - shortcode attributes * @param @content - shortcode content * * @access protected * * @return string */ protected function content($atts, $content = null) { extract(shortcode_atts(array( "type" => 'mono', ), $atts)); $out = '<div class="testimonials-slider-w flexslider ts-'.$type.'">'; $out .= '<ul class="slides">'; $out .= do_shortcode( $content ); $out .= '</ul></div>'; return $out; } } vc_map( array( "name" => "Testimonial Slider", "base" => "testimonial_slider", "category" => esc_html__( 'Webnus Shortcodes', 'easyweb' ), "icon" => "webnus_testimonialslider", "as_parent" => array('only' => 'testimonial_item'), // Use only|except attributes to limit child shortcodes (separate multiple values with comma) "content_element" => true, "params" => array( // add params same as with any other content element array( "type" => "dropdown", "heading" => esc_html__( "Type", 'easyweb' ), "param_name" => "type", "value" => array( "One"=>"mono", "Two"=>"di", "Three"=>"tri", "Four"=>"tetra", "Five"=>"penta", ), "description" => esc_html__( "Select Image", 'easyweb') ), ), "js_view" => 'VcColumnView' ) );
[+]
..
[-] 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]