Max
April 5, 2023, 5:17pm
1
Hello guys,
We’ve prepared a bunch of cool updates for our All-in-One Reviews app
Here is what has been done:
New: Review Date Tooltip
Review Date got a nice tooltip on hover.
See changes
New: Author Name Color and Date Color
We’ve added Author Name Color and Date Color settings for you to set them manually.
Previously, they depended on the color of the review text, but now you can find these options in the Review section on the Appearance tab.
See changes
Reviews tab
Review style and Review Source style options were left untouched, but all the other settings were moved to the Customize section.
See changes
TripAdvisor logo
TripAdvisor logo was updated so now it matches its actual one.
See changes
Rating position in the widget
Rating was moved from the review head to the body.
See changes
Rating Size Settings
Now you can set Rating Size on the Appearance tab. To do this, you need to choose Review section on the Appearance tab.
See changes
Do you like the new updates? How do they work for you?
Feel free to share your feedback. We just love hearing from you
1 Like
Giorgos
(Giorgos)
April 7, 2023, 4:49pm
2
Hey @Max with the new changes the authors picture is blinking. Is ti possible to stop that? Also can I center the picture, the name, the date and the rating with the 1st option of review style?
1 Like
Max
April 7, 2023, 5:19pm
3
Hi @Giorgos !
I am so sorry about this inconvenience!
Could you please send me a direct link to the webpage with the widget where the issue occurs?
As for the elements centering, our devs will gladly help you.
I’ve forwarded your request to them. Please do not worry, we’ll keep you updated
1 Like
Kate4
(Kate)
April 8, 2023, 12:37am
4
Love it! The autorotation is having an issue, though, after making changes and saving. The first one goes in 3 or 4 seconds while the others go at the 6 seconds (set at 6 seconds)
1 Like
Giorgos
(Giorgos)
April 8, 2023, 11:11am
5
@Max you can check here https://www.evagelouphotography.gr/customer-reviews The authors name etc are centered but how can I make it go up from the review body?
1 Like
Max
April 10, 2023, 10:52am
6
Hi @Giorgos !
I see that you’ve decided to use the 2nd Review Style option.
Here is the CSS code you need to add to move the elements up from the review body:
/* Change card elements order */
[class*="ReviewAuthorBlock__InfoContainer-sc"] {
order: 0;
}
[class*="ReviewAuthorBlock__AuthorBlockContainer-sc"] {
margin-top: 0px;
margin-bottom: 12px;
}
[class*="ReviewContent__ReviewContentContainer-sc"] {
order: 1;
}
[class*="ReviewSource__SourceBottomContainer-sc"] {
order: 2;
}
Please add this code to the Custom CSS field on the Appearance tab and let me know if it helped.
As for the blinking pictures, the issue isn’t displayed on my side at the moment.
If the issue still persists for you, could you send me a a video screencast of what you see?
Max
April 10, 2023, 10:54am
7
Hi @Kate4
I am really sorry about this issue
I’ve forwarded your request to our devs. I’ll get back to you once I receive any updates
Have a great day!
Giorgos
(Giorgos)
April 11, 2023, 2:51pm
9
Hey @Max the code is working fine. The blinking is happening on safari tested on iMac and iOS device. How can I sent you a record screenshot?
1 Like
Max
April 11, 2023, 3:20pm
10
Hi @Giorgos !
Happy to hear that code worked for you!
I’ve checked your website from iOS and see the issue. There is no need in screencast.
I’ve informed our devs about the issue. I’ll get back to you once I receive any news.
Have a great day
Max
April 11, 2023, 5:55pm
12
@Giorgos I’ve added this code to the Custom CSS field:
[class*="Avatar__Background"] { animation: unset !important; }
Please check your website and let me know if it helped.
By the way, it’s a temporary solution and our devs are working on a global fix. We’ll keep you updated here!
1 Like
Giorgos
(Giorgos)
April 12, 2023, 8:27pm
13
Thanks @Max it seems to work!
2 Likes
Max
April 14, 2023, 5:14pm
14
Hi @Giorgos !
Happy to tell you that the issue is globally fixed!
Max
April 21, 2023, 1:38pm
15
Hi @Kate4
Great news
Autorotation issue is fixed! Please check it and let me know if it helped