Skip to main content
Wordpress

Galleryview nextgen open image on click

Edit file   plugins/wordpress-nextgen-galleryview/GalleryView/scripts/jquery.galleryview-2.0.js
line 873  aprox.

else {
                        p = $(»);   //(before: p = $(»);
                        p.attr(«href», j_frames.eq(i).find(‘img’).eq(0).attr(‘src’));   //(include this line)
                        p.addClass(‘panel fancybox’);   //add class fancybox…. didn’t work for me ….
                       // but try if you have fancybox installed

solution fancybox:   http://fancybox.net/howto   add id, for link (a)  … and add javascript..as described
                      

0 Reviews

There are no reviews yet.