[Major Update] All-in-One Reviews: Review Date got a tooltip on hover, Author Name Color and Date Color options + 4 more updates ⚡

Hello guys,

We’ve prepared a bunch of cool updates for our All-in-One Reviews app :rocket:

Here is what has been done:

New: Review Date Tooltip

Review Date got a nice tooltip on hover.

See changes

image


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

image


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 :wink:

1 Like

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

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 :slightly_smiling_face:

1 Like

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

@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

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?

Hi @Kate4 :wave:

I am really sorry about this issue :pensive:

I’ve forwarded your request to our devs. I’ll get back to you once I receive any updates :rocket:

Have a great day!

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

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 :wink:

@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

Thanks @Max it seems to work!

2 Likes

Hi @Giorgos!

Happy to tell you that the issue is globally fixed!

Hi @Kate4 :wave:

Great news :fire:

Autorotation issue is fixed! Please check it and let me know if it helped :slightly_smiling_face: