Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Hi lfenney,

    The easiest solution to remove titles is to clear the title attribute for whichever attachments you are displaying.

    If you go to the Edit Page window for the page with the gallery and go to Insert Media, you can select the attachments in your gallery and for each one in the right sidebar there is a Title field. Clear that field for all of your attachments and voila!

    Please let me know if that works for you!
    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! ??

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi lfenney,

    My colleague just pointed out that if you would rather not change all of the titles for your attachments, you could also achieve the same goal with CSS which will be less work for you.

    If you navigate to Dashboard -> Settings -> Document Gallery -> Custom CSS and enter this then the titles should be gone:

    div.document-icon > a {
        visibility: collapse;
    }
    div.document-icon > a > img {
        visibility: visible;
    }

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! ??

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi lfenney,

    I’m going to mark this as resolved for now, be please feel free to let us know if you have any further issues.

    Thanks,

    Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing the description under the icon’ is closed to new replies.