PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
vc_templates
<?php $title = $image = $style = $color_1 = $color_2 = $hotspot_icon = $tooltip = $tooltip_shadow = $animation = ''; extract(shortcode_atts(array( 'image' => '', 'style' => 'color_pulse', 'color_1' => 'Accent-Color', 'color_2' => 'light', 'hotspot_icon' => 'plus_sign', 'tooltip' => 'hover', 'tooltip_shadow' => 'none', 'animation' => '', ), $atts)); $GLOBALS['nectar-image_hotspot-icon'] = $hotspot_icon; $GLOBALS['nectar-image_hotspot-count'] = 1; $GLOBALS['nectar-image_hotspot-tooltip-func'] = $tooltip; if($style == 'color_pulse') $color_attr = strtolower($color_1); else $color_attr = strtolower($color_2); $image_el = null; $image_class = 'no-img'; if(!empty($image)) { if(!preg_match('/^\d+$/',$image)){ $image_el = '<img src="'.$image.'" alt="hotspot image" />'; } else { $image_el = wp_get_attachment_image($image, 'full'); } $image_class = null; } echo '<div class="nectar_image_with_hotspots '.$image_class.'" data-stlye="'.$style.'" data-hotspot-icon="'.$hotspot_icon.'" data-size="medium" data-color="'.$color_attr.'" data-tooltip-func="'.$tooltip.'" data-tooltip_shadow="'.$tooltip_shadow.'" data-animation="'.$animation.'">'; echo $image_el . do_shortcode($content); echo '</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]