avishaiw
Forum Replies Created
-
Sounds great, let me know if I can help somehow ??
Hey Alex,
Thanks so much for that tip. That looks great for a standard WordPress install where all the media are in the
wp-content/uploads
directory, but we use S3 (and the Offload S3 Lite pluign) to manage our media on S3.Is there a way to bootstrap the WordPress codebase using
wp cli
to do something likewp media shortpixel {id1, id2, id3, etc}
orwp media bulk-shortpixel
.That would be fantastic for power users ??
- This reply was modified 7 years, 2 months ago by avishaiw.
Awesome, thanks ??
Forum: Plugins
In reply to: [WooCommerce] Show shipping class cost on product page@mikejolley any idea how to do this? Either by letting the customer select a specific shipping method, or to pick one by default in order to show the rate on the product page?
Thanks!
I was having a similar problem, and it turns out that the payment form wouldn’t work if it was located outside of the order review block.
Make sure that your theme’s
functions.php
file doesn’t move the payment form with something like:remove_action( 'woocommerce_checkout_order_review', 'woocommerce_checkout_payment', 20 ); add_action( 'woocommerce_after_order_notes', 'woocommerce_checkout_payment', 20 );
- This reply was modified 7 years, 10 months ago by avishaiw.
Forum: Plugins
In reply to: [WooCommerce] Product Catalog Images BlurryI resolved this by setting my thumbnail sizes to 2x what they are coded for in the HTML — turns out it was a problem because I am on a retina screen…
Forum: Plugins
In reply to: [WP Menu Cart] Remove "WP Menu Cart" from caching with WP Super Cache@ngrudev Have you found a solution to this yet?
Do the retina sizes get regenerated using the
Regenerate Thumbnails
plugin?Forum: Plugins
In reply to: [WooCommerce] Display shipping costs by cart packagesInteresting… We are using the standard WC 2.6+ shipping methods, and the customer can enter in their zip code to get a shipping estimate:
Would it work in the checkout page, then?
Forum: Plugins
In reply to: [WooCommerce] Product Catalog Images BlurryAny update on this? I’ve been having a similar problem.
Any update on this? My resized images are also appearing a little bit muted, without the expected color or sharpness that you get when resizing in Photoshop.
I’m also having this problem. Has anyone figured out how to get around it yet?
Thanks – that worked perfectly!