• Resolved benjaminzhu

    (@benjaminzhu)


    I purchased that plugin pro version, when I import product to my website, the pictures height is different, How to auto resize it when I import product. Now I had to go Media-click picture-Regenerate Thumbnails each picture, it is hard to use it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @benjaminzhu

    Normally, product-images are automatically recognized and processed if they are uploaded through:

    – the media library interface with the option “When uploading an image, resize it to match your settings.” turned on.
    – the product editing page under the Products menu.
    – the WooCommerce API
    – Dokan vendor dashboard

    Please let me know If you are using another way to upload the images and I’ll be happy to assist you.

    Best,
    Nabil

    Thread Starter benjaminzhu

    (@benjaminzhu)

    Hi,

    Thanks for your help!

    I used plugin “Regenerate Thumbnails”, because I see advise
    Follow these steps to resize images already uploaded to match your settings.

    Navigate to Tools → Regenerate Thumbnails
    Click the Regenerate Thumbnails for All Attachments button to start resizing

    But if I use it, I need to Regenerate Thumbnails for All Attachments every time, it take too much time.

    I don’t understanding what mean :
    – the WooCommerce API
    – Dokan vendor dashboard

    Please help me, thank you

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @benjaminzhu

    The Regenerate Thumbnails is only needed the first time you install the plugin or change some settings to resize already uploaded images. After that, newly uploaded product-images are automatically resized.

    WooCommerce API and Dokan vendor dashboard are different sources from which product images are uploaded. They don’t apply for all users. If you upload images through your media library they should automatically be resized without the need to run the Regenerate Thumbnails every time you add a new image.

    Let me know if you use any other plugin or tool to import your images. You can also share your website URL so I can take a closer look.

    Best,
    Nabil

    Thread Starter benjaminzhu

    (@benjaminzhu)

    Hi,

    I used plugin import product from Amazon or aliexpress, it can’t auto resize pictures.But I can see the pictures in my Media. the product page height is different. So I need to resize it by hands.

    I already turn on “When uploading an image, resize it to match your settings.”

    Waiting for your reply.
    Best regards

    Thread Starter benjaminzhu

    (@benjaminzhu)

    my website URL is https://toyschoose.com

    Thread Starter benjaminzhu

    (@benjaminzhu)

    anyone can help me ?

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    That’s likely Smart Image Resize plugin cannot check whether the imported images by your plugin are product-images. If the plugin is available for download you can send me the link so we can reproduce the issue internally.

    As a workaround, when importing new images, add this code snippet to your child theme functions.php under Appearance menu > Theme Editor or use Code Snippets plugin. This will make the plugin to process images without verifying whether they are product-images or not.

    add_filter('wp_sir_is_attached_to', '__return_true');

    Let me know how it goes.

    Best,
    Nabil

    • This reply was modified 3 years, 8 months ago by Nabil Lemsieh.
    Thread Starter benjaminzhu

    (@benjaminzhu)

    Hi,

    Thanks for your reply.

    That plugin is paid plugin, we can’t download it online.

    But I can send it to you if you give me your email address.

    Anyway, I will use the second way now.

    Best reagrds

    Thread Starter benjaminzhu

    (@benjaminzhu)

    The problem already solved!

    Thank you so much!

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Glad to hear that!

    If you need any further help you can email support[at]sirplugin.com

    I’m making this thread as resolved.

    Best,
    Nabil

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to auto-resize picture?’ is closed to new replies.