I recently switched from an explicit jQuery include in the theme header.php to using WordPress’s version, which uses noConflict() and I figured would be more stable and in general have less issues. That seems to be true, but it broke Responsive Lightbox. :(
Here’s a post with images that exhibit the problem. Not seeing any JS errors, and the overlay(s) are generated, but the image remains hidden. I’ve tried prettyPhoto and FancyBox as well, but they have even less success. It generates a lot of overlays, but they all remain hidden (display: none;).
This problem is really weird, and I know it’s a custom theme issue so not necessarily the plugin’s fault, I just can’t figure out what’s going on. Any ideas?