Re: Testimonial Manager 1.3.7
jonisolis,
Here's your custom setup
unzip the file
run the enclosed sql statement from admin -> tools -> install sql patches
rename the YOUR_TEMPLATE folder to match your custom template
FTP both the admin and includes folders to your server.
Upload your images to your images directory.
Open admin -> tools -> testimonial manager
to edit your testimonials click the edit button on the right.
Add your links to the testimonial_url field.
browse to your images directory on your PC and select the appropriate image
click the update button
Attachment 1714
Re: Testimonial Manager 1.3.7
clyde,
unzipped the file and uploaded again. still no joy.
i've checked the final source code. i could see:
<div class="buttonRow back"><a href="http://img.maxsonic.co.uk/st/index.php?main_page=index"><img src="includes/templates/template_default/buttons/english/button_back.gif" alt="Back" title=" Back " width="105" height="29" /></a></div>
<div class="buttonRow forward"><a href="http://img.maxsonic.co.uk/st/index.php?main_page=testimonials_add</a></div>
i can see the add testimonial link but the problem looks like it can't locate the image button.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
pacman2007
clyde,
unzipped the file and uploaded again. still no joy.
i've checked the final source code. i could see:
<div class="buttonRow back"><a href="http://img.maxsonic.co.uk/st/index.php?main_page=index"><img src="includes/templates/template_default/buttons/english/button_back.gif" alt="Back" title=" Back " width="105" height="29" /></a></div>
<div class="buttonRow forward"><a href="http://img.maxsonic.co.uk/st/index.php?main_page=testimonials_add</a></div>
i can see the add testimonial link but the problem looks like it can't locate the image button.
open includes/templates/YOUR_TEMPLATE/buttons/english/
find
button_image_testimonials.gif
rename this as
button_testimonials.gif
find
button_image_submit_testimonials.gif
rename this as
button_submit_testimonials.gif
Re: Testimonial Manager 1.3.7
Clyde, you are the STAR!:clap:
thanks for the superb mod and your help!!!
Re: Testimonial Manager 1.3.7
Dear Clyde,
WOW, you are so sweet to do this custom work for me. I do hope many other people will find your custom work helpful for their sites. They could add a photo of the person leaving the testimonial. That is suppose to make the testimonial more believable.
I did notice that if I have to re-edit a testimonial that the URL disappears and then I have to edit it again and add the URL back in the URL spot.
http://www.horse-logos.com/testimoni...timonials.html
Re: Testimonial Manager 1.3.7
Dear Clyde,
>You can see how the testimonials look with images here:
http://mysticmountainnaturals.com/te...l_testimonials
I see on your test site that your quote images are showing up and the image in the middle too. But now on my site the quote images have disappeared. But it looks OK with or without them.
http://www.horse-logos.com/testimoni...timonials.html
The quote images were showing up before I added the new custom image code.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
jonisolis
What is the size of your quote images?
Re: Testimonial Manager 1.3.7
36 px wide x 24 px high are my quote images in size.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
jonisolis
36 px wide x 24 px high are my quote images in size.
Try working with the padding
blockquote div {
padding:38px 56px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}
testimonials_manager.css
testimonials_manager_all_testimonials.css
Change them in increments of 10.
See if that helps
Re: Testimonial Manager 1.3.7
I tried a bunch of different padding sizes but the quote images never did show up again.
blockquote div {
padding:8px 6px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}
to
blockquote div {
padding:108px 106px;
background: url(../images/rgtblockquote.png) bottom right no-repeat;
height:1%;
}
But it is OK; it looks good with or with out the quote images.