Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1369813

    I refer to https://kriesi.at/support/topic/image-hotspot-and-tab-section/

    Thanks again for the solution you offered here. I have been testing it and it mostly works, however, I’ve noticed it can be buggy from time to time. Sometimes when tabbing across to a different tab the tooltips don’t work/pop up.I notice it particularly on the second tab on hotspots 1-3. Any ideas?

    Here’s the page: https://owe.brother.design/projects/#2025-2027

    #1369947

    Hi guys – seems buggy on one computer. My other one seems fine. Please can you keep this thread open for a little while just in case.

    Dominic

    #1370108

    Hi,

    Thank you for the update.

    Have you tried decreasing the animation duration (300) to 200 or lower value? You can also replace the animation function with css to instantly hide the tooltips.

     $('.avia-tooltip').css({
                            opacity: 0,
                            display: 'none'
                        });
    

    Let us know if this helps.

    Best regards,
    Ismael

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