No Featured Image for Products?

Viewing 13 posts - 1 through 13 (of 13 total)
  • #12162
    monkeyHill
    Participant

    I love Pinboard! Thanks for creating such a beautiful, versatile theme! We’re using it as an ecommerce site to launch a small clothing company. I’m using JigoShop, which works perfectly except that I can’t add a Featured Image to my products.

    I started with a different theme, so when I switch back to the old theme, I can update my products. When I return to Pinboard, they look great.

    Once I bring the site live, that will no longer be a usable workaround for adding new products/images. Am I doing something wrong? If not, is there a way to modify the theme to support featured images for products?

    #12235
    monkeyHill
    Participant

    Hi Alexander,

    Your responses around the forum have been super helpful. I just want to check in and ask, am I trying to use the theme in an unintended way? Is there something about the slider’s sticky images that disables the other Featured Image functionality? Thanks so much for your help!

    -Irina

    #12240
    Alexander
    Participant

    Hi Irina,

    not to my knowlegde.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12268
    Mindscanner
    Participant

    Try to disable plugins one by one to check if some of them causes the problem

    #12307
    lmfuster
    Participant

    this is the problem? I think I have the same

    http://imageshack.us/photo/my-images/145/help1o.jpg

    Thank

    #12313
    lmfuster
    Participant

    Solution:

    // Add support for post thumbnails and custom image sizes specific to theme locations

    add_theme_support( ‘post-thumbnails’, array(‘product’, ‘post’) );

    #12322
    Mindscanner
    Participant

    No no,you don’t need that i see whats wrong πŸ™‚

    go to ‘messages’ click at the right upper corner ‘screen settings’ and tick ‘featured Image’

    #12323
    monkeyHill
    Participant

    Mindscanner, This sounds like a wonderful and obvious solution. The only problem is, I don’t see “Messages” anywhere. Please forgive my ignorance, I’m new to this.

    Are messages Posts? If so, Posts are already showing a Featured Image – the problem is with Products. Under New Product in Screen Options, there is no checkbox for Featured Images.

    It just has Product Categories, Product Tags, Excerpt, Discussion, Slug, Product Data.

    #12324
    monkeyHill
    Participant

    lmfuster, we do have exactly the same problem. Where do I put this line of code?

    Thanks so much!!

    #12353
    Mindscanner
    Participant

    @MonkeyHill your problem have nothing to do with the theme but with your plugin update the plugin or maybe you can find a answere in the jigoshop forum http://wordpress.org/support/plugin/jigoshop

    #12368
    lmfuster
    Participant

    located: pinboard / functions.php of your wp and edit.
    use search:
    thumbnails

    locate this line:

    add_theme_support (‘post-thumbnails’, array (‘Product’, ‘post’));

    really only comes

    add_theme_support (‘post-thumbnails’, array (‘post’));

    Add ‘product’
    depends on your language the name of their ‘producto’ ‘product’ etc.

    #12432
    monkeyHill
    Participant

    @lmfuster IT WORKED!! Thanks SO much!! And just in time – I plan to release the site on Monday πŸ™‚

    @mindscanner Jigoshop isn’t the issue because, when I switch themes, the Featured Image option appears on products – it’s only in Pinboard that it doesn’t appear.

    #12433
    Mindscanner
    Participant

    Cool! Im happy for you to πŸ™‚

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

You must be logged in to reply to this topic.