wpforo add topic bu...
 
Notifications
Clear all

wpForo 1.x.x [Closed] wpforo add topic button not working

19 Posts
5 Users
1 Reactions
1,742 Views
Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 4 years ago

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/

18 Replies
dimalifragis
Posts: 2615
(@dimalifragis)
Famed Member
Joined: 4 years ago

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
-->
13 Replies
(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@dimalifragis 

 

Please fix my wp foro issue its urgent

VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@umais 

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.

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

there is not batcache plugin my site
VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@umais 

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.

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

I have only WordPress dashboard access

VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@umais 

I guess then that you will have to contact Wordpress hosting for assistance to disable batcache on the community page.

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

Hello I contact WordPress hosting support they implement the code which is you send me using snippets plugin but the issue is still there

VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@umais 

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.

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

button is still not working 

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

Problem is that with out login/Registered button work properly but when we login the add new topic button not working

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@verek 

 

How I can edit it even I cant see theme editor options because its a WordPress.com hosting

dimalifragis
(@dimalifragis)
Joined: 4 years ago

Famed Member
Posts: 2615

@umais Me? I can't. Ask your Hosting Provider. This is Hosting related.

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@dimalifragis 

Problem is that with out login/Registered button work properly but when we login the add new topic button not working

Posts: 38
Topic starter
(@umais)
Trusted Member
Joined: 4 years ago

how I can remove this?

3 Replies
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1357

@umais 

read this topic >Add topic and Reply box loading

(@umais)
Joined: 4 years ago

Trusted Member
Posts: 38

@tutrix 

Hi tested even I change the theme to multiples but the issue is still there it's WordPress.com hosting.

Please help me ASAP

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@umais,

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.