• Hello,

    Thank you for this very good plugin.

    In the classic Editor TinyMCE setting, the “Add image” pictogram is not shown among the others (so it cannot be added or removed from the list).
    As a result it is always displayed on the text editor.

    => My precise need is to remove/hide the “Add image” picto in the TinyMCE Editor.

    How could I manage that ?
    I have tested with the Advanced TinyMCE Configuration plugin, by putting at false some values like accessM, wpeditimage… but it did not work.

    Regards,
    Law

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

    (@azaozz)

    As a result it is always displayed on the text editor.
    ……
    My precise need is to remove/hide the “Add image” picto in the TinyMCE Editor.

    Do you mean the “Add Media” button above the toolbar? If yes, it is not part of the TinyMCE editor, it is a functionality in WordPress. The button is added with the media_buttons action, can be removed by removing the callback. Alternatively can be hidden with some CSS.

    I have been hunting for a solution to this very thing and it’s not too clear that they are not part of the TinyMCE plugin… 🙂

    However, if you need the answer and some code, here it is on StackExchange

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove “Add Image” button’ is closed to new replies.