ladipos
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Payment Gateway of Stripe for WooCommerce] Urgent: New OAuth not workingExpired API Key provided: rk_live_*04ab2p. Platform access may have been revoked.
I have seen the above error message on websites with the “Stripe Payment Plugin for WooCommerce” plugin in 4.0.3 and unfortunately I still see it after updating to version 4.0.4. 🙁
Thank you for your help
functional solution:
// remove rich snippets for a particular page function remove_gp_schema_type() { if ( is_page(12) ){ add_filter( 'generate_schema_type', '__return_false' ); } } add_action('wp_head', 'remove_gp_schema_type');- This reply was modified 6 years, 2 months ago by ladipos.
I’m sorry for the mistake.
Rich snippets was not added by the elementor but by the template generatepress.Hello,
I am using my rich snippets “Product”.
Rich snippets “CreativeWork” is not compatible with “Product”.
How to disable in Elementor rich snippets “CreativeWork” or all rich snippets?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)