Title: shortcode button not displaying
Last modified: August 21, 2016

---

# shortcode button not displaying

 *  Resolved [heliumz](https://wordpress.org/support/users/heliumz/)
 * (@heliumz)
 * [12 years ago](https://wordpress.org/support/topic/shortcode-button-not-displaying/)
 * hai, I’m upgrade wordpress to version 3.9 then button shortcode on texteditor
   dissapear. thank you
 * [https://wordpress.org/plugins/ig-pagebuilder/](https://wordpress.org/plugins/ig-pagebuilder/)

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

 *  [sangbui](https://wordpress.org/support/users/sangbui/)
 * (@sangbui)
 * [12 years ago](https://wordpress.org/support/topic/shortcode-button-not-displaying/#post-4836797)
 * Hi heliumz,
 * Please update the latest IG Page Builder (version 2.2.0), in this version we 
   fixed some bug and your issue will be working with “Add Page Element” button (
   more details with screenshot)
    Screenshot: [http://goo.gl/4T1kyD](http://goo.gl/4T1kyD)
 * Thanks,
    InnoGears Support Team.
 *  Thread Starter [heliumz](https://wordpress.org/support/users/heliumz/)
 * (@heliumz)
 * [12 years ago](https://wordpress.org/support/topic/shortcode-button-not-displaying/#post-4836806)
 * why don’t use code
 *     ```
       // creates the plugin
               tinymce.create('tinymce.plugins.ig_pb', {
                   init : function(editor, controlManager) {
   
       				editor.addButton('ig_pb_button', {
       					title : Ig_Translate.inno_shortcode, // title of the button
       					image : Ig_Translate.inno_icon,  // path to the button's image
       					onclick: function() {
       						// triggers the thickbox
       						tb_show( Ig_Translate.inno_shortcode, '#TB_inline?width=' + 100 + '&height=' + 100 + '&inlineId=ig_pb-form' );
       						// custom style
       						$('#TB_window').css({'overflow-y' : 'auto', 'overflow-x' : 'hidden', 'height' : parseInt(jQuery(window).height()*0.9 - 3) + 'px'});
       						$('#TB_ajaxContent').css({'width' : '95%', 'height' : '90%'});
       					}
       				});
   
                   }
               });
   
               // registers the plugin. DON'T MISS THIS STEP!!!
               tinymce.PluginManager.add('ig_pb', tinymce.plugins.ig_pb);
       ```
   
 *     ```
       function filter_mce_plugin( $plugins ) {
       		if ( floatval(get_bloginfo('version')) >= 3.9){
       			$plugins['ig_pb'] = IG_Pb_Helper_Functions::path( 'assets/innogears' ) . '/js/tinymce_latest.js';
       		} else {
       			$plugins['ig_pb'] = IG_Pb_Helper_Functions::path( 'assets/innogears' ) . '/js/tinymce.js';
       		}
       		return $plugins;
       	}
       ```
   
 * I think really nice if use button from tinymce.
 *  [sangbui](https://wordpress.org/support/users/sangbui/)
 * (@sangbui)
 * [12 years ago](https://wordpress.org/support/topic/shortcode-button-not-displaying/#post-4836827)
 * Dear heliumz,
 * Thanks for your suggestion, I will report your suggestion to our developer.
 * Thanks,
    InnoGears Support Team.

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

The topic ‘shortcode button not displaying’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ig-pagebuilder.svg)
 * [IG PageBuilder](https://wordpress.org/plugins/ig-pagebuilder/)
 * [Support Threads](https://wordpress.org/support/plugin/ig-pagebuilder/)
 * [Active Topics](https://wordpress.org/support/plugin/ig-pagebuilder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ig-pagebuilder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ig-pagebuilder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [sangbui](https://wordpress.org/support/users/sangbui/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/shortcode-button-not-displaying/#post-4836827)
 * Status: resolved