• Hi, I’m using this attachments plugin as well on my site. When we attach a file, there is a title and a caption field given. The caption field is supposed to be an ordinary text box. But TinyMCE is turning it into a tinyMCE rich text editor field. While that would be a nice functionality for those who need it, in my case it’s an annoyance since there’s less screen space available and this is making a large editor box of it that occupies too much screen space and clutters things up. I’m afraid that my clients will easily confuse this caption box to be the main editor screen.

    It would be great if somewhere in the TinyMCE Advanced settings, we could enable or disable for specific text fields. But till that happens, might there be a hack I can do in one of the files to keep the textboxes other than post content simple-text only?

    https://wordpress.org/plugins/tinymce-advanced/

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    This plugin (TinyMCE Advanced) does not add or remove any editor instances. It only modifies instances that are added by using the wp_editor() function.

    It’s pretty easy to add another editor instance on a page that already has one. Can be done from PHP or from JS, have a completely custom init array, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with other plugin : how to disable for caption of attachments’ is closed to new replies.