• Resolved robotboy44

    (@robotboy44)


    There are clearly settings for captions, but no captions appear. Why is this not working?

    • This topic was modified 5 years, 11 months ago by robotboy44.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    Thank you for reporting this. We are preparing an update for this and we are going to release it quite soon.

    Hi,
    Yes I miss this option too.
    I am waiting for the future update ??

    Plugin Author Nik

    (@nvourva)

    Hello!

    We have just released an update to Elements Plus! which fixes the captions issue. It should appear for download shortly.

    Hi @nvourva
    Thank you for the responsiveness.
    I just tested the new version and captions still do not appear.
    Can you confirm that it works on your side?
    Thank you ??

    Plugin Author Nik

    (@nvourva)

    Hello @grrog
    Yes, they work fine on our end. Here is a GIF which demonstrates the functionality https://bit.ly/2VTAcb5 are you seeing something different?

    @nvourva
    OK I thought the legend appeared with the popup.
    And I customized my gallery with css and a z-index, so the legend was below the image.
    Thank you for the gif that made me understand this and thank you for the plugin which is great! ??

    Thread Starter robotboy44

    (@robotboy44)

    My desire is for the captions to show up under the images all the time, not only when you hover over them and not on the image, but under. Is that possible?

    @robotboy44
    Yes it’s possible with litle CSS.
    Add this to your theme’s style.css (or even better, in a child theme) :

    
    .justified-gallery > a > img,
    .justified-gallery > div > img,
    .justified-gallery > a > a > img,
    .justified-gallery > div > a > img {
        top: calc(50% - 32px) !important;
    }
    .justified-gallery > a > .caption,
    .justified-gallery > div > .caption {
        display: inline-block !important;
        height: 32px;
    }
    

    Hope that’s help you ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Captions not showing up in Gallery Plus’ is closed to new replies.