Home Forums WoodMart support forum Featured image not showing

Featured image not showing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #87751

    drkshdw
    Participant

    Hi,

    Can you help to show the featured image on single product?
    I use media cloud and imgix for that.
    But my imgix don’t want showing featured image on single product because of this url

    #87756

    drkshdw
    Participant

    Works after added this function

    //Remove default image sizes
    add_action('init', 'remove_plugin_image_sizes');
    function remove_plugin_image_sizes() {
        remove_image_size('woocommerce_single');
    }
    #87790

    Hello,

    We are glad you have solved the problem. If you have any questions please feel free to contact us.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Featured image not showing’ is closed to new replies.