Lightbox plugins don’t work with Caulk. How do I fix this?
The fix is to add this to your footer.php file right before the close body tag:
<?php wp_footer(); ?>
Make sure you put that right before the close body tag, which is at the very end of the footer.php file. After you add this code, lightbox plugins should work.

