• Hi,

    I have just installed v1.1.0b and applied the NEW template for captions below images [nggallery id=x template=caption]
    but the Discription is still not showing below the thumbs in the gallery.

    Can you tell me how to make this happen please?

    Cheers

    cfadmin

Viewing 2 replies - 16 through 17 (of 17 total)
  • Ok, had the same problem. This fix worked for me.

    Edit your ngg_dkret3.css file (in the css folder of the plugin).

    Change this:

    .ngg-gallery-thumbnail span {
    	display:none;
    	}

    To this:

    .ngg-gallery-thumbnail span {
    	font-size:9px;
    	padding-left:5px;
    	display:block;
    	}

    Then it will work, but the styling may be a little out of whack so you may need to fiddle with that a bit.

    If that doesn’t work for you you may want to check the other .css files in that folder to see if any others have display: none; and change them accordingly.

    Further to my above post and fix.

    I was having other issues with the plugin so I did a complete uninstall of it (by using the Uninstall button in Setup, deactivating plugin, removing all plugin files) and then reinstalled a freshly downloaded clean version of the plugin from scratch (had to re-add all my pics and re-do all my settings).

    Then the captions were working properly right off the bat. And I didn’t have to edit any CSS files this time.

    So if you don’t have too many pics and have a bit of time to set everything up again then try a complete uninstall and reinstall.

    The v1.1.0 plugin files I used to do my fresh re-install were downloaded from https://www.ads-software.com/extend/plugins/nextgen-gallery/

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: NextGEN Gallery] Discription Text Not Showing below Thumbs’ is closed to new replies.