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.
Jun 02, 2022 7:46 am
Hello,
I don't want users to delete their comments.
I disabled "Show Activity Tab" but I can't disable the "Bulk management via email" link
Thanks
2 Replies
Jun 02, 2022 8:05 am
You should either disable the "My Content and Settings" button at all or use the following CSS code:
.wpd-wrapper.wpd-guest-settings .wpd-user-settings-button-wrap:first-child{ display:none !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Jun 02, 2022 8:27 am
Thanks @Asti the code below worked. It would be nice to have a setting for this though
.wpd-user-email-delete-links-wrap{ display:none !important; }