Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,

    I tested the plugin with Uberstore theme.
    The problem is that your theme don’t use the specific Woocommerce function to show product images.

    You can correct this issue editing the file content-product.php of your theme, that is in wp-content\themes\uberstore\woocommerce\

    You have to replace line 59:
    $image_html = wp_get_attachment_image( get_post_thumbnail_id(), 'shop_catalog' );

    with this code:
    $image_html = woocommerce_get_product_thumbnail();

    In this way, it works!

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Badges not appearing’ is closed to new replies.