Gary
asked 6 years ago

How to change TinyMCE with other editor. Thanks.

3 Answers
DominicStaff
answered 6 years ago

At the moment, you can not change the TinyMCE with other editor.

gary
replied 6 years ago

TinyMCE looks very ugly in smartphones. How to disable those bold, italics, links and all other options in menu bar of TinyMCE?

gary
replied 6 years ago

Or better disable the menu bar bar itself.

DominicStaff
answered 6 years ago

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;
}
}
gary
answered 6 years ago

I tried but unfortunately, it did not hide anything.

Dominic Staff
replied 6 years ago

Please send me username & password of your site for further checking.

gary
replied 6 years ago

It’s installed in local server (localhost), so it’s not accessible through the internet.

gary
replied 6 years ago

It’s installed in local server (localhost), so it’s not accessible through the internet.

gary
replied 6 years ago

It’s installed in local server (localhost), so it’s not accessible through the internet.

Powered by DW Question & Answer Pro