• Open assets/front.js and remove “ajaxComplete” in the third line.

    Basically the issue happens if you have swipebox and other plugins that use Ajax (like Google Maps or Youtube embedded video) in the same page. The Responsive Lightbox inits the Swipebox on every ajaxComplete event, so swipebox attach multiple times the click() handler.

    So when images are clicked, swipebox is opened multiple times.

    The fix described solves the issue

    http://wordpress.org/plugins/responsive-lightbox/

Viewing 1 replies (of 1 total)
  • Super helpful. Thank you for this! I ran into this exact issue and saw multiple swipebox containers but wasn’t sure how to fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘Fix for swipebox-overlay container added twice’ is closed to new replies.