Re: Testimonial Manager 1.3.7
Sorted it!
Added this into the stylesheet:
#testimonials-managerContent {
padding: 0em; margin-bottom: 0em; line-height: 1em; font-weight: bold}
#testimonials-managerContent a:hover{
color: #ffffff;
background-color: #494a44;
}
And, I know....I'll have to upgrade someday!!!! :smile:
Re: Testimonial Manager 1.3.7
Dear Clyde,
I don't know how you put up with me! I figured both things out and now my URLs are staying put and my quote images are showing up. I guess I shouldn't try to fix things when I am tried and sleepy.
Now I need your help adjusting the padding around the text so that the quote image do not over lap the text when I don't have a logo image at the top.
http://www.horse-logos.com/testimoni...timonials.html
Re: Testimonial Manager 1.3.7
Me again!
I've got the module working perfectly now - Thank you :-)
I have downloaded the special mod you did where I could upload an image to the testimonial. However, I'ved noticed that, should I need to delete an image I am unable to do so. Where are the images saved? I could then go in and delete it manually!
Also, although the image is displayed on the testimonials page is there any way of getting it to show in the sidebox? (Above all the writing)
gary :smile:
Re: Testimonial Manager 1.3.7
OK I figure out the padding thing and now the quote images are not touching the text. Thanks for all your wonderful and fast help Clyde!
By the way, if you do make a way to put the image in the sidebox I would need a way to post a smaller image for that spot or have it resize it self.
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
HandcraftedUK
I have downloaded the special mod you did where I could upload an image to the testimonial. However, I'ved noticed that, should I need to delete an image I am unable to do so. Where are the images saved? I could then go in and delete it manually!
The filename is stored in the database table (_testimonials_manager)
I'll work on adding a switch to enable a delete option.
Quote:
Also, although the image is displayed on the testimonials page is there any way of getting it to show in the sidebox? (Above all the writing)
Possible, yes. It will require some work to get the image to re-size to fit the sidebox.
Re: Testimonial Manager 1.3.7
HandcraftedUK, jonisolis,
Here's the image handling update for Testimonial Manager.
Unzip the file.
Change the YOUR_TEMPLATE folder(s) to match the name of your custom folder.
Upload both the admin and includes folders to your server.
Also add the following to your stylesheet.css
#testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}
Note: the sidebox uses your small image height and width to scale the image to fit.
Attachment 1736
Re: Testimonial Manager 1.3.7
Thanks Clyde - that was brill :smile:
I do really love this zencart stuff. Everyone is so helpful. I would try to help out on the forums myself but I don't know even half of it!!!!
Gary :smile:
Re: Testimonial Manager 1.3.7
Re: Testimonial Manager 1.3.7
WOW and Super WOW -- Clyde, how you do what you do! Looks great and works like a charm. Thank you so much for all your work on this special Zen addon. As soon as I have this cart making some money I am going to give you some.
By the way, how do I bold the text, "View All Testimonials"? And can this text and link be added to the bottom of each single testimonial page?
Re: Testimonial Manager 1.3.7
Quote:
Originally Posted by
jonisolis
WOW and Super WOW -- Clyde, how you do what you do! Looks great and works like a charm. Thank you so much for all your work on this special Zen addon. As soon as I have this cart making some money I am going to give you some.
Quote:
By the way, how do I bold the text, "View All Testimonials"?
Add the following declaration to your stylesheet.css
.bettertestimonial {
font-weight: 700;
}
Quote:
And can this text and link be added to the bottom of each single testimonial page?
I'll create something for this and post back with the result (probably tomorrow)