Sorry, forgot to add this one:

The infobox doesn't seem to display the title of the testimonial.

In catalog/includes/boxes/testimonials.php -

Find:
'text' => '' . $testimonial_titulo . '
' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '
'

Replace with:

'text' => '' . $random_testimonial['testimonials_title'] . '
' . strip_tags($testimonial) . '... ' . TEXT_READ_MORE . '
'

DUMMY FILE.

Rob

More...