cogdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Customizer Social Icons] Customer Won’t Load With this PluginHello? Hello? Waving arms at the developer of this plugin? It breaks the Customizer?
Bueller? Bueller?
Forum: Plugins
In reply to: [Customizer Social Icons] Customer Won’t Load With this PluginErr, typo in title should be “Customizer”, but still, this plugin breaks my site. Please help.
Forum: Plugins
In reply to: [WP-Sweep] How long does it take to run?I bumped my max execution time to 300s but still not seeing completion for 177k duplicate term meta and 240k orphaned comment meta, do I need more?
Oh well never mind, the comment showed up an hour later.
Thanks, but they never go to the site at all; they vanish after clicking submit. Totally annihilated,
This is not my site, it belongs to a friend. But I experience this on multiple WP sites that use the Jetpack option to login with social media accounts
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updateThanks for the update @radgeek — I cannot seem to reproduce the errors again (using the fix by @danyork).
My copy of FWP–Sic–EM was out of date, and it seems to be fine with the updated one. The error on FWP-Add-Attribution was after I had disabled FWP–Add-Attribution (error for call to is_syndicated() function). I am continuing to test on a few other non critical sites.
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updateNow this fix by @garymarkfuller having some negative effects…
It generates a fatal error on the other plugin from the FeedWordPress I use for getting images from feeds https://github.com/radgeek/FWP—SIC–Em and the FWP Add Attribution plugin https://github.com/radgeek/FWP—Add-Attribution fails fatally to looking for the is_synidicated() function
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updatescroll up 5 messages to suggestion by @garymarkfuller
Forum: Plugins
In reply to: [FeedWordPress] BROKEN with the WordPress 4.7 updateThank you too garymarkfuller – the error was showing on the public page of one of my sites as well, and thus panic emails. The fix cleaned it and am not seeing any implications yet for that.
Thanks DanYork for submitting an issue; the developer is less than spotty, but he did pick up some commits and issues a few months ago
Forum: Plugins
In reply to: [WP-PostRatings] Custom StarsThis works perfectly. I have an educational project where professors are sharing reports of their projects; we added a rating (for the sake of fun) of 1-5 tacos 😉
Forum: Plugins
In reply to: [Default Featured Image] Featured image for one categoryThanks for this! I was looking for a way to have the default image not used on the post types created by the time.ly calendar plugin- a mod of the code above works to use DFI only on posts:
function dfi_posttype_that ( $dfi_id, $post_id ) { $post = get_post($post_id); if ( 'post' === $post->post_type ) { return $dfi_id; // the image set in the media settings } return 0; // don't show the default featured image on other posttyes } add_filter( 'dfi_thumbnail_id', 'dfi_posttype_that', 10, 2 );Forum: Plugins
In reply to: [Easy Theme and Plugin Upgrades] error: The destination folder already existsWhew, I was tearing my hair out because this plugin worked well before. The dev plugin fixed my site (a project where the tight fisted server admins refuse to give me sftp access)
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] Image Defined in Meta Tags, Facebook Not UsingI found out how, at least for me, to fix this. Facebook caches the information about URLs, and updates on their own time frame (I was adding for an existing page, for new posts you will not have a problem).
I was able to use this FB tool to force a refresh of their cache
https://developers.facebook.com/tools/debug/and now my images are showing (though in the meantime I had tried another plugin)
Forum: Plugins
In reply to: [Thumb Fixer for Social Media] Warning even on perfect imageI had the same error. Reports the image size as 1200 x 630 and then tells me it isn’t. Ignoring for now.
Forum: Fixing WordPress
In reply to: RSS Feed pubdates not adjusted for timezoneYeah, I get that. But a post published on my site at 5:00am EST is 10:00am UTC – the feed says it is 5:00am UTC – the pubdate values are not being adjusted to UTC.