Limited Support
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.
Jul 04, 2021 9:51 pm
hello
I want to prevent comments from being deleted.
.wpd-delete-content.wpd-not-clicked {
display:none !important;
}
I found this code. nice but there is a problem;
ok removes comment deletion but also removes follower cancellation.
Is there a solution to prevent just deleting comments?
thank you 🙂
2 Replies
Jul 05, 2021 6:42 am
Please use this one, it should solve the issue:
#wpd-content-item-1 .wpd-delete-content.wpd-not-clicked { display:none !important; }