katmacau
Forum Replies Created
-
Hello. I thought the issue was solved but now it appears not to be working again. I’ve tried adding in g:size value to my catalogue feed and then set this to “Attribue pa size” drop down and “mm” in my suffix column. But when I run the refresh feed these are not showing as values in the feed. No g:size added. please help.
Thanks. I mapped the size attribute to it now. Surprising that it accepted it without that a few months back.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Abandon carts added to que but stopped sendingThanks. We ended up disabling abandon cart as it would not work.
I see now. If I use the standard
wp_get_attachment_image($image_id,'medium')wordpress function it will actually add in the picture tag and webp format.I will switch my layout to use the images as picture tags that site under content instead of css backgrounds.
Thanks Marko.
Thanks. So you cannot get the url or of the webp version of the file using any of the get image related wordpress functions?
Do you mind please explain how I would use the picture tag to display a posts featured image on the page?
Thanks Marko
In my instance I am getting the image URL and adding as a css background image and not an image on the page. For example:
`
$post_id = get_the_ID();
if( has_post_thumbnail( $post_id ) ) {
$thumb_url = wp_get_attachment_image_src(get_post_thumbnail_id( $post_id ), ‘large’);
$thumb_url = $thumb_url[0];
?>
<div class=”single-hero-image” style=”background-image:url(<?php echo “$thumb_ur”; ?>Text…</div>
<?php
} ?>However, instead of getting the webp file, I get https://mysite.com.au/wp-content/uploads/myimage-1100×825.jpg.
Thanks
Thank you. I will wait for the Jquery patch.
My mistake – all the categories are there. I did not realise the client had removed many of the categories so there was actual a correct match. Thanks for the prompt response!
Thanks.
Not using anything special for categories. I am doing the mapping to an existing feed by coming back and editing the category feed. Does that make a difference?
I also noticed when you type the category that the ajax style reponse appears at the top of the page and not near the box you are typing in. Perhaps a JS issue?
Hi Web Toffee
It was the Woocommerce owned one – https://woocommerce.com/products/woocommerce-paypal-payments/. We also had some other issues with that plugin and it not sending payment details from PayPal back to woo on sites with and without your order id plugin. So we are not going to use that plugin paypal anymore.
Do you know if your plugin is compatible with this plugin: https://www.angelleye.com/product/woocommerce-paypal-plugin/
Thanks
Forum: Plugins
In reply to: [Sequential Order Number for WooCommerce] PayPal Invoice IDI too noticed this issue. Following post to see if an update happens. Would also like it if Paypal referenced the ‘sequential’ order number and not the order id.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Abandon carts added to que but stopped sendingHi mailchimp – any support on this one?
Forum: Plugins
In reply to: [WooCommerce] Thumbnail image not resizingThank you. I installed storefront and initially the same size issue. But after switching back to my theme it resolved the issue. I think the issue was related to the theme object caching. The 170 size was actually a setting from before we migrated the site. The switch around seemed to flush things out. Thanks.
Thank you. Contact message sent.
Excellent. Thanks for that! Will give it a try.
Yes, aware of that. Kept a local copy of my changes to can replace again on an ithemes update if needed.