Featured Images Missing with WooCommerce Plugin

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support Featured Images Missing with WooCommerce Plugin

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #558
    jkang47
    Member

    Hi,

    I’m trying to set up some simple WooCommerce product pages, but the “featured image” widget on the right is missing when editing my products. How can I add it/which template or php file should I be looking to edit and what lines should I add?

     

    Thanks,

    #559
    jkang47
    Member

    Hi, I’ve resolved the problem by changing a line of code in framework.php

    #991
    Henman
    Member

    Hi jkang47,

    Could you please share the details of the changes you made? (I’m quite a noob and don’t know coding really). I would like to purchase this theme, but only if Woocommerce can work with it.

    Thanks!

    #996
    livemesh
    Keymaster

    Henman – I think he changed the code

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

    to include ‘product’ custom post type from woocommerce –

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

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