Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1138
    Darwin
    Participant

    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?

    #1139
    Darwin
    Participant

    Found the conflict. It’s this jQuery plugin: https://github.com/codler/jQuery-Css3-Finalize

    Removing it fixes Responsive Lightbox. Luckily, we aren’t really using it anymore. Might be worth trying to figure out why it conflicts though, or at least making a note of it in the docs somewhere.

    #1149
    Bartosz
    Keymaster

    Thanks Darwin, we’ll note that. Happy to see your site working flawlessly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.