sergioal
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast snippets do not show on Google Search ResultsI have the same problem, I think it has something to do with the meta robots noodp, Even if you put “none” it still adds noodp. Looks like this has been going for a while and no reply from the developers, I know they are asking to submit bugs through their github page but most people just want to read the solution instead of waiting for a reply. Sorry guys but you’re getting a one star from me.
Forum: Plugins
In reply to: [WCP OpenWeather] Problems with cachingHi,
yeah I tried everything mate. it’s all good now but I had to create a page template and call the plugin shortcode with
do_shortcode
and put adefine('DONOTCACHEPAGE', TRUE);
in the same template.Thanks for your quick response.
Thank you for the update.
Are calls measure on page load/refresh?
Cheers
I think I fixed the problem, the way the add_to_cart_button function was being called didnt match the way woocommerce was laying out the products in the all products page, so in woocommerce.php I changed in line number 323 this:
var productdata = $( this ).parent().find( 'a .gtm4wp_productdata' );
for this:
var productdata = $( this ).closest('li').find( 'a .gtm4wp_productdata' );
It seems to be working fine now, see how we go,
Cheers.
the website is https://www.kymillman.com
now the products added to cart are showing in the data layer as undefined. not sure if its because of the ampersand or another issue.
Thanks Thomas.