Edit button not vis...
 
Share:
Notifications
Clear all

Edit button not visible for non technical users

11 Posts
3 Users
0 Likes
1,008 Views
Posts: 65
Topic starter
(@korzychxp)
Trusted Member
Joined: 4 years ago

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
Posts: 65
Topic starter
(@korzychxp)
Trusted Member
Joined: 4 years ago

And can we turn off message below comment that admin edited posts?

Reply
Tom
Posts: 494
 Tom
Support
(@tomson)
Honorable Member
Joined: 8 years ago

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;
}
Reply
1 Reply
(@korzychxp)
Joined: 4 years ago

Trusted Member
Posts: 65

@tomson You mean Custom CSS area in my theme or in other section? I can't find it if it's in other place.

Reply
Posts: 65
Topic starter
(@korzychxp)
Trusted Member
Joined: 4 years ago

And this is changing edit button visibility or last edited form?

Reply
6 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@korzychxp,

The code provided by Tom should be added in the "Custom CSS Code" textarea loacted in the  Dashboard > wpDiscuz > Settings > Styles & Colors admin page. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/styles-and-colors/#custom-css-code

And this is changing edit button visibility or last edited form?

The last edited information can be hidden by disabling the "Display comment editing Information" option. The option can be found in the Dashboard > wpDiscuz > Settings > Comment Moderation admin page.

More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-moderation/#display-comment-editing-information

Reply
(@korzychxp)
Joined: 4 years ago

Trusted Member
Posts: 65

@asti This code didn't change anything. For what purpose it is?

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@korzychxp,

The code allows to always display the settings icon.

If you're familiar with the programming you can customize comment template files and change the design as you like. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/customization/custom-template-and-style/

Reply
(@korzychxp)
Joined: 4 years ago

Trusted Member
Posts: 65

@asti I'm not programmer.

What i wanted is edit button next to the Reply button as text "edit".

It was like that in previous version of wp discuz.

 

 

Reply
Tom
 Tom
Support
(@tomson)
Joined: 8 years ago

Honorable Member
Posts: 494

@korzychxp,

I'm sorry but that's not possible. There is no an easy way to do that. This requires lots of custom codding and redesigning. We'll take this under consideration for future middle version releases, but at the moment there is no way to do this.

Reply
(@korzychxp)
Joined: 4 years ago

Trusted Member
Posts: 65

@tomson Ok. I hope you don't forget to add this option same as custom colour options. I wrote about it a year ago and it was promised...

Reply
Share: