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

    Hi, First of all this seems to be a glitch that’s only on mobile. I’ve created an image gallery, and the caption displays above the image in the gallery when you hover / touch (which I want), but when i click on the image to bring up the lightbox, the caption from the first image stays active when you scroll through the gallery by clicking the arrows only (overlaid / obstructing the image) – BUT if you tap on the image (center) rather than the arrows, it disappears. The lightbox already displays the caption / description below, which is what I want, so i’d like that hovering caption box to disappear when you open up the lightbox.

    #936235

    Hey empiread201,

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    .avia-tooltip{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #936237

    Thanks! That worked!

    #936310

    Hi,

    Great, glad we could help :-)

    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.