Cannot set featured image for an WooCommerce product

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support Cannot set featured image for an WooCommerce product

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2408
    livemesh
    Keymaster

    If you cannot set the featured image for a WooCommerce product, pls make a change in the /framework/framework.php file at around line number 475. Pls change –

    add_theme_support('post-thumbnails', array('post', 'page', 'portfolio', 'showcase_slide'));
    

    to

    add_theme_support('post-thumbnails', array('post', 'page', 'portfolio', 'showcase_slide', 'product'));
    

    This change will be part of next update. Thanks

Viewing 1 post (of 1 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.