• Resolved svefnsetrid

    (@svefnsetrid)


    Hi, is it possible if you have many reviews, and want to show them, that it is scrollable instead of the reviews taking so much of the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Have you tried using the pagination option?

    Thread Starter svefnsetrid

    (@svefnsetrid)

    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:

    Plugin Author Gemini Labs

    (@geminilabs)

    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 1 year, 9 months ago by Gemini Labs.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the reviews scrollable’ is closed to new replies.