Regan Khadgi
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Like Dislike] Query Monitor errorsHello @bolus150
In today’s update, we have fixed those warnings that you had reported. Please let us know if you still see any of those warnings in the query monitor.
And please let us know what modification do you want in our css and js code of our plugin.
Thanks.Forum: Plugins
In reply to: [Comments Like Dislike] Query Monitor errorsHello @bolus150
Can you please paste the errors that is being generated in the query monitors?
Thanks.Forum: Plugins
In reply to: [Posts Like Dislike] Better validate user inputHello there,
Thank you for letting us know about this error. We will check and fix the issue and release an update soon.
ThanksHello @roxchou
Glad to know that it worked. Please let me know if you need any further help and please give a review if you really found my plugin useful.
https://ww.wp.xz.cn/support/plugin/comments-like-dislike/reviews/#new-post
Cheers !!Hello @roxchou
Please add the below custom CSS in your backend’s Appearance > Customize > Additional CSS field..cld-like-dislike-wrap.cld-template-4 {
text-align: right;
display: block;
font-size: 14px;
}Please change the value of 14px to any number you want to adjust the font size and icon size.
Thanks.Hello @roxchou
Thank you for writing to us. Can you please provide me the URL where I can check the integration. And please explain your requirement using some screenshot and I can try to provide you some custom CSS to fulfill your requirement.Thanks.
Forum: Plugins
In reply to: [FakerPress] Multiple fatal errors in 0.7.0Hello @bordoni
It seems the issue is still available in the php version 8.4. When the plugin is active, the site gets down and gives the below error message.Fatal error: Declaration of FakerPress\ThirdParty\Cake\Chronos\Traits\FactoryTrait::createFromTimestamp(int $timestamp, $tz = null): FakerPress\ThirdParty\Cake\Chronos\ChronosInterface must be compatible with DateTimeImmutable::createFromTimestamp(int|float $timestamp): static in /Applications/mamp/htdocs/karuna-lesson/wp-content/plugins/fakerpress/vendor-prefixed/cakephp/chronos/src/Traits/FactoryTrait.php on line 339I replaced it with below code and got fixed
public static function createFromTimestamp(int|float $timestamp): staticThanks.
Forum: Plugins
In reply to: [Posts Like Dislike] Likes dynamic refreshingHello Filip,
Thank you for writing to us and thank you for your suggestion. Yes currently the like and dislike is generated within the page’s content where the comments are generated. This is a bit tricky because dynamically loading also can be affected by cache because while loading dynamically we will need to fetch it through an endpoint(URL) and the endpoint’s data will also be cached and same thing will happen.
The best solution would be to clear the cache when the post is liked or disliked so that it can display the new updated data.
Can you please let us know which cache plugin are you using? There are way too many different caching plugins and different cache plugins store the cache in different mechanism and they clear the cache on their own way but we will check if there is any hooks available for that plugin to clear the cache.
Thanks.Forum: Plugins
In reply to: [Comments Like Dislike] Doesn’t work for unregistered usersYes @aguilaralberto87 🙂
Forum: Reviews
In reply to: [Posts Like Dislike] Stopped working after the latest updateHi @sterndata ,
Thank you for looking onto this.
Can we do something about this review because we didn’t receive any support request with particular issue from @torstiva so It’s so hard to get the positive reviews because people don’t bother to write the positive reviews even if they had been using the plugin for years but if plugin stops working particularly for them may be due to any reason and they will just come without asking any support request and simply leave the 1 star review and never let the plugin authors help them 🙁
This is very unfortunate and demotivating for the plugin authors like me who have been maintaining the plugin from very long time ago.
Thanks.Hi @mxweb46 ,
Thank you for the confirmation. If you really liked using our plugin and our support service then can you please give us a review from the link below.
https://ww.wp.xz.cn/support/plugin/comments-like-dislike/reviews/#new-post
Thanks.Forum: Plugins
In reply to: [Posts Like Dislike] How to remove like button bellow postHello @bikeboyblue ,
Thank you for writing in. You can uncheck all the checkboxes as shown in the screenshot below to disable the auto append of the like dislike after the post content.
https://prnt.sc/GLU7bExTPzlA
Please let us know if the solution has worked for you or not.
Thanks.Hi @mxweb46 ,
We have just released an update for the fix. Now for using custom function, it won’t require the status to be enabled which will then prevent the multiple comments like dislike display.
Please update and let us know if fix has worked for you or not after updating the plugin.
Thanks.Hello there,
Thank you for writing in. To solve this, please disable the status in the comments like dislike settings then the default comments like dislike will be disabled and only the comments like dislike from the custom function would be displayed.
Please check and let us know if your issue is solved as per our suggestion or not.Thanks.