Have you tried using the pagination option?
Yes I have that and also I have in the shortcode [site_reviews assigned_posts=”post_id” display=”20″] That works.
But I want to show X many reviews and it has a scrolling for the reviews so it is not taking so much space down.
Photo:
https://ibb.co/kcQ5Z2z
See example below:
As explained, use the pagination option. Use this together with the display option to limit the number of reviews displayed in the page.
[site_reviews assigned_posts="post_id" display="6" pagination="ajax"]
If you want the reviews section to have a scrollable maximum height, you can do this:
.glsr-reviews {
max-height: 600px;
overflow: auto;
}
-
This reply was modified 3 years, 3 months ago by
Gemini Labs.