Best WordPress Theme & Plugin For Photographers

General

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…