Important bug fix. Just one line of code changed. If you have version 1.11, you can simply make this change:

in catalogincludesboxescustomer_testimonials.php

edit line 28 and change from:

$testimonials_limit = TESTIMONIALS_LIMIT;

to:

$testimonials_limit = TESTIMONIALS_SCROLL_TRIGGER;

This will correct a bug where the admin setting for maximum number of testimonials to display was ignored.

More...