How to change TinyMCE with other editor. Thanks.
At the moment, you can not change the TinyMCE with other editor.
TinyMCE looks very ugly in smartphones. How to disable those bold, italics, links and all other options in menu bar of TinyMCE?
Or better disable the menu bar bar itself.
If you want to hide this section in the mobile, you can use the following code:
@media (max-width: 480px) {
.submit-dwqa-question .wp-editor-tools,
.submit-dwqa-question .mce-top-part,
.single-dwqa-question .wp-editor-tools,
.single-dwqa-question .mce-top-part {
display: none;
}
}
I tried but unfortunately, it did not hide anything.
Please send me username & password of your site for further checking.
It’s installed in local server (localhost), so it’s not accessible through the internet.
It’s installed in local server (localhost), so it’s not accessible through the internet.
It’s installed in local server (localhost), so it’s not accessible through the internet.
Please login or Register to submit your answer