seanphoto
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] border issues, slide show.Thanks esmi! Hadn’t refreshed the forum page yet ??
What are you using? I use Firebug on Firebox but it’s a little clunky for me to decode with that.
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] border issues, slide show.Think I figured it out. Using Photocrati for a themes template and they have dynamic themes. For some reason the 5px solid red border was working in the normal NextGen style location. But this code:
.entry-content img { border: 0px; margin: 0px; }
would not work until I put it into the Photocrati custom CSS section (must overwrite some portions of the NG code but use others?).
I think this goes along with your issue. You need to edit the nggallery.css file, so NextGen > Styles, all that code there.
Add anywhere:
.entry-content .ngg-albumoverview .ngg-album-compact .ngg-album-compactbox .Thumb { border: 0px; } .entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img { border: 0px; }
I can confirm, that does work fine.
Funny enough, I am reading mixed reports though with people wanting to get rid of the filename… and others wanting it to show, with neither group ‘choosing’ that it be one way or the other – that’s just how it started working….
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Picture title in gallery mode??Excellent… worked perfect. Is this the only way to do this or is there a way inside of NextGen itself (some checkbox or whatever)?
Thanks!