Hi, I'm getting an error in IE (all versions from what I can tell). I'm running jQuery 1.7 via Google apis. See http://preview.friendlywebconsulting.com/explore-our-history/ and click on the picture of the man. I get this error:
A security problem occurred.
Line: 1
Char: 3555
Code: 0
URI: http://preview.friendlywebconsulting.com/wp-content/plugins/wp-jquery-lightbox/jquery.lightbox.min.js?ver=1.3.4.1
Any ideas? Thanks for your help!
http://wordpress.org/extend/plugins/wp-jquery-lightbox/
Open wp-jquery-lightbox.php and change
define('JQLB_SCRIPT', 'jquery.lightbox.min.js');
to
define('JQLB_SCRIPT', 'jquery.lightbox.js');
Running the uncompressed script will make it easier to debug. Let us know when you've edited the files.
Done! I now get this:
A security problem occurred.
Line: 170
Char: 25
Code: 0
URI: http://preview.friendlywebconsulting.com/wp-content/plugins/wp-jquery-lightbox/jquery.lightbox.js?ver=1.3.4.1
Thanks again for your help, this is a wonderful plugin. :)
It seems your "Connect"-link is fouling up the script somehow.
<a href="http://@">Connect</a>
Two things:
1. go back to jquery lightbox 1.3.4 and see if that helps
2. remove that anchor and see if it makes a difference
The order is important; I need to know if recent changes have introduced regressions to the plugin, or if it's all your fault. :)