You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#104540 Hide Visual Blocks button

Posted in ‘Suggestions & Feature Requests’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by renem on Wednesday, 10 June 2020 20:57 BST

renem
Hi i think it would be useful if there was an option to use the Visual Blocks function, but hide the button for the users.

Less buttons, cleaner interface, less space.

I've tried:

button#editor_visualblocks {
display: none;
}

This doesn't work, and an option in te interface is much more user friendly.

Regards René

Ryan
Use

button.mce_visualblocks {
    display: none;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

renem
Txs Ryan.