Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi @cassyb,
all your problems come from your theme. it doesn't have standard WordPress footer hooks and functions like <?php wp_footer(); ?>
That function allows plugins load JS files. So this theme is going to bring you tons of problems with almost all plugins which have front-end JS functions.
If this function exists in your theme's footer.php template file, it mans the hook is disabled by plugins or by this theme. In any case you should fix this theme or change it. The problems you're mentioning has not chance to be fixed from wpForo side, those are the WP theme issues not wpForo.
OK thank you