cpatience
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] admin-ajax.php slow server response timeWe’re also seeing admin-ajax.php affecting the load time of our site. It does appear to be related to Woocommerce, since the load time of admin-ajax.php increased (ranging from 3-10+ seconds) when Woocommerce is active. The issue disappears when Woocommerce is deactivated.
We’ve installed the heartbeat function posted earlier but see no change. Any other ideas?
Forum: Plugins
In reply to: [Yoast SEO] WordPress SEO causes Comments to Not DisplayFigured it out – the comments disappeared because the “Remove the ?replytocom variables.” option under “Permalinks” was selected. I deselected the option and comments appeared again.
We’re experiencing the same issue as well at https://www.makobiscribe.com.
The bit.ly short link is correctly generated when there is no username/api information, but when that information is entered and saved, it does not show the shortlink anymore and uses the long link.
Is there an update/resolution for this issue?
Forum: Fixing WordPress
In reply to: Comment Form Doesn't Display on All PostsI feel silly, I just realized that the older posts were set to have comments automatically close.
This setting can be found under Settings > Discussion from the Dashboard, in case anyone else stumbles across the same question.
Forum: Fixing WordPress
In reply to: Attachment Link Works, Image Link Doesn'tAnother Update:
I suspect this is the cause & solution.
https://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/
Forum: Fixing WordPress
In reply to: Attachment Link Works, Image Link Doesn'tUpdate:
After additional investigation, it looks like it might be something with image resizing.
Works: https://www.pittsburghfrugalmom.com/wp-content/uploads/2012/10/Koala-300×225.jpg
Doesn’t Work: https://www.pittsburghfrugalmom.com/wp-content/uploads/2012/10/Koala.jpg
Any ideas?
Forum: Fixing WordPress
In reply to: Redirects for Changed PermalinksHello – so any redirects would have to be on a post by post basis? One redirect for every post? It seems like there should be a way to create an .htaccess rule that could make it easier. I’ve had to fix broken links caused by permalink changes multiple times before and I’ve never had to redirect thousands of links manually.
Forum: Fixing WordPress
In reply to: Millions of Rows added to wp_postmetaFigured it out – it was from a plug-in (Giveaway Countdown). Had to delete 6 million rows!
Forum: Fixing WordPress
In reply to: Remove first character of all post titles?make sure you add backticks around wp_posts and post_title
Forum: Fixing WordPress
In reply to: Remove first character of all post titles?Just in case anyone needs the answer, access your database via phpMyAdmin and use:
UPDATE
wp_posts
SETpost_title
=
TRIM(LEADING ‘>’ FROMpost_title
);Forum: Fixing WordPress
In reply to: How to get user data foreach after get_userdata deprecated?Figured this out – simply replace the get_userdata line with:
“$user = get_user_meta($bloguser->ID);”
Forum: Fixing WordPress
In reply to: Post Titles show HTML Character CodesYou mean to start typing the encoded character in the post title instead of just shift+7?
Forum: Fixing WordPress
In reply to: Post Titles show HTML Character CodesAlso, it only appears when trying to paste the link in FB or Twitter – the title looks OK on the actual post page.
Forum: Fixing WordPress
In reply to: Post Titles show HTML Character CodesApples & # 8211 ; The Versatile Cooking Fruit and Sweet & # 038 ; Hot Slow Cooker Pork Recipe (minus the spaces)
Forum: Fixing WordPress
In reply to: Post Titles show HTML Character CodesJust realized it converted my sample bad title. It looks like this:
Apples – The Versatile Cooking Fruit and Sweet & Hot Slow Cooker Pork Recipe