• Resolved Keano16

    (@keano16)


    Hello everyone,

    I use Basic Extended Album to show my albums and it all works fine. I am very happy with the functionality.

    However, in some of my albus some of my images have “description” which is then showed when I open image in lightbox.

    I have 39 galleries and many many photos… so it will be difficult to do this 1 by 1.

    Nowhere I see an option to:

    – disable showing descriptions
    or
    – delete descriptions in bulk

    Any way to do it?

    Thanks!

    • This topic was modified 4 years, 4 months ago by Keano16.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter Keano16

    (@keano16)

    P.S.
    Adding custom CSS that was mentioned in few posts does not help ??

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @keano16,

    Unfortunately, there aren’t such setting that would allow to disable the descriptions from showing up in SimpleLightbox but there should be possible to hide them using the following custom CSS rule:

    .sl-wrapper .sl-image .sl-caption {
        display: none !important;
    }

    Important note that the provided CSS will work exclusively in case of using SimpleLightbox and won’t apply in case of using any other lightbox effect.

    Thread Starter Keano16

    (@keano16)

    I have switched to Fancybox lightbox style, so obviously there is no solution for this.

    Very strange, sorry.

    • This reply was modified 4 years, 4 months ago by Keano16.

    Hello!

    Since you already find a workaround, I’ll be marking this ticket as resolved.
    Nevertheless, please, feel free to check the description of how our Lightbox Effects works here: https://www.imagely.com/docs/lightbox-effects/

    Thread Starter Keano16

    (@keano16)

    This is not resolved. Who told you that it is resolved?

    Thread Starter Keano16

    (@keano16)

    Can you please remove “Resolved” icon? Maybe someone will be able to assist me with a hack or fix for this.

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    If you are using Fancybox, you have to add this CSS to hide the captions:

    #fancybox-title {
        display: none !important;
    }
    Thread Starter Keano16

    (@keano16)

    I have added this CSS to “Other Options” and it does not work!

    Thread Starter Keano16

    (@keano16)

    Kindly remove “Resolved”

    This issue is not resolved ??

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    @keano16 first of all this isn’t an issue but a minor visual modification request.

    Try adding the CSS rule to “Appearance -> Customize -> Additional CSS”

    • This reply was modified 4 years, 3 months ago by Mihai Ceban.
    Thread Starter Keano16

    (@keano16)

    It was a really annoying issue for me ??

    It works now! Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Delete images descriptions in bulk’ is closed to new replies.