Updating wordpress, my custom button on tinymce editor disappeared


User 3391056

It works fine when I use wordpress 3.8. However, when I updated it to version 3.9, the custom buttons I created on the tinymce editor disappeared. Does anyone know how to fix it? Please?

Ben May

WordPress 3.9 is now using TinyMCE 4.0 and they did a big upgrade. Maybe your old buttons are not compatible and need some refactoring.

See: http://make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/ as a starting point

Related


tinyMCE editor not updating on the fly

Khan Shahrukh I have an HTML form with tinyMCE editor, in the form there is an image upload option with a button, clicking the button will send the file to ajax, then post the value to the controller and upload the image, I keep Good, until here everything wor

tinyMCE editor not updating on the fly

Khan Shahrukh I have an HTML form with tinyMCE editor, in the form there is an image upload option with a button, clicking the button will send the file to ajax, then post the value to the controller and upload the image, I keep Good, until here everything wor

Add custom text color WordPress 3.9 TinyMCE 4 visual editor

iSaumya I have a code snippet that helps me add some custom colors to the visual editor text color dropdown as well as the default color. I am going to paste the code snippet below. function change_mce_options( $init ) { $default_colours = '000000,993300,333

How to Add Custom Shortcode Buttons in TinyMCE Editor WordPress

Harun R Rayhan Hi, I am using the latest version of WordPress. I want to add my shortcode in TinyMCE editor like this image : http://prntscr.com/72ycrs My shortcode is: [my_tabs] [my_tab title = "Tab One Title"]Tab One Content Goes Here[/my_tab] [my_tab title

Add custom text color WordPress 3.9 TinyMCE 4 visual editor

iSaumya I have a code snippet that helps me add some custom colors to the visual editor text color dropdown as well as the default color. I am pasting the code snippet below. function change_mce_options( $init ) { $default_colours = '000000,993300,333300,003

How to Add Custom Shortcode Buttons in TinyMCE Editor WordPress

Harun R Rayhan Hi, I am using the latest version of WordPress. I want to add my shortcode in TinyMCE editor like this image : http://prntscr.com/72ycrs My shortcode is: [my_tabs] [my_tab title = "Tab One Title"]Tab One Content Goes Here[/my_tab] [my_tab title

How to Add Custom Shortcode Buttons in TinyMCE Editor WordPress

Harun R Rayhan Hi, I am using the latest version of WordPress. I want to add my shortcode in TinyMCE editor with an image like this : http://prntscr.com/72ycrs My shortcode is: [my_tabs] [my_tab title = "Tab One Title"]Tab One Content Goes Here[/my_tab] [my_ta

How to Add Custom Shortcode Buttons in TinyMCE Editor WordPress

Harun R Rayhan Hi, I am using the latest version of WordPress. I want to add my shortcode in TinyMCE editor with an image like this : http://prntscr.com/72ycrs My shortcode is: [my_tabs] [my_tab title = "Tab One Title"]Tab One Content Goes Here[/my_tab] [my_ta

Add custom text color WordPress 3.9 TinyMCE 4 visual editor

iSaumya I have a code snippet that helps me add some custom colors to the visual editor text color dropdown as well as the default color. I am pasting the code snippet below. function change_mce_options( $init ) { $default_colours = '000000,993300,333300,003

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

tinyMCE custom plugin for WordPress

mark I'm just getting into plugin development for Wordpress. Now I have a function that I pass as a filter to "tiny_mce_before_init" with specific variables to change buttons, add custom styles and other things like that. I'm building an "options page" and I w

TinyMCE VUE custom button

Gleb Access I can't add a custom button with other toolbars This code works tinyMCE.init({ selector: '#d1', toolbar:'customButton', setup(editor) { editor.addButton('customButton', { text: 'My button', icon: false, onclick() {

TinyMCE Custom Button VUE

Gleb access I can't add custom buttons with other toolbars this code works tinyMCE.init({ selector: '#d1', toolbar:'customButton', setup(editor) { editor.addButton('customButton', { text: 'My button', icon: false, onclick() {

Wordpress 4.1 TinyMce Button Plugin

Rexspi I'm trying to add a button on tinymce editor in wordpress WordPress version: 4.1 I followed this tutorial : http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182 But it doesn't work. I've at least googled the a

Wordpress 4.1 TinyMce Button Plugin

Rexspi I am trying to add a button to the tinymce editor in wordpress WordPress version: 4.1 I followed this tutorial : http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182 But it doesn't work. I've at least googled

Wordpress 4.1 TinyMce Button Plugin

Rexspi I'm trying to add a button on tinymce editor in wordpress WordPress version: 4.1 I followed this tutorial : http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182 But it doesn't work. I've at least googled the a

Wordpress 4.1 TinyMce Button Plugin

Rexspi I am trying to add a button to the tinymce editor in wordpress WordPress version: 4.1 I followed this tutorial : http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182 But it doesn't work. I've at least googled

Wordpress 4.1 TinyMce Button Plugin

Rexspi I'm trying to add a button on tinymce editor in wordpress WordPress version: 4.1 I followed this tutorial : http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182 But it doesn't work. I've at least googled the a

Add Custom Buttons to TinyMCE in WordPress

John Smith I want to add a new button with a popup to TinyMCE. But I never see the button. I may be doing something wrong with this modification. How can I insert a new button on that TinyMCE code? I have this TinyMCE code to display in Wordpress frontend: