Notifications
Clear all

[Closed] Like invisibility problem in wpforo 2.0

9 Posts
3 Users
5 Likes
837 Views
selsebil
Posts: 88
Topic starter
(@selsebil)
Estimable Member
Joined: 3 years ago

Hi,

I reported this problem months ago. But I was said that there was no such problem. I waited to someone notice it, but anybody did not report it. So, I decided to make a video to easily explain. I made a video from this support forum and uploaded it to Youtube, but I will delete it after the wpforo team watch it. Here is the link:

https://www.youtube.com/watch?v=3wx6CgNp2i4

Topic Tags
8 Replies
selsebil
Posts: 88
Topic starter
(@selsebil)
Estimable Member
Joined: 3 years ago

Dear wpforo team,

Have you seen this post?

2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

HI @selsebil,

Yes I have sent it to the Devs, will let you know what we got. Sorry for the late response.

selsebil
(@selsebil)
Joined: 3 years ago

Estimable Member
Posts: 88

@chris Thank you. I am very pleased now.

Posts: 201
 fawp
(@fawp)
Reputable Member
Joined: 5 years ago

This had been posted before here

https://wpforo.com/community/general-forums-bug-reports/26043/#post-75420

 

Thanks God for videos!

1 Reply
selsebil
(@selsebil)
Joined: 3 years ago

Estimable Member
Posts: 88

@fawp It had been answered as bad internet connection. But my internet speed is very fast in my desktop. This must be based on another reason.

Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @selsebil,

Try this hook:

add_filter('wpforo_cache_reaction', '__return_false' );

Then Delete All Caches, Server Side, Website, wpForo Delete All Caches Function from Overview admin page, and then try again.

2 Replies
selsebil
(@selsebil)
Joined: 3 years ago

Estimable Member
Posts: 88

@chris Thank you, where should I past this hook? And, the problem is still going on in this your forum.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@selsebil,

Solution by inserting the code in Themes functions.php file

Add the code at the end(bottom) of the current active theme functions.php file

Option one: open functions.php file from wp-content > themes > current active theme.

Option Two: Go to Dashboard > Appearance Theme File Editor, select Theme Functions(functions.php) file from Theme Files Bar.

Please mention that the code can be lost after updating or changing the theme.

Solution by using Code Snippets Plugin

Install and Activate Code Snippets plugin( https://wordpress.org/plugins/code-snippets/).

Go to Dashboard > Snippets > Add New.

Insert the code in code field:

Check that the new created snippet is active from Dashboard > Snippets > All Snippets.