Forum Replies Created

Viewing 15 replies - 31 through 45 (of 51 total)
  • Thread Starter phj123

    (@phj123)

    The question is quite easy:

    224X224 crop
    504
    1134

    Those 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_single

    Instead of:

    woocommerce_thumbnail
    woocommerce_thumbnail 2x
    woocommerce_single

    Thread Starter phj123

    (@phj123)

    The old image settings are not still there if I give in 0 and 0 value in the customize page to disable the new image options….

    • This reply was modified 8 years, 5 months ago by phj123.
    • This reply was modified 8 years, 5 months ago by phj123.
    Thread Starter phj123

    (@phj123)

    Yes 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.
    Thread Starter phj123

    (@phj123)

    So 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?

    Thread Starter phj123

    (@phj123)

    Do you even understand my request and the situation?

    Thread Starter phj123

    (@phj123)

    Actually 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???

    Thread Starter phj123

    (@phj123)

    For 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.
    Thread Starter phj123

    (@phj123)

    In 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……..

    Thread Starter phj123

    (@phj123)

    Yes 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 woocom

    Thread Starter phj123

    (@phj123)

    With 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..

    Thread Starter phj123

    (@phj123)

    /**
    * 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..?

    Thread Starter phj123

    (@phj123)

    Not my e-mail address,
    +1 for spam control..

    Thread Starter phj123

    (@phj123)

    The 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.com

    Wanna test things out yourself? Just run a picture true optimus and after that try for instance TinyPNG, & you get the picture šŸ˜‰

Viewing 15 replies - 31 through 45 (of 51 total)