• Resolved Milkan Trninic

    (@milkan2002)


    Hello

    I’m using your plugin and it is great.
    I have an issue.
    It loads default image size instead of thumbnail in my account page,admin area and email.
    In my case default image size is 3600x3600px.
    I fixed the code myself but every new update will erase changes I made.
    Can you set default image size to be post thumbnail? It loads page much faster in the case default image size is too big.

    Shortcode.php:
    get_the_post_thumbnail_url($data[‘product_id’], ‘thumbnail’)

    Woocommerce->add to qoutes
    get_the_post_thumbnail_url($product_detail[‘product_id’], ‘thumbnail’)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Milkan Trninic

    (@milkan2002)

    Shortcode.php:
    get_the_post_thumbnail_url($data[‘product_id’], ‘thumbnail’)

    Woocommerce->add to qoutes
    get_the_post_thumbnail_url($product_detail[‘product_id’], ‘thumbnail’)

    Functions.php
    get_the_post_thumbnail_url($meta_data[‘product_id’], ‘thumbnail’)

    Thread Starter Milkan Trninic

    (@milkan2002)

    Shortcode.php:
    get_the_post_thumbnail_url($data[‘product_id’], ‘thumbnail’)

    Woocommerce->add to qoutes
    get_the_post_thumbnail_url($product_detail[‘product_id’], ‘thumbnail’)

    Hi @milkan2002,

    Thanks for pointing out the issue and sharing the solution. We have forwarded the changes to our tech team. They will review them, and we will let you know.

    Hi @milkan2002,

    We have fixed the issue and released a plugin update kindly update the plugin to its latest version and let us know if you have any questions.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image size too big’ is closed to new replies.