• Resolved misabby

    (@misabby)


    I have this plugin and it’s great…but doing some test reviews I see no matter how long I make the review, it shows the WHOLE review.

    I’m not sure if my theme is causing any clashing, but is there any way to achieve (or is it supposed to…) a cut off/excerpt of a text review and then you click to read the rest (either Ajax reveal or a light box effect)

    Or at the VERY LEAST, where in the code can I place a div around the review content so I can set a max-height with overflow: scroll.

    When I try to apply the max-height and overflow to what is the review div (I wanna say the class name is .review-content in the CSS), it affects multiple divs within the review layout structure

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

    (@yithemes)

    Hello there,
    hope you are doing well ??

    You can add the following CSS in your theme (Appearance -> Customize -> Additional CSS) to limit the review content and apply the overflow:

    .comment-text .description p  {
        max-height: 300px;
        overflow: scroll;
    }

    Note you can adjust the max-height value to fit it to your needs.

    Please, try it and let us know any news, please.

    Have a nice day!

    Thread Starter misabby

    (@misabby)

    It worked!! Thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    we are glad it worked! ??

    As we can see the problem is solved, we will proceed to close it.

    Please, if you have any doubt, don’t hesitate to open another topic, and we will be happy to help you.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issue with super long reviews, read more?’ is closed to new replies.