Turning off the country, state, company in admin -> configuration -> testimonial manager only keeps those fields from showing on the testimonial submission form.
If that information is already present in the database table then it will be displayed.
By default, The Ads By: NAME will display at all times.
make sure you've uploaded the following stylesheets
testimonials_manager.css
testimonials_add.css
display_all_testimonials.css
Also add the following declarations to your stylesheet.css
.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
margin: 0; padding: 5px 0;
}
.testimonial span {
float:right;
}
.testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}
Bookmarks