-
AuthorPosts
-
mfcphil Friend
mfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 10, 2009 at 8:04 pm #140149Does anyone have a copy of the css code to add to the css folders that give us the Testimonial Quotes with the figure images included.
4874
This one is from the Ja Edenite template….can’t find the code in the css file
You should be able to simply press testimonial style tpye in the styles option box and get this to work
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 11, 2009 at 2:03 am #300877mfcphil;123752Does anyone have a copy of the css code to add to the css folders that give us the Testimonial Quotes with the figure images included.
4874
This one is from the Ja Edenite template….can’t find the code in the css file
You should be able to simply press testimonial style tpye in the styles option box and get this to work
Using Firebug it shows that the testimonials box is a div called
<div class=“moduletable_hilite”>containing
<h3>Testimonials</h3><blockquote class=”testimonial”>
<span class=”open”>At</span>
id ut nunc Nullam Quisque Lorem congue metus volutpat mauris.
<span class=”close”>Nulla.</span>
<span class=”author”>
<a title=”Testimonial” target=”_blank” href=”http://www.joomlart.com”>J.Frank</a>
</span></blockquote>
<blockquote class=”testimonial“>
<span class=”open”>Lacinia</span>
justo Donec porttitor Mauris vel risus velit neque Vestibulum
<span class=”close”>fames</span>
<span class=”author”>
<a title=”Testimonial” target=”_blank” href=”http://www.joomlart.com”>F.Thomas</a>
</span>
</blockquote><blockquote class=”testimonial“>
<span class=”open”>Lacinia</span>
justo Donec porttitor. Justo Donec
<span class=”close”>fames</span>
<span class=”author”>
</span>
</blockquote>Css found in
div.moduletable, div.moduletable_menu, div.moduletable_text, div.moduletable_hilite {template.css (line 647)
margin:0;
padding:0 10px 10px;Also in typo.css etc
blockquote.testimonial {typo.css (line 35)
border-bottom:1px solid #E7E8E6;
padding:0 0 10px;
}blockquote {typo.css (line 21)
padding:1em 40px 1em 15px;
}p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {template.css (line 90)
margin:10px 0;
padding:0;
}Is this what you wanted?
Cheers ShannonN1 user says Thank You to ShannonN for this useful post
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 11, 2009 at 6:49 am #300898Hi Shannon
What I want to know is how to get this working.
There is a testimonial style button in the editor for this template so if you choose that style the effect in the demo should be what we get on the page…its notSo do we need to add some of the info you have shown to the css files or folders?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 11, 2009 at 7:56 am #300902Shannon
Got there in the end using the code you provided.
Turned editor off and played about for a while
<blockquote class=”testimonial”>
<span class=”open”>Start your text here</span>
middle part of your sentence
<span class=”close”>finish it here.</span>
<span class=”author”>
<a title=”Testimonial” target=”_blank” href=”http://www.joomlart.com”>J.Frank</a>
</span></blockquote>
<blockquote class=”testimonial”>
<span class=”open”>Lacinia</span>
justo Donec porttitor Mauris vel risus velit neque Vestibulum
<span class=”close”>fames</span>
<span class=”author”>
<a title=”Testimonial” target=”_blank” href=”http://www.joomlart.com”>F.Thomas</a>
</span>
</blockquote><blockquote class=”testimonial”>
<span class=”open”>Lacinia</span>
justo Donec porttitor. Justo Donec
<span class=”close”>fames</span>
<span class=”author”>
</span>
</blockquote>ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 11, 2009 at 8:04 am #300904mfcphil;123816Hi Shannon
What I want to know is how to get this working.
There is a testimonial style button in the editor for this template so if you choose that style the effect in the demo should be what we get on the page…its notSo do we need to add some of the info you have shown to the css files or folders?
Shannon
Got there in the end using the code you provided.
Turned editor off and played about for a while
Hi Phil
I haven’t actually used the template so was unaware of that button and it’s usage, I merely thought you requested the relevant css to match the panel etc, But in the end I’m glad the supplied code gave you some hints, all’s well that ends well.
ShannonNShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 12, 2009 at 5:54 pm #301037mfcphil;123816Hi Shannon
What I want to know is how to get this working.
There is a testimonial style button in the editor for this template so if you choose that style the effect in the demo should be what we get on the page…its notSo do we need to add some of the info you have shown to the css files or folders?
Hi Phil
Given your later post and the need to turn off the feature etc. does this mean the testimonial button doesn’t work as planned , if so can you log a bug report with JA ? Best they add it to the list:) if it’s a bug?Shannon
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 12, 2009 at 6:02 pm #301039Well the style button certainly did not work as planned…and you have to be careful where your putting your text when your editing or you start losing thing like the quotation marks or the little people figures.
But your right as they have the Testimonial in the css file it should work….the testimonial in the css does not have any link to the little People image though!!
Does look nice on the page 😀
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 12, 2009 at 6:12 pm #301041Just a pointer on this:
If it was not meant to have the little users image it would just be a blockquote style which would give us the quotation marks.
The testimonial STYLE gives us the image and the quotation marks!!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by mfcphil 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Testimonials box code with images
Viewing 8 posts - 1 through 8 (of 8 total)