PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
vc_templates
<?php extract(shortcode_atts(array("carousel" => "false", "additional_padding" => "", "hover_effect"=> 'opacity', "fade_in_animation" => "false", "columns" => '4', "disable_autorotate" => 'false'), $atts)); $opening = null; $closing = null; $column_class = null; switch ($columns) { case '2' : $column_class = 'two-cols'; break; case '3' : $column_class = 'three-cols'; break; case '4' : $column_class = 'four-cols'; break; case '5' : $column_class = 'five-cols'; break; case '6' : $column_class = 'six-cols'; break; } ($fade_in_animation == "true") ? $animation = 'fade-in-animation' : $animation = null ; if($carousel == "true"){ $autorotate = (!empty($disable_autorotate) && $disable_autorotate == 'true') ? ' disable-autorotate' : null; $opening .= '<div class="carousel-wrap"><div class="row carousel clients '.$column_class.' ' .$animation . $autorotate.'" data-he="'.$hover_effect.'" data-additional_padding="'.$additional_padding.'" data-max="'.$columns.'">'; $closing .= '</div></div>'; } else{ $opening .= '<div class="clients no-carousel '.$column_class.' ' .$animation.'" data-he="'.$hover_effect.'" data-additional_padding="'.$additional_padding.'">'; $closing .= '</div>'; } echo $opening . do_shortcode($content) . $closing; ?>
[+]
..
[-] 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]