[alg_product_image_url] Shortcode Displays Incorrect Image Size

Top WooCommerce & WordPress Plugins Forums Product XML Feeds for WooCommerce [alg_product_image_url] Shortcode Displays Incorrect Image Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105528
    Aris
    Guest

    Hello, i have the pro version and i have a problem with [alg_product_image_url]
    It takes the smallest image or thumbnail and not the default image.
    I need your help to fix this issue immediately cause the site is live.
    Thanks in advance

    • This topic was modified 11 months, 2 weeks ago by Omar Dabbas.
    #105529
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry not replying earlier. Shortcode is using standard WordPress get_the_post_thumbnail_url() function to get image URL, and shortcode has image_size attribute (it’s set to post-thumbnail by default), so please try one of these:

    [alg_product_image_url image_size="medium"]
    [alg_product_image_url image_size="large"]
    [alg_product_image_url image_size="full"]
    [alg_product_image_url image_size="thumbnail"]

    Hope that helps.

    Best regards,
    Tom

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.