technabob
Member
Posted 1 year ago #
I've been using the jQuery Colorbox plugin (currently version 4.0), and all of a sudden, the plugin seems to have stopped working. I think it broke after upgrading to WordPress 3.1.3.
Here's an example post:
http://technabob.com/blog/2011/05/25/please-press-start/
The gallery in this post was triggering the colorbox prior to the 3.1.3 upgrade, but now the gallery just opens images by themselves.
I'm guessing this is some sort of jQuery version issue, but any assistance you can provide would be appreciated.
technabob
Member
Posted 1 year ago #
P.S. It was working fine in 3.1.2
Hi,
my guess is that you also updated one of the other plugins recently?
One of the plugins includes the jQuery library in version 1.6, and the JavaScript I use in my plugin is currently incompatible to jQuery 1.6. (see https://wordpress.org/support/topic/linkclasses-is-undefined)
Cheers,
Arne
technabob
Member
Posted 1 year ago #
Hmmm. Only two other plugins updated when I went to 3.1.3:
Digg Digg (v.4.5.2)
PuSHPress (v.0.1.7)
I'll check these out and see if I can narrow it down.
technabob
Member
Posted 1 year ago #
Well, there's the culprit...
http://www.diggdigg2u.com/digg-digg-v4-5-2/
Looks like they upgraded to 1.6 in their plugin. Hopefully, they'll roll back the jQuery, since theirs is a very widely used plugin.
For now, I'll see if I can roll back their plugin.
Hi,
I fixed the JavaScript and just tested it successfully with jQuery 1.6. It's available in the current development version:
http://downloads.wordpress.org/plugin/jquery-colorbox.zip
Cheers,
Arne
technabob
Member
Posted 11 months ago #
Thanks, that's great. I've actually disabled Digg Digg for now and just manually added my Social links to my site, but I'll still be sure to give your update a shot.