• Resolved shamrhncpa

    (@shamrhncpa)


    Hi,

    The rounded corners do not appear to be working on our site. I’ve tried using the editor to insert them, as well as inserting the shortcode myself. Both do not appear to change the appearance of the testimonial? Is there perhaps a coding error we’ve made on our end?

    Page:
    rhncpa.mara99.com

    Shortcode:
    [handsometestimonial id=”799″ template=”2″ img_align=”left” img_loc=”before” tst_color=”#000000″ tst_size=”13px” bg_color=”#c8e4f7″ width=”100%” align=”left” orientation=”portrait” subtitle_italic=”true” round_corners=”yes”]

    https://www.ads-software.com/plugins/handsome-testimonials/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ristretto Apps

    (@handsomeapps)

    It would appear that whoever has coded your site has created the following CSS which is overriding everything on the page, including the testimonial plugin:

    line 39
    * {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    }

    /themes/rhncpa/css/style.css

    Using a * is a pretty audacious maneuver – I’d recommend changing the ‘ * ‘ to a specific class or id

    Plugin Author Ristretto Apps

    (@handsomeapps)

    Haven’t heard back on this but hope that helped. Closing this thread now.

    Thread Starter shamrhncpa

    (@shamrhncpa)

    Hi,

    The above code (part of the template we had based the site off of) was indeed the source of the problem, and has been fixed by our developer.

    Thank you for the clarification and support!

    Plugin Author Ristretto Apps

    (@handsomeapps)

    Hey so glad it worked out!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rounded Corners’ is closed to new replies.