I have 5 hotspots on the homepage with tooltips that each have a link to another section on the same page.
The text links work for all 5 tooltip buttons, however, only 1 of the yellow hotspots links work. Even when you mouseover the other hotspots, it’s as if the links aren’t in the code at all.
Due to this project being password-protected, I’ll provide a link and screenshot in the private section below.
Thanks in advance for your help, this one’s dot me dumbfounded!
Hey WebDevDept,
Thank you for the inquiry.
The tooltip text are covering the hotspots, which might be due to the html tags that were added in the hotspot title field. To fix it, try to use this css code.
.av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner {
z-index: 99999999;
}
Best regards,
Ismael
You’re awesome Ismael thanks, it worked! :D