Hello @chrislt ,
Thank you for writing in. As you had explained that you haven’t enabled our plugin but to check the issue we would need the plugin enabled. Do you have any dev site where you can enable the plugin and provide us the URL?
Thanks.
Sorry, I’ve re-enabled it at chrislt.art. I don’t want to leave it up too long, though, because it doesn’t look right.
You’ll see the heart is over to the left (hard up against the side of the screen) of each post’s metadata.
I want it to appear within the metadata.
Also:
- I’d prefer not to enable Fontawesome, but when I use the setting to disable it, I don’t see any heart at all.
- When I click the heart twice, I see a ‘0’, despite not having the setting Display 0(Zero) by default set.
I look forward to your reply!
Hello @chrislt ,
Thank you for your reply and thank you for enabling it again. We could check the issue and it is occurring due to some CSS conflict with your existing theme’s styles. To fix the issue, please add below CSS code in your backend’s Appearance > Customize > Additional CSS field.
.pld-like-dislike-wrap.pld-template-2 {
display: block;
}
You can disable the fontawesome if the fontawesome is already loaded in your website and if you don’t want to use the fontawesome then you can defintely upload your own custom image using the custom image by choosing the custom template as shown in the screenshot below.
https://imgur.com/a/5AJxxeb
Thanks.
Hello @chrislt ,
We are glad that the solution that we had provided worked. Here are your other replies in same order.
1. Yes, currently we are just decreasing the count number and not checking if the Display 0 option but we will try to incorporate this feature in our next update.
2. Currently the Counter Info Metabox is displayed inside the post edit screen.
https://prnt.sc/vSe49UG3w3iz
3. Currently we don’t have the option to reset all the likes/dislikes count but if you have your db access then please run the below query in your server’s phpmyadmin interface. We will try to have an option to do this within in our plugin’s interface in our future updates.
DELETE FROM wp_postmeta WHERE meta_key LIKE 'pld_like_count'
Please note that you might need to change wp_postmeta table name as per the table created in your database.
Thanks.
Thanks for the clear answers!