Thread Starter
takeok
(@takeok)
Just opens the image in a empty browser window… lightbox isn’t getting triggered at all. No idea why. The rel tag is “lightbox[gallery-1]” (generated by a native WordPress Gallery) and the gallery is set to link to “File”. I might try disabling all my other plugins to see if there’s a conflict or something because it doesn’t look like there are many other responsive alternative out there other than “FooBox” and “Lightbox Plus Colourbox” but the former has a weird navigation UX and captions still don’t work on the latter (a well know issue that’s still not fixed).
Anyway… sorry for the meaningless post. If I discover anything I’ll post an update.
Can you post a link to your site?
That sounds like a JS theme/plugin conflict to me.
Thread Starter
takeok
(@takeok)
Sure. Thanks!
http://riversidespeedway.ca/our-2014-year-in-review-photo-gallery/
I tried turning off all plugins except Advanced Custom Fields… still no dice. Unless it’s some javascript that I wrote that’s conflicting. Erg.
Error: TypeError: jQuery(…).colorbox is not a function
Source: http://riversidespeedway.ca/wp-content/themes/riverside/js/init.js
Line: 5
Thread Starter
takeok
(@takeok)
My sincere apologies! I was just frustrated by a morning spent trying to find a suitable plugin with no luck. I found the issue. When I disabled this script you plugin works!
https://code.google.com/p/flesler-plugins/downloads/detail?name=jquery.scrollTo-1.4.3.1-min.js
Thread Starter
takeok
(@takeok)
Yes I got rid of that colour box line as well in the init file… must have been left over from a pervious script.
No problem, glad you fixed it.
Regards,
Bartosz / dfactory
Thread Starter
takeok
(@takeok)
p.s. Actually… it wasn’t the scroll to script… it was the undefined function in my init.js file. Thanks for the debugging help. Greatly appreciated!