Best WordPress Theme & Plugin For Photographers

General

New Slideshow with a different effect

Adding as custom field : ngg_slideshowFX = toss

New tag system in v0.70

So here is the first (very first) test of my new tag system. I’m inspired by the “related posts” and programmed a tag system for each image. I hope it’s easy to understand. You can now add the tags under manage gallery (see picture). I must program some automatic adding of tags, when you upload…

New widget support

The next version of NextGEN gallery contain a extended Slideshow support for the sidebar or header. This function is called : function nggSlideshowWidget($galleryID,$Width,$Height); So you are able to integrate a widget into your theme manually , or automatic via the widget function into your sidebar. If your theme didn’t support the sidebar widget use the…

CSS problem

When I show a text before / after a gallery , the “float: left” cause a problem, that the <div class=”ngg-galleryoverview”> container , didn’t work as block element, strange… This is a text after the gallery thumbnails Update : With width: 100%; it worked now under IE7, but not under FF… Update 2 : Now…