[Closed] wpforo add topic button not working
Hi I added forum on my website but when I click on add topic its not working I try several times.Here is my forum https://acrossthecamera.com/community/
Start with removing this from your site, whetever it is:
<!--
generated 29 seconds ago
generated in 1.495 seconds
served from batcache in 0.002 seconds
expires in 271 seconds
-->
You probably have this plugin installed: https://wordpress.org/plugins/batcache/
Go to Dashboard>Plugins> Find the plugin in the list and deactivate it. Then go to Dashboard>Forums>Dashboard and click the "Delete All Caches" button.
It's possible then that it's baked into the core because you are hosting with Wordpress which was the originator of Batcache. In which case you will manually have to disable caching of wpforo in in your wp-config.php file by inserting this at the end of the file.
if ($_SERVER['REQUEST_URI'] == '/community/' && $batcache) {
$batcache->max_age = 0;
}
Note, you will have to do this every time Wordpress core updates.
I guess then that you will have to contact Wordpress hosting for assistance to disable batcache on the community page.
Hello I contact WordPress hosting support they implement the code which is you send me using snippets plugin but the issue is still there
Whereas before the code was implemented, your add topic button did nothing, clicking on it now takes me to the login/register page. So, I think the code did work.
Problem is that with out login/Registered button work properly but when we login the add new topic button not working
@umais Me? I can't. Ask your Hosting Provider. This is Hosting related.
Problem is that with out login/Registered button work properly but when we login the add new topic button not working
how I can remove this?
Hi tested even I change the theme to multiples but the issue is still there it's WordPress.com hosting.
Please help me ASAP
None of your JS is working on your site. There is no jQuery's in your site. And this stop not only wpForo plugin also other plugin's workability.
You need to ask your Hosting Support for help.
The is not related to wpForo that we take the support.
wpForo will work correct after you fix your website problems.
In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.
- 19 Forums
- 14.2 K Topics
- 71.1 K Posts
- 45 Online
- 6,052 Members