Can I make this message a pop-up notice?
Kind regards,
]]>Yoast SEO Version 14.4.1
and Jetpack Version 8.6.1
I have developed a indexing problem that keeps re-occurring.
Google Search Console keeps trying to index urls with:
?share=reddit&nb=1
?share=twitter&nb=1
?share=facebook&nb=1
See Screenshot of actual errors https://cldup.com/VznXT7YFiO.png
At the end of them.
This Suffix is reference to the sharing feature in Jetpack.
So I don’t know why Search Console is showing errors on 17 urls that are only including sharing suffix’s but the question for you jetpack folk is what would be causing it? as the url without the Suffix are properly indexed and in our sitemap.
As seen in this screenshot:
https://cldup.com/n8gkRc-32k.png
the plugin worked wonderfully.
Now I have replaced the API key with a new one because I changed the account.
The connection test says everything is fine.
When I create a meeting – or update an existing meeting – the error “Zoom Error: Validation Failed.” displayed.
Have I missed somewhere to enter a PW?
Thanks!
Debug log shows:
object (stdClass) # 11318 (3) {
[“code”] =>
int (300)
[“message”] =>
string (18) “Validation Failed.”
[“errors”] =>
array (1) {
[0] =>
object (stdClass) # 11310 (2) {
[“field”] =>
string (8) “password”
[“message”] =>
string (304) “Password provided does not match the password requirement settings set for this account. The password must follow these rules: [Password must have a minimum length of 10 characters., Password must contain at least 1 letter (a, b, c …)., Password must contain at least 1 special character (!, @, # …).]. ”
}
}
}
I discovered that if title/description of videos contains quotation marks, it may break the generated itemprop html code. This might only occur in certain plugin combinations, most probably when some of them is trying to optimize HTML structure. I saw you already apply esc_attr
to the retrieved youtube data so I assume that should be safe corresponding to the WordPress KB database.
However, here is a quick workaround if someone else has a small number of videos not passing Google’s validation steps whilst the majority is working. Please add the following to your theme’s functions.php, which removes html-encoded quotes from all tags.
/* remove encoded quotes at all */
function afe_fix_lyte_quote_hanlding($tmpl, $type) {
return str_replace('"', "", $tmpl );
}
add_filter('lyte_match_postparse_template', 'afe_fix_lyte_quote_hanlding', 10, 2);
Cheers,
Matthieu
]]>Can you help?
I am getting a “Error! Nonce Security Check Failed!” using “WP Simple Paypal Shopping cart” in another plugin called “TablePress” https://www.ads-software.com/plugins/tablepress/.
And with “Disable Nonce Check for Add to Cart” checked I get “Error! The shipping price validation failed.”
If I take the item out of the table “Buy Now Button” and just put it on a test page “no table” it works fine.
This problem did not exist using Version 4.1.7. It started when I updated to Version 4.2.2.
Thank you,
Bob-
https://www.ads-software.com/plugins/wordpress-simple-paypal-shopping-cart/
]]>I entered
AWS Public Key and
AWS Private Key
AWS Keys Validated fails
with the message below.
AWS Request Failed, please check keys – Error Message: Your AccessKey Id is not registered for Product Advertising API. Please use the AccessKey Id obtained after registering at https://affiliate-program.amazon.co.uk/gp/flex/advertising/api/sign-in.html
I read your reply to similar questions.
I am not able to validate with information available.
I would appreciate if you kindly assist me in resolving the validation issue.
Thanking you in advance.
Dr. Ashok Koparday
https://www.ads-software.com/plugins/amazon-link/
]]>[07/21/2015 2:13 PM] – SUCCESS :Item Quantity: 1
[07/21/2015 2:13 PM] – SUCCESS :Item Total: 3.00
[07/21/2015 2:13 PM] – SUCCESS :Item Currency: EUR
[07/21/2015 2:13 PM] – SUCCESS :custom values
[07/21/2015 2:13 PM] – SUCCESS :
Array
(
[wp_cart_id] => 173
[ip] => 79.251.28.103
)
[07/21/2015 2:13 PM] – SUCCESS :Order post id: 173
[07/21/2015 2:13 PM] – FAILURE :Error! Post payment price validation failed. The price amount may have been altered. This transaction will not be processed.
[07/21/2015 2:13 PM] – FAILURE :Original total price: 2. Paid total price: 3
[07/21/2015 2:13 PM] – FAILURE :IPN product validation failed.
[07/21/2015 2:13 PM] – SUCCESS :Paypal class finished.
In my case this check causes the error (wordpress-simple-paypal-shopping-cart/paypal.php ):
// if($orig_individual_item_total < $individual_paid_item_total){
// $this->debug_log(‘Error! Post payment price validation failed. The price amount may have been altered. This transaction will not be processed.’, false);
// $this->debug_log(‘Original total price: ‘ . $orig_individual_item_total . ‘. Paid total price: ‘.$individual_paid_item_total, false);
// return;
// }
//*** End of security check ***
When I commented out the security check it works again in my case
]]>