@mike87 Also i can test with F12 when logged in and editing. Try to press F12 during that and check for issues/errors in your browser console.
You have some issues, press F12 to check them and fix them. It could be the source of your issues. GETnet::ERR_NAME_NOT_RESOLVEDc @ (index):40...
Not sure if related but press F12 and see SEVERAL js issues in your console browser. Those are serious issues that you must fix somehow. Probably co...
How do you know, it is offline or disabled/deleted.
@thewoodysplace Ok, still it is minifying wpForo and lazy load for wpForo. Anyways, this is beyond the scope of my replies, keep in mind that all that...
@thewoodysplace From the signature of W3TC, you seem to have enabled each-and-every option of the W3TC plugin, object caching, DB caching, everything....
@thewoodysplace You are running W3TC caching with wpForo. Not compatible. See your html source: <!-- Performance optimized by W3 Total Cache. ...
You mean who is logged in Wordpress? wpForo doesn't have anything like this but you should be able to find a plugin for Wordpress in general.
Not related but remove caching from wpForo page (the one with the shortcode).This has been posted several times from gVectors support, not my suggesti...
Not my suggestion but gVectors. If you do not trust them then what can i say.
@malpharyx Why don't you check your self the html source of the page to verify this? But since you have a FORUM only site, you should DISABLE the pl...
You MUST remove caching from wpForo. I still see it running: !-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn ...
@matt Try this: add_filter('wpforo_content_after', function( $content ){ return preg_replace_callback( '#<a[^><]*\sclass=[\'...
Also this is NOT compatible with wpForo. NO CACHING for wpForo pages. <!-- This website is like a Rocket, isn't it? Performance optimized by ...