i assume that this error cause your problem: it make it fail the subsequent forum's page jquery instruction that should remove the preloader (it is not a loop).Uncaught TypeError: e.indexOf is not a function
load jQuery
<anonymous> https://armyranger.com/bb/index.php:2021
So to resolve, you can do two things:
resolve the js error coming out due to a wp plugin or wp theme or wp theme plugin, or into phpBB template, like it is in your case, or remove the preloader into page forum for the moment: just open it and remove this code:
search:
Code: Select all
<!-- START iframe div -->
<div id="w3_toogle_wrap_loader" class="w3_no_wrap_loader"><div class="w3_loader"></div></div>
Code: Select all
<div id="w3_toogle_wrap_loader" class="w3_no_wrap_loader"><div class="w3_loader"></div></div>
But so you'll not have a preloader.
The page-forum js code will be updated to fix issues like these: if there are errors coming out due to some code in wp plugins/themes or phpBB templates, it will work by the way.
I would like to remember also that disabling js on browser, you can stop any issue with javascript, so you can manage and adjust things, if you fall into problems with iframe and preloader that do not disappear.