• Resolved federicozinelli

    (@federicozinelli)


    Hi,
    3 main issues, all about product reviews in Neve + Woocommerce:
    1: When clicking on the “Reviews” tab on any product page, no reviews are shown (even if there are reviews)
    3: User cannot add product reviews because there is no button or form to do so;
    3: I have manually added 3 reviews to this product https://www.imberwaterdistillers.com/imber-shop/isla-water-distiller/ but the “Reviews” tab says “Reviews (1)”. This happens with all products. It looks like it is not picking up the new reviews I have input.
    Hope someone can help,
    Best,
    Federico

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

Viewing 1 replies (of 1 total)
  • Hi @federicozinelli,

    You have CSS coming from somewhere that makes the whole content with reviews hidden:
    https://ibb.co/MM5098p

    I cannot confirm where is it coming from but if you can’t find where is it added you can overwrite it by applying this CSS to Appearance->Customize->Additional CSS:

    #tab-description {
     display: block!important;
    }

    I hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Reviews missing in product pages’ is closed to new replies.