• Hey Nick,

    Is there a way to hide image titles in the shortcodes?

    And what about editing existing space box galleries?

    For example, I needed to change where the images linked to….and the only way I was able to hide titles was by deleting them when adding to the galleries. When I edited the image links in the media library and saved…the titles popped up again.

    Regards,
    Will

    https://www.ads-software.com/plugins/space-boxes/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Nick Haskins

    (@nphaskins)

    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 ??

    Thread Starter BigDogSF

    (@bigdogsf)

    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>

    Thread Starter BigDogSF

    (@bigdogsf)

    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.

    https://www.collectorsbluebook.com/treasure-maps/palm-springs-treasure-map/

    Plugin Author Nick Haskins

    (@nphaskins)

    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.

    Thread Starter BigDogSF

    (@bigdogsf)

    mmmmm….thanks for that…I never use visual mode so didn’t see that.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Titles and Editing’ is closed to new replies.