Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    You’re pretty close to the answer regarding the visual editor adding extra markup causing trouble.

    More specifically, as in Puruz’s case, it’s that the testimonials are wrapped in h4 tags which are display: block. As such, the open quote span is forced to a newline.

    Getting rid of the tags worked…thanks!

    Hi, i think I am having a problem similar to this.

    The quotes are linked and I want to remove the quotes. I have tried question 13 in the faq, but it never worked.

    HTML

    <h2>Testimonials</h2>
    [testimonialswidget_list limit=1 random=true]

    CSS (as instructed in Q13

    .testimonialswidget_testimonial .testimonialswidget_open_quote:before,
    .testimonialswidget_testimonial .testimonialswidget_close_quote:after {
        content: none;
    }

    The url where the quotes can be seen is https://expertwebsitereview.co.uk

    Thanks in advance!

    Plugin Contributor Michael Cannon

    (@comprock)

    The testimonial seems fine to me. It’s without quotes on OSX Chrome and Safari.

    I figure your browser cache needs clearing.

    Hi, sorry forgot to update, but I have fixed it today.

    It was the pagination. It wasn’t working properly (it linked to the url of the next testimonial I think, but when clicked, returned a 404).

    I didnt want the pagination anyway, so I just added display: none; in the css for the pagination and it now looks fine.

    Thanks anyway and great plugin! ??

    Plugin Contributor Michael Cannon

    (@comprock)

    You can set paging=false in your shortcode to disable it.

    silly me. Never even thought about that! I’ll sort it out now. Thanks for timely support! ??

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘quotation marks above and below each testimonial printed to the page’ is closed to new replies.