• Resolved Symphosize

    (@symphosize)


    If you have a look at the testimonials on this page (just below the top banner) http://symphosize.com/

    You’ll see that there is a weird second paragraph below the testimonials that gets wrapped inside the quotations. I have checked to make sure there is no extra paragraph in the testimonial content (and it’s doing it to all of them) but I’m thinking this short code has something in it that needs to be deleted, I just don’t know what…

    [strong count="1" random title thumbnail]
    [client]
    [field name="client_name" class="testimonial"]
    [field name="company_name" class="company" new_tab]
    [/client]
    [/strong]

    https://wordpress.org/plugins/strong-testimonials/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Try it without the

    .testimonial .content p:before{ content:'\201C' }
    .testimonial .content p:after{ content:'\201D' }

    in your custom CSS.

    Thread Starter Symphosize

    (@symphosize)

    I *think* I see what you’re talking about in the inspector I can remove the quotation marks by un-checking them but it shows that rule is in “normalize.css:45”

    I can’t find that anywhere in the css that I edit called “style-custom.css”

    It looks just fine without the quotation marks, but I’m not sure how to take that rule away in my custom css without editing the normalize.css in the theme directly.

    Do you see that rule in a custom stylesheet?

    Plugin Contributor Chris Dillon

    (@cdillon27)

    That line in normalize.css is for text selection.

    The resource link is http://symphosize.com/?custom-css=1&csblog=1&cscache=6&csrev=4 which makes me think it’s a custom CSS function in your theme’s admin, not a separate CSS file.

    Thread Starter Symphosize

    (@symphosize)

    Well, you are 100% right! I have no idea how it got there, but apparently the theme has a totally different custom css that I knew nothing about… but thanks!

    I realize now that this thread will sever no other person with the plugin, so I’m sorry about that!

    I have 1 other question but I’m going to start a new thread for that, just in case this thread is worthy of deletion 🙂

    Plugin Contributor Chris Dillon

    (@cdillon27)

    No worries, I’m glad we figured it out. Actually, custom CSS is a frequent culprit so I’m sure this thread may help someone else down the road.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Adding a second paragraph below testimonial’ is closed to new replies.