• Resolved Maonik

    (@maonik)


    Hi, I am trying out the free version of this plugin and would like to remove the alt/title tag that shows up as a header above my slide show. How can that be accomplished.
    Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Imagely

    (@imagely)

    @maonik – Please share a URL for where you are seeing this, our NextGEN Gallery Basic Slideshow does not show the image Title&Alt field in its default template.

    Thanks!

    – Cais.

    Thread Starter Maonik

    (@maonik)

    Hi and thanks for looking. I used the “NextGEN Basic ImageBrowser” because I like the look of it.
    http://kinderheim-harb.de/kinderheim/veranstaltungen/weihnachtsmaerchen/
    The plugin inserts an alt-tag based on the filename and this alt-tag appears as a header above the images.
    Thanks again!
    Maonik

    Plugin Contributor Imagely

    (@imagely)

    @maonik – Thanks, the ImageBrowser does work differently than the Basic Slideshow. If you want to remove the text above the ImageBrowser you can use some custom CSS and/or write a custom template to use with the display. Either should work fine and will depend on how much you want to change.

    You might try the following under Gallery > Other Options > Styles:

    /** Hide ImageBrowser Title text */
    div.ngg-imagebrowser > h3 { display: none !important; }

    Thanks!

    – Cais.

    Thread Starter Maonik

    (@maonik)

    Excellent! This worked:
    .ngg-imagebrowser h3 {
    display: none;
    }

    Thanks so much! You made my day!

    Plugin Contributor Imagely

    (@imagely)

    @maonik – We’re happy to help. Thanks for the update!

    – Cais.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide Alt/Titel Tag’ is closed to new replies.