Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Could you tell us which shortcode you’re using?

    Thread Starter shawninvancouver

    (@shawninvancouver)

    [nggallery id=1]

    thats all im using to diplay my gallery..

    https://rhythmicleotards.com/?page_id=645

    is that what you need?

    Thread Starter shawninvancouver

    (@shawninvancouver)

    any answer to the image title question yet??

    Basically you have two options:

    1. Hide the title with css. This is the easiest option.
    2. Make a custom template and remove the title part. This options is more advanced.

    If you want option 2, you’ll have to tell me how you set things up so that if you click on an image, it goes to the image browser.

    Also, nobody ever died by having patience. We (WPGetReady and I) develop the plugin in our spare time, so we do have other things to do sometimes ??

    Thread Starter shawninvancouver

    (@shawninvancouver)

    how do i do option 1?

    To do option 1, follow these steps:

    1. Make a custom theme. Here’s how you do it:
    • Copy the nggallery.css file out of the css folder in the NextCellent folder (something like /plugins/nextcellent-nextgen-legacy/css/).
    • Paste the file in your theme root folder (/themes/YOUR THEME/nggallery.css)
    • Open the file.
    • Change CSS Name: Default Styles to something else, like CSS Name: No Title.
    • Search for this code:
      .ngg-imagebrowser h3 {
      	text-align:center;
      }
    • Change it to:
      .ngg-imagebrowser h3 {
      	display:none;
      }
    • This should work. If it doesn’t, please clear your browser cache and check again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove titles from gallery view’ is closed to new replies.