phj123
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueThe question is quite easy:
224X224 crop
504
1134Those sizes I used before and I need to still use them after the update.
How can I get the image settings back the way they were and tell woocommerce to use the:
shop_thumbnail
shop_catalog
shop_singleInstead of:
woocommerce_thumbnail
woocommerce_thumbnail 2x
woocommerce_singleForum: Plugins
In reply to: [WooCommerce] 3.3 image issueForum: Plugins
In reply to: [WooCommerce] 3.3 image issueYes and now tell me how I can bring back the thumbnails with a crop! And also how I disable the by woocommerce 3.3 forced catalog retina image? Because Iām already useing retina, what a mess this update is!!!! I need a update proof solution….
- This reply was modified 8 years, 5 months ago by phj123.
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueSo tell me how do I accomplish to have things setup the way the are in 3.1.
So if there is a single shop image and a catalog image, tell me where did the thumbnail go?
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueDo you even understand my request and the situation?
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueActually for everyone this is a downgrade to be forced to have a cropped catalog image if they want a cropped thumbnail!!!
Can you explain how to get the old image settings back within 3.3???Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueFor a advanced shop like this, with all the functionality woocommerce tries to bring with 3.3 already implemented, but way better, tis is only a big downgrade. The biggest downgraded is that if you want to crop the thumbnails you have to crop the shop catalog image. I need to know how I can fix this issue otherwise Iām forced to downgrade š
- This reply was modified 8 years, 5 months ago by phj123.
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueIn the old situation I have my thumbnails cropped at 224px – my shop catalog image NOTcropped at 506px and my product image NOTcropped at 1134px. I generated retina images of all the images and let picturefill.js bring the right image to the right screen size. Now even my thumbnail are loaded with the full 2048PX image……..
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issueYes and what about the shop catalog image?
If I set the thumbnail to crop I get also a cropped shop catalog image. Please tell me how I can hook the old image setup back to woocomForum: Plugins
In reply to: [WooCommerce] 3.3 image issueWith this code in my function.php ‘m trying to resolve the issue and get back the old shop image sizes, but this doesn’t work though… at the moment the large main images jpg files are loading on the thumbnails catalog and singe image fields..
Forum: Plugins
In reply to: [WooCommerce] 3.3 image issue/**
* Change Image.
*/
function customize_image_sizes($sizes) {
unset( $sizes[‘thumbnail’]);
unset( $sizes[‘medium’]);
unset( $sizes[‘medium_large’]);
unset( $sizes[‘large’]);
unset( $sizes[‘wysija-newsletters-max’]);
unset( $sizes[‘woocommerce_thumbnail’]);
unset( $sizes[‘woocommerce_single’]);
unset( $sizes[‘woocommerce_thumbnail_2x’]);
return $sizes;
}
add_filter(‘intermediate_image_sizes_advanced’, ‘customize_image_sizes’);
add_image_size(‘responsive_small_medium’, 336, 336, false );
add_image_size(‘responsive_medium_large’, 756, 756, false );
add_image_size(‘shop_thumbnail’, 224, 224, true );
add_image_size(‘shop_catalog’, 504, 504, false );
add_image_size(‘shop_single’, 1134, 1134, false );Great, I will donate when WPML support is ready this would be a great update can’t wait till it arrives.
Some other problem I would like to point out to you is that I’m still on version 1.98 of your plugin because when I update your plugin isn’t compatible with the: WooCommerce Add GTIN: UPC, EAN, and ISBN – Door Scott Bolinger, plugin.
Could you maybe look into this because without GTIN codes products will not get accepted anymore in google shopping, so it is quite important and it was working together flawlessly before?
- This reply was modified 8 years, 5 months ago by phj123.
Hallo Hollander š
Would really love to see WPML support, in what timeframe can we expect the WPML update.
&Is it possible to donate..?
Forum: Reviews
In reply to: [Optimus - WordPress Image Optimizer] Optimus & Keycdn Worst on the marketNot my e-mail address,
+1 for spam control..Forum: Reviews
In reply to: [Optimus - WordPress Image Optimizer] Optimus & Keycdn Worst on the marketThe 5 stars should be 0 or 1 star, just adapted this thanks for pointing this out.
Yes i tested every plugin and for me shortpixel is the winner for sure.
Because i was going WebP on my site i compared both shortpixel and a optimus payed license.
After a few hours i did regret paying for optimus as it just does a terrible job.
They refuse to reply when i requested a refund i did send my mail to: hello@keycdn.comWanna test things out yourself? Just run a picture true optimus and after that try for instance TinyPNG, & you get the picture š