Kristof
Forum Replies Created
-
Forum: Reviews
In reply to: [Security Optimizer - The All-In-One Protection Plugin] AnnoyingI appreciate the info. From a UX standpoint, leaving the checkbox empty and clicking Confirm button doesn’t clearly communicate “no’. May I suggest placing the Confirm button next to the checkbox, add a “No thanks” link and something like, “Selecting either option will prevent further pop-up messages”.
That would be great. I’m down to help.
Forum: Reviews
In reply to: [Maspik - Ultimate Spam Protection] Didn’t workI didn’t see that – which would explain why it didn’t work. But we MUST band together to destroy “Eric Jones” Lol.
Please add functionality to work with GravityForms.
Forum: Plugins
In reply to: [Widget Logic] Plugin causing 504 gateway errorI’ll backup the site then try switching themes. If settings are lost, I can restore from the backup. I’ll follow up with results later. Thanks.
Forum: Plugins
In reply to: [Widget Logic] Plugin causing 504 gateway errorThanks for the reply. The homepage is working because I deactivated the plugin.
I deactivated all plugins. Activated them one at a time and WL is the only one that appears to be causing the issue. Of course, I could be missing something. And considering there’s no WL logic used on the homepage, it’s even stranger.
Thoughts?
Awesome. Thanks for the feedback.
Love your plugin!
Support from Yoast SEO plugin has provided the following information;
“Unfortunately, there’s really not much we can do if it’s a plugin conflict. We regularly update our plugins for continuous improvement and bug fixes but we just can’t have our plugin work with all other plugins out there. Our usual suggestion with plugin conflicts is to contact the developer of the other plugin and have them work with our developers directly through this GitHub repository: https://github.com/Yoast/wordpress-seo to find a solution that won’t conflict.”
Forum: Fixing WordPress
In reply to: Since WordPress 4 Upgrade Slow Loading SiteI’m having same issue.
Forum: Plugins
In reply to: [Subtitles] Remove H1Think that did it. And thanks for being proactive with the function code – was just about to ask.
Forum: Plugins
In reply to: [Subtitles] Remove H1Doing both doesn’t seem to work.
If I activate plugin and add subtitle, it displays inline with H1 (as it’s default setup).
Once I disabled automatic subtitles AND added template tag, it displayed just as I wanted. Problem is that subtitle box no longer available to add subtitles for other pages/posts. Looks like I’d have to add subtitles to every page and post, then go back and disable it with the function.
Guessing I’m missing something because that seems way too complicated?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Will not activateThanks amommy – just ran into the same situation – deactivating WPMU No Nag resolved it.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] want to selectively show author boxFound a work around.
Add this to functions file
add_filter( 'body_class', 'my_neat_body_class'); function my_neat_body_class( $classes ) { if ( is_page(162) || in_category(array(57,349,266)) || is_tag('neat') ) $classes[] = 'hide-author-box'; return $classes; }Then add this to CSS
body.hide-author-box .ts-fab-wrapper { display: none; }Thanks @astrasuite. I was having same issue – page was loading but stylesheet wasn’t.
In addition to the stylesheet for WordPress SEO plugin 1.4.24, I also copied the stylesheet “xml-video-sitemap.xsl” for the Video SEO plugin to the home folder (and dropped the ‘xml-‘). Sitemaps are styled as they should be now.
So there are now two stylesheet files in my home folder;
main-sitemap.xsl
video-sitemap.xslForum: Plugins
In reply to: [BruteProtect] How to get new API KeyThanks for the reply. How do I get a new key for each site? As I’ve already entered a key, the link to get a key is missing? Thanks.
Forum: Plugins
In reply to: [jQuery Colorbox] Cannot get images to open in colorboxHi – Suddenly having same issue. Colorbox class is attached to image but not popping up.
Sample
http://www.dojoupdate.com/karate-blog/black-belt-promotions/black-belt-graduation-october-2009/Tried deactivating plugins but still no go. Can you take a quick look to see what I must be obviously missing? Thanks.
Using WP 3.5.2