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?
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
Hi Subhan,
You mention that you didn’t use tinymce. What do you use instead if I may ask?
@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,
Please login or Register to submit your answer