Hey hey,
Yeah if you don’t enter a title, then one won’t show, same with the caption. The only way it will display anything, is if there’s been something entered, else it has nothing to display 😉
Yeah, I got that. There is not really an easy way to update info on the images in the galleries w/o recreating a gallery
U do not want to delete image titles in the media library. I added a bit of css to solve the issue so that I can update the images in the media gallery:
.spacebox .spacebox-box-title {
display: none;
}
If I want info on the images in my SB galleries I can enter it in the caption box. If i want to center the text for the captions I can div the shortcode with <div align=”center”>
So that’s my solution for the moment<G>
Here’s a link to the finished page with the SB utilized for the “click an emblem”, “scan a QR code” and “Featured Resources” sections.
http://www.collectorsbluebook.com/treasure-maps/palm-springs-treasure-map/
You do not need to recreate the gallery. WordPress galleries are editable. Go back to where you created the spacebox, click into visual mode, then edit the gallery and make your changes. No need to recreate it.
The titles will not show if you do not enter a title. You don’t need to hide it with CSS.
mmmmm….thanks for that…I never use visual mode so didn’t see that.