Can you make 358 Dislike per hour?
Please fix this
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Can you make 358 Dislike per hour?
Please fix this
Hi naseram,
This is not wpDiscuz issue. I think your website is being hacked. wpDiscuz votes based on IP addresses. The hacker changes his IP address and calls down vote button. We'll try to add more functions to protect such attacks but this kind of attacks should be stopped by Hosting Server DDoS Protection system.
Thanks Tom, I will try
Tell Me How Can Desable Dislike Button ? i want show just like button
Hi naseram,
Please use the following CSS code. Put it in Dashboard > Comments > Settings > Styling > "Custom CSS Code" textaera.
#wpcomm .wc-vote-link.wc-down{
display: none !important;
}