I am trying to instantiate the wp_editor with javascript, which works nicely except the ‘Add Media’ button does not work. There are no errors, but clicking the button does...
I am trying to limit the files that are shown in the wordpress media library popup (from wp_editor). Currently every single file that I have ever uploaded to my...
I’m using this filter and function to display a custom, stripped-down version of the TinyMCE editor. Everything works as it should…except the ‘Anchor’ button will not show (‘anchor’)? According...
I have a plugin that uses the wp_editor() function to load an instance of the TinyMCE editor. However, the editor is affected by custom styling to make it look...
Is there a method to apply a unique body class ID to the editor in the same way that body class information is added to the published page? I...
I’ve been following a tutorial on Tuts+ (linked from the WordPress Codex) on how to interact with the TinyMCE editor to add buttons. Following the example code on that...
Here is what I am doing: I Added wordpress media upload with iframe popup when a button or link clicked. And with click of insert into post the image...
In earlier than 4.6, one could, with 1 click, edit all the properties of a link: Now, thanks to the “all new and improved 4.6”, the dialog has been...
With WP 4.8 extending the widgets API, the simple text widget is using TinyMCE. The advantage is that TinyMCE scripts are already enqueued in Ajax requests. However, for a...
I have added the Font Awesome script and it is being loaded in the source code also. But the icons are not being displayed in the post editor. Any...