davidjbullock
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Possible conflict with MemberiumHi CMB70, I’ve only seen this when Blubrry PowerPress is also installed.
Please hit us up at Memberium support or in our Facebook group for assistance.
– Dave
Forum: Reviews
In reply to: [Rapidology - by LeadPages] Complete Rip off a Premium Elegant Themes Plugin@andryl, The GPL has no such intent. Go back to Richard Stallman’s writings and understand that the GPL has no interest or intent for better code, only for free code that can be shared and altered and reshared without any restriction. There’s zero mention of “better” anywhere except in the context of free vs not free.
I sincerely hope that LeadPages did not remove ET’s copyright notices.. Everything else they’ve done that I’ve seen is well within not only the letter but the spirit of the GPL, even if it is distasteful to many.
I fixed my issue with a quick hack to designwall-shortcodes.php
In the init function I changed line 28 to
if(!is_admin() && ! in_array($GLOBALS[‘pagenow’], array(‘wp-login.php’, ‘wp-register.php’))){
instead of just
if(!is_admin()){
Forum: Fixing WordPress
In reply to: Empty Archives Returning 404Veganista,
Add $wp_query->is_404 = false; to the 2nd part where it pulls the custom post archive. That will de-404 it.
Dave
Forum: Fixing WordPress
In reply to: Empty Archives Returning 404Drew, thanks for doing the heavy lifting.
Here’s my tweak to load the custom archive template. Probably needs some additional love.
<iframe src=”https://pastebin.com/embed_iframe.php?i=9EbfAqrh” style=”border:none;width:100%”></iframe>
Forum: Plugins
In reply to: [WP Multi Network] [Plugin: WP Multi Network] Compatibility with APC-3.1.8I had a similar issue, with WordPress 3.1.2, PHP-5.3.6 the site runs fine on APC-3.1.7, APC-3.1.8 consumes all of my cache, and the site fails with the following error:
Unable to allocate memory for pool.