Hi,
I am developing it on localserver so I am not able to share the page. I’ve tried both ways of doing <?php echo do_shortcode(“[your_shortcode]”); ?> and then putting it on the page and instead using <?php the_content() ?> to pull it from the page and that doesnt work either. If I put it on it’s own page and put the shortcode there it works. I think I am missing the wp_footer function but I’m not sure what code to put there.