Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
I like the gallery short code for adding juxtaposed images in a Wordpress post but that gallery is adding captions under the images when no captions have been added to the images in the media library. Specifically the captions "1. and 2. " appear under the images, Just the numerals and a period, that's all. I don't see a way to disable that. Is there one?
See this at: https://blog.photophart.com/?p=727
Thanks
Mark
Offline
there's always custom css:
.jx-captions {
display: none;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Hadn't thought of that, Rod, but you're absolutely right! That worked perfectly.
By the way I've followed your lead and am munching my way through "CSS: The Missing Manual".
Endless revelations there. Powerful stuff.
Many thanks,
Mark
Offline
Thanks. I will add some better conditions to check the existence of captions before rendering out the HTML to display them.
Offline