So I finally made it.
I overrided the Javascript and now it works like a charm and I can have the pncracker enabled.
Here is what you should do.
Find findimage.js under your_site/modules/photoshare/pnjavascript.
Backup the file!!!!
Open it using your favorite editor and find line
case 'thumbnailPopup':
html = "
"
+ "
";
break;
Replace this with
case 'thumbnailPopup':
html = "
"
+ "
";
That's it.Everything should be working fine.You should make the necessary adjusments to the other popup options to if you want them to work similarly.
I hope I solved other people problems too.
Thanks a lot tjreo for interesting and helping me out!!
:-)