• Hi,
    I really like this plugin, but could I ask you a favour. Could you wrap the testimonial text in <p> tags in the next upgrade? This allows the user much more scope to adjust spacing, styles, etc.

    I found that two line breaks was too much for my design between the testimonial text and the author name.

    I have adjusted the index.php as thus (lines 86 and 87):

    $result .= '<p>' . stripslashes(nl2br($data['data'][$x]['text'])) . '</p>';
                $result .= '<strong>' . stripslashes($data['data'][$x]['name']) . '</strong><br />';

    Of course, this means that I need to be aware of upgrading in the future.

    Please forgive my code, or if I am being stupid. I am not a developer or coder, just a simple designer that likes to adjust the look of many plugins that I use!

    https://www.ads-software.com/plugins/wp-testimonials-manager/

  • The topic ‘Preference for CSS changes’ is closed to new replies.