Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #844823

    Dear Support,
    There is some kind of bug with the default WordPress gallery. Essentially, the Featured Image responds to the hover, but the gallery below does not… and after 30 seconds pass, one or two will respond. Very strange. Please see the video referenced in the link below.
    Note: I’m looking at the site in Safari.
    Also, here is a link to the page in the screen recording:

    Ideas on how I fix this?
    Thank you,
    Tim

    #845733

    Dear Support,
    Any word on this?
    Thanks,
    Tim

    #845821

    Hi Tim,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #845822

    Hello Victoria,
    Info below. Thank you.
    Cheers,
    Tim

    #846804
    This reply has been marked as private.
    #847035

    Dear Victoria,
    I have tried toggling the “Lightbox Modal Window” on the Enfold theme options and have even tried toggling the Jetpack media viewing options (“Display images and galleries in a gorgeous, full-screen browsing experience”), but neither resolves the issue with the hover on the default galleries.
    I’ll keep working at this end, but if you have any ideas, please let me know.
    Cheers,
    Tim

    #847531

    Hi,

    The caption blocks the image overlay. Pleas remove the following css modification.

    #top .gallery-caption {
        display: block;
        position: relative;
        text-align: left;
    }

    Or replace with:

    #top .gallery-caption {
        display: block;
        position: relative;
        text-align: left;
        z-index: 0;
    }

    Best regards,
    Ismael

    #847686

    Dear Ismael,

    Aces! You’ve identified the problem; removing the CSS code entirely fixes it, but it also eliminates the caption.
    Unfortunately, adding the z-index to the CSS doesn’t solve the problem (even after clearing the cache), so my question now is:
    How do I get the caption back on the default galleries and not interfere with the image layover?
    Many thanks!
    Cheers,
    Tim

    #847701

    Dear Ismael,
    I found the fix in an earlier post by you:

    #top .gallery-caption {
        display: block;
        float: none;
    }

    Thank you very much for the help!
    Cheers,
    Tim

    #847963

    Hi Tim,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #848051

    Rikard,
    Case closed!
    Thank you and the rest of the team!
    Cheers,
    Tim

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