There is an error in your console.
Uncaught TypeError: jQuery(...).colorbox is not a function
Make sure you load the jQuery library of colorbox as well.
Thanks
Thank you! I wasn’t sure why, but my code was missing a ton of javascript. I realized this because I used only a custom footer, not custom header. I simply needed to add
<?php do_action( ‘wen_associate_action_after_content’ ); ?>
<?php wp_footer(); ?>
to my custom footer and it works! Thank you!
Glad that you figured it out by yourself ! 🙂
All the best!