Shown comments count is wrong
-
Hello,
in our Intranet page, I’m using uLike for posts since a while without any issue. Today, I just added the uLike feature to comments too by using the following shortcode:
do_shortcode('[wp_ulike for="comment" id="' . $comment->comment_ID . '"]')Well, the uLike button is shown. But I have the following unexpected result and I was not able to find another thread etc. mentioning the same issue:
– I have a comment with 0 likes.
– If I like the comment, the counter switches from 0 to 2 (looking in the database in wp_ulike_comments, I can find only one like)
– If I reload the page, the like icon is highlighted (the red thumb), but there is shown a 0 count
– If I revoke my like by pressing the like button again, the counter switches from 0 to 1 (not OK) and the like icon is no longer highlighted (grey thumb) (OK) (looking in the database, the record is set to status unlike)WordPress Version 5.4.1
Plugin Version 4.2.2Do you have any idea what might be the reason?
Regards
The topic ‘Shown comments count is wrong’ is closed to new replies.