For some reason my woo commerce rating is not working for customers to leave a rating http://westcoasthammocks.com.au/product/macchiavelli/
I have the settings so that only verified customers can leave a review. How can it tell whether they are verified owners or not?
Thanks.
Hey keifygeorge,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #review_form #respond .comment-form-rating {
position: initial;
}
Best regards,
Yigit
OK Thanks it seems to have worked. I wonder why it needs CSS and why it is not just working as it should?