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

    Hi there! In the Image with Hotspot the tooltips are displayed with mouseenter/mouseover. Is it possible to display the tooltips with click (event) and hide wiht click, too? I want to give the user the option to copy the text of the tooltip and to hide the tooltip with a mouseclick.

    Ty

    #357171

    Hey Patrick!

    Try opening up /enfold/config-templatebuilder/avia-templatebuilder/assets/js/avia-modal.js and change line 681 from this.

    _self.hotspot_container.on('mouseenter', '.av-image-hotspot', function()
    

    To this.

    _self.hotspot_container.on('click', '.av-image-hotspot', function()
    

    Regards,
    Elliott

    #357456

    TY! It works great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tooltips with click’ is closed to new replies.