It would also be nice if you can select a part to be shown in the widget that is not necessarily the beginning of the testimonial. It often starts with background info before cutting to the chase.
Interesting idea. I may add it in.
Is there a way to influence the place of the source info when placed on a page with shortcode? It would be nice to have it top left (small column) and the text in a wide column next to it. The lay-out isn’t very nice now – a bit boring because it starts with a lot of text.
You will need to adjust your CSS to move items around like floating them. This is also where editing the templates comes in handy.
And another suggestion: I added titles to the testimonials (see the test page) to pimp the lay-out. The problem is: this is added to the widget too – and of course without HTML. Is it possible to add a title in it’s own field and make that show on pages only? Or make it a choice with a checkbox?
Along with templates, you can add in custom fields. It’s the link just above the templates one. Then add a “Title” custom field and enable it for the templates you want to show it on. Leave it turned off for other templates.
Why exactly is HTML bad in the sidebar?
Here is a basic example. Lets say I have the following testimonial:
This site is <strong>awesome</strong> and Jeff is <strong>awesome</strong>.
If I limit what is shown to 23 characters this is what you get
This site is <strong>aw
The strong tag is left open and the remaining content on the page (not just the testimonial) will now be bold therefore messing up your website.
HTML in the sidebar isn’t bad, it’s when you limit the amount of words or characters that you run into trouble.