I think it may be ajax related coming from my WooCommerce installation. I can get the lightbox working with the following script but the lightbox loads with a message ‘Content not found.’
jQuery(document).ready(function () {
jQuery('.zoom-instagram-link').magnificPopup();
});
If you can offer any advice I would really appreciate it.