• I am using the NextGEN imagebrowser in this website: https://www.chrissiesmolders.com. But I do not want the popup when you click on the pictures. I have been trying to find the piece of code and remove the link to the original picture, but without success.
    Does anybody know how to accomplish this?

    Thank you!

Viewing 1 replies (of 1 total)
  • I wanted to do something similar — you can remove the transparent overlay pop-up by editing the javascript file in the ‘shutter’ folder of the plugin ( In my version, it’s called shutter-reloaded.js ).

    Find and comment out this line:

    L.onclick = new Function(‘shutterReloaded.make(“‘ + i + ‘”);return false;’);

    Note that I think this will revert you to the next layer of click behavior which is to link you to the image file. I didn’t find out how to disable that, all I was trying to do was change some aspects of the overlaid pop-up, which I was able to do by editing the shutter css.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] imagebrowser: remove url from thumb’ is closed to new replies.