• Resolved therealwebguru

    (@therealwebguru)


    I am not sure how this plugin get released with image title, that we all know usually is a bunch of irrelevant strings of text and yet it get added and visible in gallery.
    It is beyond me trying to understand the logic behind you guys releasing the plugin like that. Really beyond me.

    Anyways back to reason for the question.
    How do i remove this image title from the gallery? so that way everytime i create new galleries they never show up?

    View post on imgur.com

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @therealwebguru

    Initially, I thought you were writing to us about our Lightbox Effects, but thank you so much for sharing that screenshot.

    That’s our “Basic ImageBrowser”, some of our users like to show the image title there (they adjust that image title on Gallery > Manage Gallery).

    You can hide that caption with a really simple CSS customization.
    Go to Appearance > Customize > Additional CSS
    Copy and paste this code, then click on “Publish”.

    /* NextGen Gallery - Hide top caption image browser*/
    
    .ngg-imagebrowser.default-view h3{
    	display: none !important;
    }

    Please, let us know how it goes.
    We are happy to help!

    Thread Starter therealwebguru

    (@therealwebguru)

    @gabyimagely

    works!

    Thanks

    Thread Starter therealwebguru

    (@therealwebguru)

    @gabyimagely

    one more issue, when i click an image in the gallery to enlarge it also shows the image title, how do i get rid of that too?

    View post on imgur.com

    Hello @therealwebguru

    Go to Appearance > Customize > Additional CSS
    Copy and paste this code (at the end), then click on “Publish”.

    /*Simplelightbox - remove the caption*/
    .simple-lightbox .sl-caption {
        display: none !important;
    }
    

    Let us know how it goes.
    We are happy to help!

    Thread Starter therealwebguru

    (@therealwebguru)

    @gabyimagely

    works again!!!

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how do i remove the image title from gallery’ is closed to new replies.