Your WordPress theme footer PHP file (for this custom post type) must containΒ <?php wp_footer(); ?>Β function to allow all plugins to load JS files and scripts.
Β
Please check and make sure it exists.
In case you want to say thank you! π We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
Thank you for the help. <?php wp_footer(); ?> was already present.
Upon further inspection, I realized that the problem was some code I added to my functions.php: I moved Jquery from the head to the footer to speed up loading times, and as a result wpDiscuz was trying to load before Jquery.