Expand review in place on 'read more' click

I’m using the List layout in the All in One reviews to display reviews from Yelp and Google on my website. When you click on ‘read more’, it opens a popup which is very annoying as I lose my place of where I was and I have to find it again. It also doesn’t adopt the website font in the popup. If I have many reviews, user will need to close the popup that many number of times.

Instead, if ‘read more’ just expands in place, it’s a much easier to read the full review and then continue on to the next one.

2 Likes

Hey there, @Shveta_Aneja :waving_hand:

We’ve fixed the issue with font in the review popup using this code in the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
.es-popup-container .es-text-shortener {
font-family: Zilla Slab;
}

Please check it out and let me know if it’s fine now :slightly_smiling_face:

The popup with the full review appears if you have the Show Images option in enabled:


Since your reviews don’t have images attached you can disable this option and the full review will be expanded when clicking on the Read More button.

Please let me know if this explains things or if you have any questions left :slightly_smiling_face: