Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Judgme.me app on Pinnacle app duplicated star review

Solved

Judgme.me app on Pinnacle app duplicated star review

WorkbenchDirect
Tourist
4 0 0

Hi,

 

I just recently received my first review. We installed the Judgme.me app, and a blue colour star review was added by me. 

WorkbenchDirect_0-1729511562947.png

 

 

 

WorkbenchDirect_1-1729511625467.png
However, red review is not visible in the theme and is not clickable and can't remove the duplicate. 

 

 

Accepted Solution (1)
Moeed
Shopify Partner
6314 1713 2060

This is an accepted solution.

Hey @WorkbenchDirect 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.star-rating-container {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1729528655984.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6314 1713 2060

Hey @WorkbenchDirect 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
6314 1713 2060

This is an accepted solution.

Hey @WorkbenchDirect 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.star-rating-container {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1729528655984.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


WorkbenchDirect
Tourist
4 0 0

Thanks! It worked as a charm!

WorkbenchDirect
Tourist
4 0 0

It fixed the problem with the duplicated star review on the product page. However, it is now missing from the category page. 

WorkbenchDirect_0-1729548551955.png


Is it possible to fix that?