Subhan Cabbarov
asked 10 years ago

Hi, i want remove some tinymce editor buttons. How can i do it? i want only bold,italic,underline,link,unlink,img buttons.
is there any way use only text editor not visual editor?

2 Answers
ecHo
answered 10 years ago

Hi Subhan, i don’t use tinymce editor but i think thats possible and you can look this, maybe helpfull
http://www.tinymce.com/wiki.php/api4:class.tinymce.ui.MenuButton
https://github.com/tinymce/tinymce

Yan Susanto
replied 10 years ago

Hi Subhan,

You mention that you didn’t use tinymce. What do you use instead if I may ask?

DominicStaff
answered 10 years ago

@dumann78 ! Thank you for the answer 🙂
@Subhan! You can try the solution that @dumann78 gave.
And below is our instruction on how to remove the tinymce button, please follow:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.mce_bullist, .mce_numlist, .mce_blockquote, .mce_code, .mce_dwqaCodeEmbed {
    display: none !important;
}

Save it and see how that works. Let us know if there is anything else.
Regards,

Powered by DW Question & Answer Pro