Mega Menu – Edit Option is displayed for all users

Posted in: Newspaper
Post count: 135

Hello Team,

I see a minor bug that edit option is displayed in mega menu option despite he is not author to that post.

This is happening for all menu posts.

Screenshot url: http://www.screencast.com/t/9b8edRBWE

Kindly advice.

Post count: 6535

Hi

Users roles and capabilities are controlled by WordPress and any user with proper capabilities can edit a post, even if is not the author of that post. For more details about roles and capabilities please check this link: https://codex.wordpress.org/Roles_and_Capabilities

Hope this help.
Thanks!

Post count: 135

Hi Andrei L,

Thanks for your response.

I’d like to completely hide that edit option from Mega Menu for all users.

This is applicable for categories, search etc. Please could you help with a CSS code.

Thanks!

Post count: 22421

Hello George,
You can hide the edit button for all users (including yourself) by using this css code:

.td-admin-edit{
display:none!important
}

Thank you!

Post count: 135

It worked. Thank you Bogdan!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.