Warning: Undefined array key "yPBFjS" in /home/ic3/domains/ic3.info/public_html/wp-includes/kses.php on line 1
HEX
HEX
Server: LiteSpeed
System: Linux control5.webnow.vn 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ic3 (1169)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/ic3/public_html/wp-content/themes/flatsome/inc/builder/shortcodes/templates/ux_hotspot.html
<div class="hotspot-wrapper dark
  is-{{ shortcode.options.size }}
  x{{ shortcode.options.positionX }}
  md-x{{ shortcode.options.positionX }}
  lg-x{{ shortcode.options.positionX }}
  y{{ shortcode.options.positionY }}
  md-y{{ shortcode.options.positionY }}
  lg-y{{ shortcode.options.positionY }}
  {{ shortcode.options.class }}
  {{ shortcode.options.visibility }}">
	<div data-animate="{{ shortcode.options.animate }}">

		<a ng-if="shortcode.options.type == 'text'" class="hotspot tooltip
			box-shadow-{{shortcode.options.depth}}
			box-shadow-{{shortcode.options.depthHover}}-hover"
			title="{{ shortcode.options.text }}"
			ng-style="{'background-color' : shortcode.options.bgColor}"
			>
			<i class="icon-{{ shortcode.options.icon }}"></i>
		</a>

		<a ng-if="shortcode.options.type == 'product'" href="#quick-view" class="quick-view hotspot tooltip
			box-shadow-{{shortcode.options.depth}}
			box-shadow-{{shortcode.options.depthHover}}-hover"
			title="{{ shortcode.options.prod_id }}"
			ng-style="{'background-color' : shortcode.options.bgColor}"
			data-prod="{{ shortcode.options.prodId }}">
			<i class="icon-{{ shortcode.options.icon }}"></i>
		</a>
	</div>
</div>