• Resolved barnez

    (@pidengmor)


    I have been trying to remove the built in quotes from the testimonials widget (see the sidebar here). If the testimonial is wrapped in any html tags such as <p>text</p> or <div class =”class-name>text</div> the quotes appear above and below the testimonial in the sidebar widget. I have been through the FAQs and checked “Hide built in quotes” in the settings, tried placing disable_quotes=true in the shortcode and tried adding the following to the styles.css

    .testimonials-widget-testimonial .open-quote:before,
    .testimonials-widget-testimonial .close-quote:after {
        display: none;
    }

    The only way I can remove the quotes is by removing all html tags from the testimonials page. But then I can’t style the testimonial.
    Any ideas?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    I don’t see quotes in the list content at http://www.proofscience.com/testimonials/. That seems to be a shortcode and the attribute used, works.

    For the sidebar, that’s a widget, did you check the hide built-in quotes option? Once you create a widget, the global options don’t affect it.

    Thread Starter barnez

    (@pidengmor)

    That’s it! Thanks for reminding that the global settings and the widget settings are independent once the widget has been set up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't hide built in quotes if text is wrapped in html tags’ is closed to new replies.