Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
motti
Hi
He enter it just after his name at the button
I can see it for few second and than its gone, if you refresh you can see it
I spend over an hour now removing the mod and installing the it , reading from post no 1 until here, I could not get the quote button to work check my site you can see it,
And now i am missing another button, I am checking my buttons names and make sure the are their, and it is all in place
Thank You
try making the following change to your testimonials_manager_all_testimonials.css and testimonials_manager.css
blockquote{background:url("../images/blockquote.png")0 0 no-repeat;border:1px solid navy;padding:38px 0 5px 10px;}
I had no problem viewing the phone number in the last line of the text.
Re: Testimonial Manager 1.3.7
[FONT=Times New Roman]Hello Clyde [/FONT]
[FONT=Times New Roman]I log in my site thru another computer and it look fine , Thank you and sorry driving you crazy abut it[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]To my other issue how can I get my quote button to work also, I did make sure the are in place , and I already try the part you explain in page No 4 abut renaming it to gif.[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]P.S the button on my admin came back earlier after I re install the mod and you where right it is called “new_file” but earlier it was called differed any way it is fixed now.[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]Saying it just so other can read too[/FONT]
[FONT=Times New Roman]I really appreciate your time[/FONT]
Re: Testimonial Manager 1.3.7
Hi clydejones,
hope you are doing well.
thank you very much again for the great mod and sorted me out before.
here is another question: the page can't display GB Pounds sign £ correctly. http://www.ajdirect.co.uk/testimonia...timonials_id=2
any idea of that?
cheers
www.ajdirect.co.uk
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
pacman2007
try editing the entry and add either of the following where necessary.
£
& # 1 6 3 ; (this one without the spaces)
Re: Testimonial Manager 1.3.7
Hi Clyde - As always, thanks for your endlessly useful Mods and the detailed support you give.
Questions: In IE there tends to be quite a bit of dead space above and below the
Quote:
"[FONT="Georgia"]Thank you - wonderful...[/FONT]
Read More ->
View All Testimonials
Less in FF. Is there a way to alleviate that? View here >>> BeadedLily <<< Lower left-hand corner.
Also, I'd like to change the font size (smaller) of the
Quote:
Read More ->
View All Testimonials
How would I achieve that?
Thanks!
Tim
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
MeltDown
Hi Clyde - As always, thanks for your endlessly useful Mods and the detailed support you give.
Questions: In IE there tends to be quite a bit of dead space above and below the
Less in FF. Is there a way to alleviate that? View here >>>
BeadedLily <<< Lower left-hand corner.
Also, I'd like to change the font size (smaller) of the
How would I achieve that?
Thanks!
Tim
Try adding this 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;
}
Re: Testimonial Manager 1.3.7
Clyde - You da man! (Or so I assume from the name and beard. If not, please accept my sincerest apologies and may I suggest looking into electrolysis)
Seriously, thanks for that bit of code - It did the trick.
Tim
Re: Testimonial Manager 1.3.7
Clyde,
as usual, you solved my problem again.
you are really helpful!!
Re: Testimonial Manager 1.3.7
How do i adjust the margin of the text so it's not on the block quotes?
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
lextechs
How do i adjust the margin of the text so it's not on the block quotes?
make the following change in the testimonials_manager_all_testimonials.css
Find:
Code:
blockquote{background:url("../images/blockquote.png")0 0 no-repeat;border:1px solid navy;padding:5px 5px 0;}
and change as indicated in red.
Code:
blockquote{background:url("../images/blockquote.png")0 0 no-repeat;border:1px solid navy;padding:38px 56px;}