CldSwm
Forum Replies Created
-
Any update on this bug? I’m having the same issue since the 1.1 upgrade. If it’s not going to be fixed soon I’d like to downgrade to 1.0 because scheduled posts are an integral part of our site. To downgrade, is there anything I need to do besides deactivate the plugin and then replace the 1.1 folder with the 1.0 folder and then reactivate?
Thanks!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] wp super cache still hitting phpi enabled debugging and saw this on ever post.
18:43:57 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 Output buffer callback
18:43:57 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 No closing html tag. Not caching.
18:43:57 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 wp_cache_shutdown_callback: collecting meta data.
18:43:57 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 Sending ‘Content-Type: text/html; charset=”UTF-8″‘ header.
18:44:45 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 Output buffer callback
18:44:45 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 No closing html tag. Not caching.
18:44:45 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 wp_cache_shutdown_callback: collecting meta data.
18:44:45 /2012/04/03/mr-kate-days-of-ore-jewelry-lookbook/?cf_action=sync_comments&post_id=23910 Sending ‘Content-Type: text/html; charset=”UTF-8″‘ header.I’m using disqus for my comments so these sync messages are obviously coming from that plugin. In disqus you can disable sync which basically means your comments only go to the disqus server and not back to your wordpress installation.
I’m no longer getting those errors. CPU is still pretty high, but now the cache is being recreated so we’ll see if this helps….
Hey Andrew. Thanks for the update, however the pinterest button still doesn’t seem to be working correctly. Before the update to 2.4 everything worked fine. Take a look at this url.. http://www.mrkate.com/2012/01/17/advanced-old-lady-style/
This post had 200+ pins before the update and now the count doesn’t show. All of the other buttons seem to be working fine. Any ideas?
After the upgrade to 2.4.1 my pinterest button still shows up however the count numbers don’t show up anymore. Something is definitely not working correctly with this update.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Scheduled posts not updatingHey Donncha, ironic that you posted this today as I just had to clear my cache because a couple of my published posts that were scheduled posts weren’t showing up.
I Just checked the changelog in the dev zip and don’t see any updates since 1/26/11, but I’m assuming you just didn’t update the changelog with this latest fix? Is there a changelog that specifically states the differences between 0.9.9.9 and this development version? I just want to make sure that putting it into play won’t give me big issues.
And last question, if I have the development version installed will I automatically be notified of future updates in the plugin dashboard?
Thank you I really appreciate it!
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safarijust to clarify, it is my understanding that this is the issue. the plugin is loading an old version of jquery core. the plugin is dependent on this version and won’t work on the version that wordpress automatically includes. therefore de-registering your wp jquery core only for your front-end (using the !is_admin) will work. The only things that won’t work are jquery scripts either in your theme or other plugins that required the latest jquery core.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safarihey thefrink, you can just add this to your functions.php theme and then jquery core will load anytime you are in the admin area.
if ( !is_admin() ) {
wp_deregister_script(‘jquery-ui-core’);
}Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safarijust add this line to your functions.php file in your theme directory.
wp_deregister_script(‘jquery-ui-core’);
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safarihey thefrinck. i was able to get it working by de-registering wordpress’s included jquerey core. the plug-is the culprit. I believe using an outdated version of ui.core
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safarifurthermore commenting it out broke my layout, messed with my divs for some reason…so i ended up putting it back in.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] plugin broken in 3.1 and safariHey Simon, thanks for getting back so quick! I tried your fix to comment out the ui.core.js, but that didn’t change anything unfortunately. Any other ideas?
Thanks!
Joey