Title: TheMadcore's Replies | WordPress.org

---

# TheMadcore

  [  ](https://wordpress.org/support/users/themadcore/)

 *   [Profile](https://wordpress.org/support/users/themadcore/)
 *   [Topics Started](https://wordpress.org/support/users/themadcore/topics/)
 *   [Replies Created](https://wordpress.org/support/users/themadcore/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/themadcore/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/themadcore/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/themadcore/engagements/)
 *   [Favorites](https://wordpress.org/support/users/themadcore/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Block editor stops loading custom styles](https://wordpress.org/support/topic/block-editor-stops-loading-custom-styles/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/block-editor-stops-loading-custom-styles/#post-13533241)
 * I reply myself.
 * The problem was an css import from Google Fonts. Embedding two families broke
   the block editor style loading. Removing those two families, the block editor
   can load the custom style again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fixed subheading field under title field](https://wordpress.org/support/topic/fixed-subheading-field-under-title-field/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/fixed-subheading-field-under-title-field/#post-12881428)
 * Thanks for the reply [@sterndata](https://wordpress.org/support/users/sterndata/).
 * I wanted to do that in other way, avoiding ACF for that. The way ACF handle field
   blocks breaks the workflow I’m trying to build, and that’s why I asked is there
   a way to do that in a more native way.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] GDPR – Still need check box to opt in for Cookies!](https://wordpress.org/support/topic/gdpr-still-need-check-box-to-opt-in-for-cookies/)
 *  [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/gdpr-still-need-check-box-to-opt-in-for-cookies/#post-10327929)
 * The WPDiscuz comment form builder have an acceptance field you need to put on
   it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Problem after update](https://wordpress.org/support/topic/problem-after-update-43/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-after-update-43/#post-10323305)
 * Sorry. My bad. I didn’t remember I modified it, and got very nervous with the
   error and didn’t read it full. Thanks for pointing it, and again sorry for bother
   you with this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Ads – Ad Manager & AdSense] Site crash after update to 1.7.0.1](https://wordpress.org/support/topic/site-crash-after-update-to-1701/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/site-crash-after-update-to-1701/#post-7175505)
 * Thanks for the update. It’s now working without a flaw.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcake (Shortcode UI)] Add TinyMCE to inner-content textarea](https://wordpress.org/support/topic/add-tinymce-to-inner-content-textarea/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-tinymce-to-inner-content-textarea/#post-6711949)
 * I’ve tried something like calling the script on the inner content text area ID
   via enqueue. Like this:
 * `tinymce.init({selector:'#inner-content'});`
 * But can’t make it work.
 * I´ve read the comments in the github thread about this, and saw some interesting
   approachs. Hope can see this implemented in the next updates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TinyMCE Comment Field - WYSIWYG] Option or way to define the height of the editor](https://wordpress.org/support/topic/option-or-way-to-define-the-height-of-the-editor/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/option-or-way-to-define-the-height-of-the-editor/#post-5949291)
 * It works flawless. Thanks a lot!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disqus Conditional Load] Menu and load on scroll option dissapeared](https://wordpress.org/support/topic/menu-and-load-on-scroll-option-dissapeared/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-and-load-on-scroll-option-dissapeared/#post-5467480)
 * Ups!! My bad. I didn´t saw it. Sorry >_<.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Switch theme for non logged in users](https://wordpress.org/support/topic/switch-theme-for-non-logged-in-users/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [12 years ago](https://wordpress.org/support/topic/switch-theme-for-non-logged-in-users/#post-4848862)
 * Thanks for the help. I tried this instead, [http://wordpress.org/plugins/development-theme/](http://wordpress.org/plugins/development-theme/)
   and do the work perfectly on 3.9.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I style the toolbar/admin bar?](https://wordpress.org/support/topic/how-can-i-style-the-toolbaradmin-bar/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-can-i-style-the-toolbaradmin-bar/#post-3093238)
 * Ok, I find the way to get rid of the admin-bar.css using **wp_deregister_style**.
   Now I´m trying to put other css file in place using **wp_register_style**, but
   I don´t know how to make it works the right way.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My image galleries goes screwed up](https://wordpress.org/support/topic/my-image-galleries-goes-screwed-up/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/my-image-galleries-goes-screwed-up/#post-2477602)
 * Anyone knows something about this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My image galleries goes screwed up](https://wordpress.org/support/topic/my-image-galleries-goes-screwed-up/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/my-image-galleries-goes-screwed-up/#post-2477493)
 * Also, when I disable AJAX Thumbnail Rebuild and delete the plugin via ftp, this
   options and functions still exist in the multimedia options. It´s so strange.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error with flash uploader](https://wordpress.org/support/topic/http-error-with-flash-uploader/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/http-error-with-flash-uploader/#post-2271792)
 * Sorry for the late answer, Marventus.
 * The error simply dissapeared after two days. Looks like a server problem.
 * Again, sorry for the late answer, and for bothering you with that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Custom Post Types and Custom Taxonomies to menu.](https://wordpress.org/support/topic/add-custom-post-types-and-custom-taxonomies-to-menu/)
 *  Thread Starter [TheMadcore](https://wordpress.org/support/users/themadcore/)
 * (@themadcore)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/add-custom-post-types-and-custom-taxonomies-to-menu/#post-2268933)
 * .. and this is the moment when the shame gets all my body and make me feel totally
   stupid.
 * Thanks for the hint. I thinking why not make that before.

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