And so that it is clear for anyone else who is following this thread, the install script you ran is old incorrect and should not be run. The only install script you should be running is the one that comes with the current version of this module.
Printable View
Hi Everyone...Any idea what file I would need to change to have the image show to the left and the test to the right? Also...is the text size controlled by the site css or the testimonials css files? I couldn't seem to find it anywhere.
Thanks...
For the text size, I think you can add or edit css of testimonial.css
What's the image that you want to show ?
For the text size, I think you can add or edit css of testimonial.css
What's the image that you want to show ?
You can add an image to the testimonials. Like I added a testimonial to my new site from a woman that wrote one on my old site and I wanted to add her site banner to it. I added the site banner but it sits on top of the text. I would like it to sit side by side so that if anyone ever writes a testimonial with their image, it will automatically line up correctly.
Thanks for the tip on the css.
I think I found a solution I am happy with. I centered everything and gave it all proper spacing and I think it will work. Thanks for your help!!! :)
I added the following (in red) to both css files:
- display_all_testimonials.css -
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}
blockquote {
margin:0 !important;
padding:0 !important;
border:0px solid ;
height:1%;
text-align: center;
font-size:12px;
font-weight:bold;
font-style: italic;
}
blockquote div {
padding:20px 50px;
height:1%;
}
.testimonialImage {
margin: 0;
padding: 0.8em;
text-align: center;
}
- testimonials_manager.css -
#testimonialDefault h1{margin:0;padding:10px 0;font-size:1.5em;font-weight:700;}
blockquote {
margin:0 !important;
padding:0 !important;
border:0px solid navy;
height:1%;
text-align: center;
font-size:12px;
font-weight:bold;
font-style: italic;
}
blockquote div {
padding:20px 50px;
height:1%;
}
.testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}
Hope this helps someone!!! :)
How can I set this up so customers don't have to log in to leave testimonials?