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.
May 31, 2020 2:52 pm
Can you change position (or give us option) of edit button where it have been earlier? Many people don't see this small gear in the right for editing comments. They don't click it to check it. It is not intuitive.
10 Replies
May 31, 2020 3:53 pm
And can we turn off message below comment that admin edited posts?
Jun 01, 2020 9:21 am
Hi @korzychxp,
Please put this CSS code in the Top Admin Bar > Customize > Additional CSS > Custom CSS Code textarea, then delete all caches:
#wpdcom .wpd-tools.wpd-hidden{
visibility: visible;
opacity: 1;
}
Jun 01, 2020 10:58 am
And this is changing edit button visibility or last edited form?