Gallery 3: Permanent file titles with FTP folder

I know you can have the file name appear in the grid view when the image is hovered (see image), but is it possible to have it always visible for all images?

And/or have a caption visible, when using an FTP folder?

@Jannis

Which grid?

It doesn’t matter where the photos come from.

Justified. I can potentially change it needed.

.justified-gallery>a>.caption {
    display: block !important;
}

No worky

EDIT: Yep, the below worked.

.justified-gallery > a > .jg-caption, .justified-gallery > div > .jg-caption, .justified-gallery > figure > .jg-caption {
display: block;
border-radius: 0px 0px 15px 15px !important;
padding-left: 10px;
background-color:rgba(0, 0, 0, 0.5);
}

2 Likes