Hello,
we have issues with the UX Builder from the Flatsome Theme in combination with wpForo.
As long we have activated wpForo, the UX Builder is not working (Please see the screenshot). After consultation with Flatsome, they told us we should switch to another software. But this is not our prefered solution.
Best regards,
Manuel
Hi @manuel-b3,
The wpForo developers checked your website and saw, that the issue doesn't have any relation with the wpForo, so it can't be solved by the wpForo side. There is a lot of JS error that's the reason the website doesn't work properly, even if the wpForo is deactivated.
There are two loopBack problems caused by the current active theme or the other plugins. See the screenshot below:
Also, there are lots of JS errors caused by the active theme, even if the wpForo is deactivated.
It will be better if you deactivate the plugin one by one and check after each deactivation to find the problem maker one.
Thansk for your help.
We allready checked all plugins. Even if we deactivate all plugins exept Wpforo, the UX Builder doensn't work. We contacted flatsome for help.
Please let me know if you read the reply by Alvina above. Have you added that code?
As @alvina said you should put the hook code to try fix it. Make sure you use the latest wpForo version. Enable the wpForo Output Buffer back and put that code in your functions.php file as explained above:
add_filter('on_wpforo_load_remove_the_content_all_filters', '__return_true');