Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #582212

    Reviews on my woo commerce products are not working i.e. you cannot leave a review. I have included a link below.

    #582311

    Hey keifygeorge!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #review_form #respond .comment-form-rating {
        position: static;
    }

    Best regards,
    Yigit

    #582970

    Should it not work without having to add special custom CSS?

    #583026

    Hey!

    The page looks a bit destroyed.
    Please

    1. Disable all the plugins
    2. Disable any CSS you have added
    3. Test again and let us know if that fixed the site

    Regards,
    Basilis

    #583207

    How do I disable the CSS without deleting it?

    #583275

    Hi!

    You can copy your custom CSS into another file temporarily. We suggested the fix to our devs.

    Regards,
    Yigit

    #584773

    What are your devs?

    #584813

    I have tried disabling plugins and removing CSS and still no joy. When I updated WooCommerce recently it gave a warning that it was a major update and to ensure I had backed up, which I did. I wonder if it was something to do with that update.

    #585862

    Hi!

    It is actually working but the color value of the input and textarea fields are the same as the background. Add this in the Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        color: red;
    }
    

    Adjust the color value. Add this one in order to fix the star rating:

    #top #review_form #respond .comment-form-rating {
        position: relative;
        right: auto;
        top: auto;
    }

    Regards,
    Ismael

    #586365

    Have tried all of that with no effect. I think there is some compatibility issue with the Woo Commerce plugin.

    #586412

    Hey!

    Please post the login details here. We will check the css code.

    Cheers!
    Ismael

    #586566

    Login details attached privately

    #587542

    Hey!

    I checked the product page and the reviews tab is working. We changed the “red” color to “gray”. Please remove browser cache or hard refresh the page.

    Best regards,
    Ismael

    #587784

    Not sure what you mean – remove browser cache or hard refresh the page? Also the site is not right for example check this page where the text is missing from the table and the Instagram feed is not working? http://westcoasthammocks.com.au/buyers-guide/

    #588289

    Hi guys,

    I need this sorted a.s.a.p. my whole site is affected!

    #588950

    Hi Guys – really need some advice on this a.s.a.p. It had been over 24 hours now!

    #589622

    I have been waiting for 3 days for some help – this is affecting my business!

    #589811

    Hi!

    Devs = our developers. We informed them so they can include the fix into upcoming update so it should work without adding custom CSS code. Until then, please use the code i provided here – https://kriesi.at/support/topic/woocommerce-review-not-working/#post-582311

    Regards,
    Yigit

    #589842

    Any idea why text in my table isn’t showing http://westcoasthammocks.com.au/buyers-guide/ and Instagram feed also not working?

    #589844

    Hey!

    1- Because your font color is white. Please add following code to Quick CSS

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
        color: black;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
    2- Not really sure. Please try using Enfold’s native Instagram widget instead.

    Best regards,
    Yigit

    #589862

    OK Thanks

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘WooCommerce Review not working’ is closed to new replies.