• Resolved Stefan

    (@svlieger)


    Hi everyone,

    I have an issue with the reviews tab, it’s not showing up on my product pages. With a bit of googling I found this code for my functions.php file:

    function mytheme_add_woocommerce_support() {
      add_theme_support( 'woocommerce' );
    }
    add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );

    I added this code and the reviews tab is back, but now the product image looks blurry and there’s no blank space at the top of the page anymore.

    Does anyone know what to do?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    This means that your theme is not compatible with WooCommerce and it is creating conflicts.

    From what I can see, the image used on the product page is super small, about 100x67px.

    You can change the image sizes in Appearance > Customize > WooCommerce > Product Images.

    However, I think that the best solution would be to choose a theme that is WooCommerce compatible, like Storefront: https://woocommerce.com/storefront/

    You can also find many themes for free here on WordPress.org.

    Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reviews Tab missing on product pages’ is closed to new replies.