The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
prevent deleting co...
 
Share:
Notifications
Clear all

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.

 

[Solved] prevent deleting comments

3 Posts
2 Users
1 Reactions
869 Views
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 4 years ago

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;

1111Adsız
2222Adsız

ok removes comment deletion but also removes follower cancellation.

 

Is there a solution to prevent just deleting comments?

 

thank you 🙂

2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@cihan,

Please use this one, it should solve the issue:

#wpd-content-item-1 .wpd-delete-content.wpd-not-clicked {
     display:none !important;
}
1 Reply
(@cihan)
Joined: 4 years ago

Eminent Member
Posts: 26

@asti 

thank youuuu

 

 

Share: