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!