-
AuthorPosts
-
July 15, 2015 at 5:00 pm #331491
Hi, I noticed that in the stack ICON the product review ratings are numerical. How do I change that to star ratings? And also when the user selects a rating, the color doesn’t change (hard to tell if it is selected or not). How can I change this?
Thanks a lot!
July 15, 2015 at 9:27 pm #331645Hello There,
Thanks for writing in! To change the numbers to star in the reviews, please try add the following css code in your child theme’s style.css (if you are using a child theme)
.woocommerce p.stars span a:before, .woocommerce-page p.stars span a:before { content: "\53"; font-family: "star"; opacity: 1; visibility: visible; } .woocommerce p.stars span a, .woocommerce-page p.stars span a{ opacity: 1; visibility: hidden; max-width: 20px; }
Hope this helps. Kindly let us know.
July 16, 2015 at 2:56 pm #332431Hello, thank you for that! However, I put that code under child theme’s style.css and it’s still not showing the stars. Still shows the number symbols.
July 16, 2015 at 4:28 pm #332515Hi There,
Thanks for updating! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
July 17, 2015 at 2:04 am #332884Nevermind I see the update now, thanks so much! But is there a way to make the user’s selection more clear? For example, if user chooses 3 stars, the other 2 stars will be white with outline?
July 17, 2015 at 2:27 am #332893Hi,
I need to see the current state, please provide us with your site URL.
Thanks
July 17, 2015 at 11:46 am #333233This reply has been marked as private.July 17, 2015 at 8:17 pm #333465Hi there,
I tried it and not currently possible. The above code is just css with no connection to rating functionality. To make it more functional as you requires, then it more customization than css. It’s intended feature for ICON stack.
Thanks!
October 22, 2015 at 9:58 pm #636407I’m having the exact same issues. The way ICON’s reviews/ratings form is setup now it is basically useless from a user experience standpoint. There is NO indication that one of the tiny 12345 numbers has been selected and they are so small and close to each other, it would be too easy for my customers to press the wrong rating # or just give up and not leave a rating at all.
PLEASE – bring this issue up with your design team and change these numbers to stars that indicate what level a customer has selected so they’re confident in leaving a review for our products! Until then, I have to disable reviews because it causes more harm/confusion than good. In fact, it makes makes my site look unpolished. These and many other woocommerce form, button placement and basic ecommerce user experience details are very important to us and can make or break purchases from our sites.
Thank you in advance.
October 22, 2015 at 10:13 pm #636425We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!
October 26, 2015 at 2:31 pm #640399Thank you. I look forward to seeing more done with user experience enhancement on the woocommerce template side, because in my opinion, everything else with x-theme is fairly polished down to the detail except for the UX for woocommerce pages. 🙂
Cheers,
MattOctober 26, 2015 at 3:39 pm #640499Hey Matt,
Thank you for your kind words. Stay Tuned!
Cheers!
January 15, 2016 at 12:08 pm #747896Hi there, i love your theme, although i’m not a wordpress pro at all, i’m getting along with all those documentation and info on the web.
I am having a problem, i was using the code above to replace the numbers to stars but all i get is 53 53 53 53 53
Please see the picture attached.
January 15, 2016 at 8:14 pm #748379Could you please provide us with the URL to the page that you’re referring to? So that we can check the issue and assist you with a possible workaround.
Thanks!
-
AuthorPosts