Your Time:
Our Time:
← Back to discussions

WooCommerce error

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 3 replies, 2 voices, and was last updated 10 years, 2 months ago by Anonymous.

  • 2016-06-22 at 10:16 am
    Support Expired
    #15050
    msebim
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Hello,

    I can’t show main image products.
    View detail and Add to cart text link is covered by thumbnail image.

    Regards.

    2016-06-22 at 10:49 am
    #15052
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Replace this line
    add_theme_support( 'post-thumbnails');

    With
    add_theme_support( 'post-thumbnails', array( 'post', 'page', 'slider', 'events', 'testimonial', 'menus', 'reservations', 'product' ) );
    in linofeast/functions.php and see. If it doesn’t works then if you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.

    2016-06-22 at 10:56 am
    Support Expired
    #15053
    msebim
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1
    This reply has been marked as private.
    2016-06-22 at 11:42 am
    #15054
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Fixed. It’s working now. Kindly add featured images for the products.

You must be logged in to reply to this topic.