TheMadcore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block editor stops loading custom stylesI 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
In reply to: Fixed subheading field under title fieldThanks for the reply @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
In reply to: [Comments - wpDiscuz] GDPR – Still need check box to opt in for Cookies!The WPDiscuz comment form builder have an acceptance field you need to put on it
Forum: Plugins
In reply to: [Comments - wpDiscuz] Problem after updateSorry. 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
In reply to: [Advanced Ads – Ad Manager & AdSense] Site crash after update to 1.7.0.1Thanks for the update. It’s now working without a flaw.
Forum: Plugins
In reply to: [Shortcake (Shortcode UI)] Add TinyMCE to inner-content textareaI’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.
It works flawless. Thanks a lot!!!
Forum: Plugins
In reply to: [Disqus Conditional Load] Menu and load on scroll option dissapearedUps!! My bad. I didn´t saw it. Sorry >_<.
Forum: Fixing WordPress
In reply to: Switch theme for non logged in usersThanks for the help. I tried this instead, http://wordpress.org/plugins/development-theme/ and do the work perfectly on 3.9.
Forum: Fixing WordPress
In reply to: How can I style the toolbar/admin bar?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
In reply to: My image galleries goes screwed upAnyone knows something about this?
Forum: Fixing WordPress
In reply to: My image galleries goes screwed upAlso, 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
In reply to: HTTP Error with flash uploaderSorry 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
In reply to: Add Custom Post Types and Custom Taxonomies to menu... 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.