Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

I Upgraded plugin 2.10.x to 2.11.x version and my quotes went funky.?

Solution

In moving from 2.10.x to 2.11.x, the testimonial HTML was changed to use `blockquote` than `q`. The reason being is that `q` is meant for inline quotations. However, that’s not what we were using it for. Hence, `blockquote`.

Panel
bgColor#fff

If you want `q` tags back, just enable “Use `q` tags?” on the Compatibility & Reset tab of Testimonials > Settings.

Lastly, using `blockquote` is HTML 5 valid.

Filter by label (Content by label)
showLabelsfalse
max5
spacesWPFAQ
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("tw","wordpress","twp") and type = "page" and space = "WPFAQ"
labelswordpress twp tw

...

Page Properties
hiddentrue


Related issues