@piltdownman – that’s actually available with the premium version of Modula. The PRO version of Modula offers a LOT more lightbox customisability, including keyboard navigation and the possibility of closing the lightbox via the ESC key.
Here’s our doc entry on this: https://modula.helpscoutdocs.com/article/202-lightbox-links
By visiting the link ^, you’ll be able to see all the settings available for the lightbox with the PRO version.
I really hope this answers your question.
Much love,
/C.
I’d also like the ability to HIDE the file name. Is that also a Pro feature? Thanks.
Hi @piltdownman,
To hide the title please go to your gallery > edit it > scroll down to Captions > and enable ‘Hide title’ > save.
Warmly,
Mihaela
Yes, I’d already done that. However, in certain cases it does not seem to work.
Go here >
https://angtini.com/gallery-2/
Scroll down to the third row, photo on the right (3 down, 3 over)
Somehow the this text is showing up “Cat, Domestic, La Perme” I don’t know where that is coming from!
Thanks
Ron
Hi Ron,
Do you mean the caption displaying in the lightbox?
You can turn that off by adding this code in Appearance > Customize > Additional CSS:
.modula-fancybox-caption {
display: none;
}
Save and that’s it!
Warmly,
Mihaela