dab:
I am currently using Testimonal Manager on ZenCart 1.3.7 and it works fine, and looks great.
One thing that is confusing me though, is HTML validation.
I use the validator at http://validator.w3.org/ which used to come out clean on my home page, but I am now getting 5 errors - one for each of the testimonials that are displayed:
I would be grateful if anyone has any idea how to correct this.
This has been corrected in the latest version available in the downloads section.
Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
find (at around line 21) the following code:
$content .= '<hr id="catBoxDivider" />';
and change it to read
$content .= '<hr class="catBoxDivider" />';
save the file and upload to your server.