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

    Hi support,

    When I tap on a gallery thumbnail on iOS
    – the first tap reveals the tooltip
    – the second tap reveals the image but the tooltip is still visible

    Only after tapping on the first revealed image to go to the next image the tooltip disappears.

    Is there a way to hide the tooltip when the first image appears?

    Please find a link to a screenrecording in the private content area.

    Best,
    Claus

    #681513

    Hey LarryLayouter,

    Thank you for using Enfold.

    We will ask Kriesi to check thread. For now, you can hide the tooltip on mobile.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .avia-tooltip.avia-tt {
        display: none !important;
      }
    }

    Best regards,
    Ismael

    #681618

    Thanks Ismael,
    I’ll take your code for now and appreciate Kriesi’s check …
    Have a nice day
    Claus

    #682964

    Hi,

    I’ll notify him again, just in case.

    Best regards,
    Ismael

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