schenk / responsive-flickr-gallery

Responsive galleries from your Flickr photos for your WordPress site.
http://wordpress.org/plugins/responsive-flickr-gallery/
GNU General Public License v3.0
1 stars 3 forks source link

jQuery ColorBox monkey-patched? #26

Open fbuchinger opened 8 years ago

fbuchinger commented 8 years ago

Hi,

I am trying to debug a javascript error in responsive-flickr-gallery 1.3.1. I configured my flickr album to be shown in jquery colorbox - when I click on an image, i get the javascript error:

jquery.colorbox-min.js?ver=4.2.7:4 Uncaught TypeError: Cannot read property 'rel' of undefined

The culprit is the ColorBox v1.3.18 plugin included in your wordpress plugin. Unfortunately, you only included a minified version of jquery colorbox. Furthermore, you seem to have monkey-patched the minified colorbox version plugin.

When I include a non-minified version of Colorbox 1.3.18, i suddenly get the error:

mycolorbox.js?ver=4.2.7:3 Uncaught TypeError: jQuery(...).afgcolorbox is not a function

Can you please provide a non-minified version of the modified colorbox script, so that I can debug further?