Using main style.css with add_editor_style
All the resources I’ve read online suggest using a different CSS file (i.e. editor-style.css) in order to style the WYSIWYG editor to better … Read more
All the resources I’ve read online suggest using a different CSS file (i.e. editor-style.css) in order to style the WYSIWYG editor to better … Read more
I’m working on my first theme built from custom gutenberg blocks. I’ve managed to register blocks and enqueue their specific stylesheets, but I’m … Read more
I have tried many different things to get add_editor_style() to load into the source code on my site without any luck. I would … Read more
I have a plugin that uses the wp_editor() function to load an instance of the TinyMCE editor. However, the editor is affected by … Read more
I have added some text on tinymce editor on load. (Every time you click on Add new the tinymce editor load with this … Read more