Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1326367

    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!

    #1326449

    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

    #1326527

    You’re awesome Ismael thanks, it worked! :D

    #1326591

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.