• Resolved iamhoodahmahn

    (@iamhoodahmahn)


    Great little plugin! It answered the request of my client perfectly. However…

    Once a review is submitted, the page where they are displayed shows no formatting. The comments just run off the page. How can I fix this so people can actually read the review?

    Also how can I adjust the color of the font used/shown in the review? Client has a black background for their website.

    Thanks!

    https://www.ads-software.com/plugins/ultimate-reviews/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi iamhoodahmahn!,

    Thank you for the feedback. We appreciate it!

    Could you let us know what you mean by “run off the page”? Perhaps, if you could share the link to the website or a screenshot, and let us know which shortcode you have used, this would help us guide you.

    As for the styling, you may style it in two ways, the first is through custom CSS, which may be found under Options > Basic. Writing in CSS in it will overwrite the default CSS. You may also style it through Options > Styling > Premium Styling Options, which displays a more user-friendly interface to customize the plugin.

    If you have difficulty with CSS, do not hesitate to ask us. We’ll be glad to guide you into integrating the plugin more seamlessly in your website.

    Best regards,

    Thread Starter iamhoodahmahn

    (@iamhoodahmahn)

    Oops, a link would indeed have been helpful. lol Here we go: https://www.theedgeco.com/reviews/.

    The shortcode is: [ultimate-reviews]

    As for styling, since the client has a black background and all text on the site is white, I need to make the color of the reviews match the rest of the website. Little rusty on my CSS.

    Thanks!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi,

    It appears that there was some styling issues with the theme. You should be able to view your reviews without having it overflowing through scrolling by adding the following CSS. It contains the styling with the font’s colors as well as some additional font-family styling.

    .ewd-urp-review-div {
    white-space: normal !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .ewd-urp-review-title, .ewd-urp-review-post {
    color: white;
    }
    
    .ewd-urp-review-product-name {
    font-size: 1.5em;
    margin-bottom: 2em;
    color: #e4741f;
    }

    If you can add custom CSS to your appearance or simply change the CSS file of the theme, you should be able to have the background color of the reviews fit the theme. It is darker due to the theme’s CSS. If you want to make it similar, then in dark.css add in the following;

    .pre {background-color: #0f0f0f !important;}

    Let us know if everything works out for you.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No paragraph formatting for submitted reviews’ is closed to new replies.