Notifications
Clear all

There is no public button. Is this normal?

2 Posts
2 Users
0 Likes
776 Views
Tayo
Posts: 20
 Tayo
Customer
Topic starter
(@tayo)
Member
Joined: 7 years ago

Hi,

I changed the comments to private as a manager. And I tried to change it back to public, but I can't see the public button. Is this normal?

There is no public button.


I know what I can reveal in the WordPress comment list, but I'm asking if I can't work directly on the front end.
I found this in developer mode (f12), and when I deactivated it, I could see the public button.

There is no public button2

Thank you.

1 Reply
Astghik
Posts: 5912
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @taxlawmen,

Please use the CSS code below:

#comments #wpdcom .wpd-tools-actions span.hidden {
    display: block !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Reply
Share:
Scroll to top