I want users to get a warning popup when they click the button to change the permalink. They will give confirmation if they want to continue. Here is what...
WordPress’ TinyMCE (WYSIWYG) editor is adding inline stlyes to the markup when you change the text alignment. This behaviour is hard coded in wp-includes/class-wp-editor.php. Can the inline styles be...
Just a simple question here but though my googling and searching efforts haven’t found the answer to it. I’m wanting to re-size the width of my WordPress WYSIWYG editor...
I’m searching a way to add a custom button to the TinyMCE editor when clicked insert into the visual editor some text. For example: button called “Hi” when clicked...
I’m looking for a way to disable text tab on wordpress text-edito (red square on the pic) for all my users roles except ADMINISTRATOR because i don’t want them...
I am currently using WordPress version 5.0.2, i want to add news posts but the button “ADD BLOCK” is not active. 4 Answers 4 I think you have the...
How can I apply my own css (to match editor-style.css) to wp_editor being used on the front end for comments? Currently I’m using code from here to enable the...
I already tried all of the solutions you can find online like adding this to wp-config.php: 1 define(‘CONCATENATE_SCRIPTS’, false); 2 I also deactivated all plugins and changed the theme,...
I’ve faced one really annoying “bug” on my production website. I’ve recently migrated to a new hosting, things went fine, then this issue started showing up. YES, I was...
i can’t understand why so simple feature are disabled by WordPress Team. I want have line breaking with “br” tag. On one wordpress forum was idea to modificate editor.js...