Quote Originally Posted by paperbliss View Post
yeah —##i've gone through it a few times to make sure that they've all been changed, but it seems like i've changed them all to my template name. to be clear, i can click on "view all testimonials" and they'll all show up, but if you click on a testimonial's title in the sidebox, you get the 404.

also, is there any way to edit the way the testimonials are displayed? like, if i don't want the quotation image and the box around each testimonial...
double check to make sure you've uploaded the following:

includes/modules/pages/testimonials_add
includes/modules/pages/testimonials_manager
includes/modules/pages/display_all_testimonials

open includes/templates/YOUR_TEMPLATE/css

testimonials_manager.css
display_all_testimonials.css

find the following declaration and delete the highlighted portions.

blockquote {
margin:0 !important;
padding:0 !important;
background: url(../images/lftblockquote.png) top left no-repeat;
border:1px solid navy;

height:1%;
}

blockquote div {
padding:38px 56px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}