PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
vc_templates
<?php extract(shortcode_atts(array("heading_tag" => "h3", 'text' => '',"btn_style" => "see-through", "link_text" => "", 'text_color' => '', 'url' => '', 'link_type' => 'regular', 'alignment' => 'left', 'class' => '' ), $atts)); $target = ($link_type == 'new_tab') ? 'target="_blank"' : null; $style = (!empty($text_color)) ? ' style="color: '.$text_color.';"' : null; $bg_style = (!empty($text_color)) ? ' style="background-color: '.$text_color.';"' : null; $text_color = (!empty($text_color)) ? 'custom' : 'std'; /*material*/ if($btn_style == 'material') { echo '<div class="nectar-cta '.$class.'" data-style="'.$btn_style.'" data-alignment="'.$alignment.'" data-text-color="'.$text_color.'" >'; echo '<'.$heading_tag.'> <span class="text">'.$text.' </span>'; echo '<span class="link_wrap" '.$style.'><a '.$target .' class="link_text" href="'.$url.'">'.$link_text.'<span class="circle" '.$bg_style.'></span><span class="arrow"></span></a></span>'; echo '</'.$heading_tag.'></div>'; } else { echo '<div class="nectar-cta '.$class.'" data-style="'.$btn_style.'" data-alignment="'.$alignment.'" data-text-color="'.$text_color.'" >'; echo '<'.$heading_tag. $style.'> <span class="text">'.$text.' </span>'; echo '<span class="link_wrap"><a '.$target .' class="link_text" href="'.$url.'">'.$link_text.'<span class="arrow"></span></a></span>'; echo '</'.$heading_tag.'></div>'; } ?>
[+]
..
[-] 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]