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

[Solved] prevent deleting comments

3 Posts
2 Users
1 Likes
487 Views
Posts: 26
Topic starter
(@cihan)
Eminent Member
Joined: 3 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: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: 3 years ago

Eminent Member
Posts: 26

@asti 

thank youuuu

 

 

Share: