What is the problem?
]]>I need help. I bought Yoast SEO Premium for wordpress on plugintheme.net, they sent me the plugin, but it is for WordPress 5.6 or higher.
I have 5.5 on my website, I don’t want to upgrade to 5.6 or 5.8 because of my theme. My theme does not support wordpress 5.6 or higher.
Can someone send me the link to download Yoast SEO Premium for wordpress 5.5 working on the latest?
I sent an email to Yoast, and they say they don’t give support for users who bought Yoast in another website not Yoast official. So I do not have email support.
Please, I need help. Yoast SEO Premium working on WordPress 5.5 the latest.
Thank you.
]]>The fix is very simple. Edit the plugin’s main file wp-conditional-captcha.php
…and change line 351 from:
elseif( !is_user_logged_in() && empty( $comment['comment_type'] ) && empty( $_SERVER['HTTP_X_REQUESTED_WITH'] ) && ( !defined( 'XMLRPC_REQUEST' ) || !XMLRPC_REQUEST ) ) {
to:
elseif( !is_user_logged_in() && ( empty( $comment['comment_type'] ) || $comment['comment_type'] == 'comment' ) && empty( $_SERVER['HTTP_X_REQUESTED_WITH'] ) && ( !defined( 'XMLRPC_REQUEST' ) || !XMLRPC_REQUEST ) ) {
Explanation:
The problem was brought on in WordPress 5.5 where the WP team decided to change the default comment_type to be ‘comment’ rather than blank (as it had always been previously).
This broke the plugin, which was testing for an empty comment_type field to check for a standard comment. The result is no comments were being processed after upgrading to WP 5.5 or later.
But it’s a simple one-line change to the code, and I hope the plugin author @solarissmoke incorporates this tweak into the official plugin distribution!
Details:
See the section, “Comments: default comment_type value now enforced”
]]>
And it appears to be related to recent updates in WordPress core.
In Firefox these flash up and then the edit screen loads. In Chrome the Notices remain and the editor doesn’t load.
]]>There has been a critical error on your website. Please check your site admin email inbox for instructions.
I specifically lost my homepage which had a slider and other text. I still have the images in my media, but the homepage no longer functions properly, and some of the service icons and text is missing. (of course I didn’t back it up!)
]]>