paddydoran
Forum Replies Created
-
@adirkuhn thank you very much, that works for me!
I also got the 2.0.3 update for both my sites and the problem is still there. I enabled the plugin after the update and the credit card processing becomes blank on one site and some images and functionality don’t work on the other site. Disabled the plugin and manually put the analytics code in with snippets.
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Unable to delete powered by Mobile MonkeyHi, I have a similar problem where mine comes up 5 times and I created a post yesterday and been in touch with support. But I’ve removed the plugin now and I have that issue where it’s still there.
Forum: Plugins
In reply to: [Yoast SEO] Invalid value in field “priceSpecification” (in “offers”)Hi @xanhazza7 and @jeroenrotty
This worked for me, because price is showing twice and that conflicts with the schema, this function removes the price specification and keeps the rest of the information. Google console is now validating my fix.
function wc_remove_some_structured_data( $markup ) { unset($markup['offers'][0]['priceSpecification']); // price removed without stock info return $markup; } add_filter( 'woocommerce_structured_data_product', 'wc_remove_some_structured_data' );
Forum: Plugins
In reply to: [Yoast SEO] Invalid value in field “priceSpecification” (in “offers”)Hi,
I’m getting the exact same message on nearly all my products. It highlights this line for me
{“price”:”1.99″,”priceCurrency”:”GBP”,”valueAddedTaxIncluded”:”false”}this is an example page:
https://search.google.com/test/rich-results/result/r%2Fmerchant-listings?id=ycVtSfriZwjJzTNtl4QnngWhat is your website and I can see if there’s anything in common?
Cheers,
Paddy