I have four RichText elements in a custom Gutenberg block I am developing, and they are all very similar except for the “name” attribute, which is currently hard-coded. What...
Can anyone tell me if there is anywhere I can find out what each of these TinyMCE plugins are for? $in['plugins']='inlinepopups,tabfocus,paste,media,fullscreen,wordpress,wpeditimage,wpgallery,wplink,wpdialogs,wpfullscreen'; I’m wondering because if I remove the wordpress...
I’m trying to include wp_editor in a settings page. public function addEditor($content="") { $editor_id = 'createposteditor'; $args = array( 'textarea_rows' => 15, 'teeny' => true, 'quicktags' => false, 'editor_class'...
I have a custom metabox which uses wp_editor and when i switch to text editor instead of visual the main content tinymce also changes to text view when i...
The title explains my problem. Upon saving CSS stylesheet in the “Appearance > Editor”, single backslashes are being stripped out of the stylesheet. For example: content="\foo" becomes: content="foo" I...
I’m using the code below in my functions.php to pre-populate new posts. It works fine, except if I use entities (example: »), which are converted (example: ») when I...
So I’ve got to edit my 404 page. Since my client’s website has 5 languages, I’d like to let him edit and translate the 404 page by himself, with...
After months of leaving and deleting my WordPress site, I decided to try again. I downloaded the new version 4.7.3, installed and added a new post. So far so...
I use TinyMCE Advance plugin. I’ve posted a question in the support forum of the the plugin but it seems that the author doesn’t provide any support now. As...
The default font is too small and too narrow. Makes editing a pain. I want the default font to be Lucida 16. I am not talking about a pop...