Hey,
Have anyone an idea how I can use hotspots Image with Anchors. If the user clickt the spot he jump to the text anchors on the site.
The Button on Hot Spot Tooltip not work, when the user use the Mous from hotspot to tooltipp then fade out the tooltip an the Button is not visible.
My Idea, the User goes with mouse on hotspot then he see the tooltipp and if he clicks on hotspot he comes to text anchor on this page
How can i make this??
Thank fore your ideas
Thomas
Sorry I have find the right code ….. :-)
function add_custom_target(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘.av-image-hotspot a’).attr(‘target’,’_blank’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_target’);