Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
chal2les
Thanks for reply.
Does anyone know how to remove the store name / address / phone number on the add a testimonial page?
Also anyone know how to show only the last initial of the user instead of the full name?
Are you using the latest version of Testimonial Manager? if so check admin -> configuration -> testimonial manager
There is a setting to turn this off.
Without substantial re-writting this is not possible.
Re: Testimonial Manager Support Thread
Thanks. I turned of the store info.
Let me clarify. I would like the user name to appear as "FirstName FirstIntialoflastname"
Such as
Charles Pau
to
Charles P.
If there is no way thanks for all the help
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
chal2les
Let me clarify. I would like the user name to appear as "FirstName FirstIntialoflastname"
Such as
Charles Pau
to
Charles P.
If there is no way thanks for all the help
As I said, without extensive re-writting this is not possible.
Re: Testimonial Manager Support Thread
Hi Mr. Jones,
I need to add the testimonials to a 1.3.8 site (not yet scheduled for 1.3.9 upgrade) and was wondering if I should use your new 1.3.9 compatible module, or should I grab the previous 1.3.8 version?
Thanks much!
Kiddo
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
kiddo
Hi Mr. Jones,
I need to add the testimonials to a 1.3.8 site (not yet scheduled for 1.3.9 upgrade) and was wondering if I should use your new 1.3.9 compatible module, or should I grab the previous 1.3.8 version?
Thanks much!
Kiddo
You should be able to use either one. The 1.3.9 version should be backward compatible.
Re: Testimonial Manager Support Thread
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
kiddo
Thank you!
Not at all, glad to help.
Re: Testimonial Manager Support Thread
G'day Clyde ...
First up, thanks for upgrading and continuing to support this great marketing tool. It's much appreciated.
Quick question. Rather than top-centre, how difficult would it be to have the customer pic appear aligned right, within the text (rather than on top of it) of the testimonial?
Cheers!
ZC 139c
Re: Testimonial Manager Support Thread
OK ...
Did some Googling on CSS, and have changed the manager/and display all css files to this;
.testimonialImage {
margin: 0;
padding: 0;
float: right;
margin: 15px;
}
Still have a slight problem in that despite the 15px margin, the image is still too close to the text - especially if I use it on the left, rather than the right. Any ideas on what I may have missed?
Thanks in advance.
Re: Testimonial Manager Support Thread
Quote:
Originally Posted by
Wingz
OK ...
Did some Googling on CSS, and have changed the manager/and display all css files to this;
.testimonialImage {
margin: 0;
padding: 0;
float: right;
margin: 15px;
}
Still have a slight problem in that despite the 15px margin, the image is still too close to the text - especially if I use it on the left, rather than the right. Any ideas on what I may have missed?
Thanks in advance.
link to your site?