• Resolved lovemp3

    (@lovemp3)


    Hi,

    First of all, thank you for making such a nice plugin. I love it.

    I wrote test comment with paragraph. However, comment’s paragraph is not showed in reviews. I wonder if there’s any option that could solve paragraph comment’s paragraph problem.

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

    (@geminilabs)

    Reviews (or comments as you refer to them) with multiple paragraphs are converted to a single paragraph with multi-line breaks (i.e. <br>). This allows greater flexibility for Site Reviews to show excerpts of long reviews with a “read more” link.

    If your website is not showing the multi-line breaks properly, it could be caused by a conflict with your theme styles (CSS).

    Send me a link to the website page you are having issues with and I will take a look. You may either post the page link here, or send to site-reviews[at]geminilabs.io

    • This reply was modified 8 years, 5 months ago by Gemini Labs.
    Thread Starter lovemp3

    (@lovemp3)

    Thank you for giving me a clue.
    I add the following code to my css and it works well now.

    .glsr-review p {
    	white-space: pre-line;
    }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Review comment’s paragraph problem’ is closed to new replies.