PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
vc_templates
<?php extract(shortcode_atts(array( 'testimonial_style' => 'small_modern', 'quote' => '', 'image' => '', 'name' => '', 'subtitle' => '', 'color' => '' ), $atts)); $bg_markup = null; $image_icon_markup = null; if(!empty($image)){ if(preg_match('/^\d+$/',$image)){ $image_src = wp_get_attachment_image_src($image, 'medium'); $image = $image_src[0]; } $bg_markup = 'style="background-image: url('.$image.');"'; $image_icon_markup = '<div class="image-icon " '.$bg_markup.'></div>'; } $open_quote = ($testimonial_style == 'basic') ? '“' : null; $close_quote = ($testimonial_style == 'basic') ? '”' : null; if($testimonial_style != 'basic') { $open_quote = '<span class="open-quote">”</span>'; } echo '<blockquote class="nectar_single_testimonial" data-color="'.strtolower($color).'" data-style="'.$testimonial_style.'">'; echo '<div class="inner">'; echo ' <p>'.$open_quote.$quote.$close_quote.' </p>'; echo $image_icon_markup.'<span class="wrap"><span>'.$name.'</span><span class="title">'.$subtitle.'</span></span>'; echo '</div></blockquote>'; ?>
[+]
..
[-] vc_pie.php
[edit]
[-] client.php
[edit]
[-] testimonial.php
[edit]
[-] vc_widget_sidebar.php
[edit]
[-] tab.php
[edit]
[-] nectar_cascading_images.php
[edit]
[-] nectar_icon_list_item.php
[edit]
[-] nectar_cta.php
[edit]
[-] item.php
[edit]
[-] nectar_animated_title.php
[edit]
[-] nectar_single_testimonial.php
[edit]
[-] testimonial_slider.php
[edit]
[-] vc_gallery.php
[edit]
[-] toggles.php
[edit]
[-] nectar_btn.php
[edit]
[-] vc_row_inner.php
[edit]
[-] toggle.php
[edit]
[-] tabbed_section.php
[edit]
[-] nectar_video_lightbox.php
[edit]
[-] vc_column_inner.php
[edit]
[-] fancy_box.php
[edit]
[-] nectar_icon.php
[edit]
[-] page_link.php
[edit]
[-] morphing_outline.php
[edit]
[-] clients.php
[edit]
[-] pricing_column.php
[edit]
[-] vc_row.php
[edit]
[-] split_line_heading.php
[edit]
[-] nectar_gmap.php
[edit]
[-] nectar_image_with_hotspots.php
[edit]
[-] nectar_woo_products.php
[edit]
[-] page_submenu.php
[edit]
[-] nectar_flip_box.php
[edit]
[-] full_width_section.php
[edit]
[-] carousel.php
[edit]
[-] nectar_gradient_text.php
[edit]
[-] vc_column.php
[edit]
[-] nectar_icon_list.php
[edit]
[-] nectar_hotspot.php
[edit]
[-] vc_column_text.php
[edit]
[-] nectar_food_menu_item.php
[edit]
[-] pricing_table.php
[edit]
[-] nectar_horizontal_list_item.php
[edit]
[-] nectar_image_comparison.php
[edit]