All my main pages (home, about, privacy) have an average review rating toggle below and my blog entries (labeled as stories) have reaction toggles like thumbs up on the top at the beginning of the article and emoji for feeling reaction at the bottom. How can I remove them as they ruin the setup?
]]>Hi!
Thank you for a great plugin!
I found some bugs, so I hope to help with this information:
I made translation of some frazes with plugin Loco Translate and it did’t take effect on frontend, I still see english frazes.
Also, some text is not ready to translation. For example, text from smiles: Happy, Sad, etc.
]]>Hi there, I’m currently using Booster Extension’s Post Reactions Plugin at the most bottom part of my blog.
I’ve noticed that there is a typo for the reaction – Sleppy, which should be Sleepy* instead.
If so, may I please know how can I update this error?
]]>A lot of bugs:
I deleted Like /dislike but it still appears on the home page.
The number of views of is not displayed properly, it is repeated.
I see 4 to 9 months old topics with no answer, but I’ll give it a shot..
I disabled seconds under Read time, but on a short post it is still showing seconds instead of 1 minute.
]]>Hi,
Updated from 1.0.2 to 1.1.3, but not happy – like/dislike function do not work as always.. This time in different way: two post annotation in a single page do not communicate – you can see different value there
https://prnt.sc/rctk94
It worked in a 1.0.2!
Things are getting worse when LiteSpeed Cache turned on – after page refresh result return to the same value (not updated). I have to minimize cache to 30 sec. There was no such problem in an old version.
There is no problem with the plugin and it is very successful.
Can my suggestion be added to whatsapp?
There is serious error in plugin: bad dislike calculation. Often votes from Like migrate to Dislike.
Author do not respond.
Everybody plugin user MUST FIX THIS ERROR HIMSELF.
1. In WP panel on the left press Plugins>Plugin editor
2. On the rigth side chose Booster Extension
3. Edit file: booster-extension/inc/backend/twp-be-like-dislike.php
4. in Line 74 you will find:
if( $dis_like_ips ){
$likes = $likes - 1;
$current_ip = booster_extension_get_ip_address();
$dis_like_ip_list = booster_remove_element( $dis_like_ips, $current_ip );
update_post_meta( $post_ID, 'twp_be_dislike_like_count', $likes );
update_post_meta( $post_ID, 'twp_be_ip_address_lists_dislike', $dis_like_ip_list );
}
5. Correct 3 variables to Dislike
if( $dis_like_ips ){
$dislike_likes = $dislike_likes - 1;
$current_ip = booster_extension_get_ip_address();
$dis_like_ip_list = booster_remove_element( $dis_like_ips, $current_ip );
update_post_meta( $post_ID, 'twp_be_dislike_like_count', $dislike_likes );
update_post_meta( $post_ID, 'twp_be_ip_address_lists_dislike', $dis_like_ip_list );
}
]]>
The big problems is bad vote calculation (in v1.01 and v1.02 too).
Take a look into database:
https://prnt.sc/pe3ffx
6 votes and only 3 IP.
Nonsense! But it happens rather often.
How?
It seems that votes from LIKE sometimes migrates to DISLIKE.
As I remember 6-3 changed to 6-6
in other situation 15-2 changed to 15-15
To fix these numbers is possible in DB only, no other way..
Fix this problem Please
+ other problem
buttons are not visible on white image
Proposal: in style.css line 351 add
background-color: rgba(33, 33, 33, 0.3);
cursor:pointer;
thanks ??
]]>If I change the author after making the post, the author box continues to show the first author/admin details in the author box.
]]>Good plugin ??
But i suggest some fixes for like/dislike:
https://prnt.sc/ok55l7
buttons are not visible on white image
in style.css line 351 add
background-color: rgba(33, 33, 33, 0.3);
cursor:pointer;
I suggest to add more (neutral) emotions. Dislike button is very negative ??
You can delete this topic ??