Replies: 0
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?