When all tests are finished , you can download the addon at my blog…
I too would love to have this add-on. The only thing close is Smooth gallery, but it uses Mootools and screws with my other Jquery components.
The gallery in the “playground” section would be absolutely perfect!
Me too – I’m after the non-AJAX one though
I spent some time looking around and never found a step-by-step on how to add the shutter / thickbox implimentation to the galleryview template when clicking on the large image. So I dug around in the code and worked up this solution, thought it might help someone else too.
Open: ‘wp-content/plugins/nggGalleryView/view/gallery-galleryview.php’
Change: <img src="<?php echo $image->imageURL ?>" />
To: <a href="<?php echo $image->imageURL ?>" <?php echo $image->thumbcode ?>><img src="<?php echo $image->imageURL ?>" /></a>
And viola! š
I found the example and download link from alexrabe at:
http://nextgen-gallery.com/templates/galleryview/
I actually just wrote, well more hacked a plugin to do this. I used to use the Smooth Gallery one but also hated that it broke a lot of my jQuery so I took the Smooth Gallery Plugin, which I was familiar with and made it a GalleryView plugin. Shortcode and all the settings (I think) via an admin menu. I’d be glad to share it if anyone would be interested. I love so input and would be glad to continue to support it and take input.
@pinstails I’m interested in your plugin. Where can I get it?
hi pinstails. I’d be interested in your plugin as well. What’s the best way to get hold of it?
hi people. my nextgen with galleryview continuous showing only a big white space. nothing appears. if i use the simple tag, without template works well. but with template galleryview not. i active both plugins, i have the newest versions of this plugins… how can i fix this?
thanks!
@pinstails please could you share the plugin?