Hi Elfsight team, I’m using the Widget for comments on my website. But I have a major problem, it never reflects properly on my website, no matter what I do it doesn’t work, even though I can use chatgpt and deepseek for CSS and JS. Also my website link is Zöhre - The Essence of Olives
Hi Elfsight team, I’m using the Widget for comments on my website. But I have a major problem, it never reflects properly on my website, no matter what I do it doesn’t work, even though I can use chatgpt and deepseek for CSS and JS. also the comments and their number are not updated and the answers given by the business to the customers who commented are not visible.
Hi there, @Adnan_Aytekin and welcome to the Community
I am so sorry about this issue!
I’ve passed it on to the devs and will get back to you a bit later
okey @Max, I’m waiting
The issues have been fixed:
1, The business owner response and the popup text were white, that’s why you couldn’t see anything. We’ve added this code to the Custom CSS field on the Style tab to make the text black in the popup:
.es-popup-container .es-review-container * {
color: rgb(17, 17, 17);
}
- The issue with the background was fixed with this CSS code:
.swiper-slide {
background: transparent;
}
[class*="BackgroundVideo__Container-sc"] {
transform: translate3d(0px, 0px, 0px) scale(1.2) !important;
}
[class*="BackgroundVideo__Container-sc"] video {
width: unset !important;
max-width: none !important;
}
- The Translate review button was almost invisible and we’ve fixed it with this code:
.es-popup-container .es-translation-info-icon {
fill: rgb(17, 17, 17);
}
We see that the Business Owner replies are displayed not for all reviews, and we’re still checking things. I’ll update you once I have a response from devs
The issue with the display of the Business Owner reply has been fixed! Please check your widget and let me know if it’s fine now
Hello, first of all, Thank you very much for update the Google reviews but I think so the problem is not over completely I attached the picture of Google reviews with last situation And you can see there is a problem About Answer of the business owner
Oh, I see that, with some reviews it still persists. I am so sorry!
I’ve forwarded this issue to the devs for further investigation and let you know once it’s fixed