Product images with WooCommerce in Esplanade

Viewing 4 posts - 1 through 4 (of 4 total)
  • #4873
    Charlie Button
    Participant

    Hi there,

    I dont appear to have the featured image option on the product pages. How do i input my featured image?

    #5642
    jalex11
    Participant

    @Charlie – Did you figure out how to add the image? I am just getting my site up, and added WooCommerce today. I have the same problem.

    #5660
    Charlie Button
    Participant

    Sadly i did.. I spoke to a more techy friend and they said woocommerce would only work with another woo theme. i ended up abandonning Esplanade and adopting wootique which isnt bad (and is free) but i much preferred Esplanade.
    You can see how it worked out on mine here: http://www.charliebuttonknitkits.com
    Hope that helps and let me know how you get on!

    #5698
    jalex11
    Participant

    I got it to work! Just did a little Google searching. Only had to change line 41 in functions.php. Add ‘product’ to the array:

    original line:
    add_theme_support ( ‘post-thumbnails’, array ( ‘post’ ) );

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

    It seems to be working so far!

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

You must be logged in to reply to this topic.