can't resize woo commerce product image

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support can't resize woo commerce product image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23668
    sixlevel
    Member

    I’m using Invent, WooCommerce with LearnDash courses as the product.
    I don’t see now to resize the product image because Woo says the image resize options are ‘locked out by a filter’ which I assume has to do with Invent. Please advise.

    #23676
    Veena
    Moderator

    Pls try to comment out line nos: 23-25 from woocommerce/woocommerce-integration.php and see if it helps –

        add_filter('woocommerce_get_image_size_shop_catalog', 'mo_shop_catalog_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_single', 'mo_shop_single_image_size', 1);
        add_filter('woocommerce_get_image_size_shop_thumbnail', 'mo_shop_thumbnail_image_size', 1);
    
    #23744
    sixlevel
    Member

    Perfect. That worked. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘can't resize woo commerce product image’ is closed to new replies.