Product:
Wonder Lightbox Version 9.3 or above
Tutorial:
After installing the plugin Wonder Lightbox, simply adding a class wplightbox
to any link will activate the lightbox effect and open the image, video, PDF or webpage in a lightbox popup.
The plugin Wonder Lightbox initialises the lightbox effect in the jQuery document ready event. But if the webpage content is loaded via Ajax (asynchronous JavaScript and XML), the wplightbox
links in the content will not have a chance to be initialised and hence will not work.
This tutorial will discuss two types of Ajax loading and provide solutions for each type.