-
AuthorPosts
-
April 10, 2008 at 12:57 am #127418
Why doe the following entry not display the ‘author’ icon or the closing quotation (Blockquote)?
<blockquote><span class=”open”>At</span> id ut nunc Nullam Quisque Lorem congue metus volutpat mauris. <span class=”close”>Nulla.</span><span class=”author”><a href=”http://www.joomlart.com” target=”_blank” title=”Testimonial”>J.Frank</a></span></blockquote><blockquote><span class=”open”>Lacinia</span> justo Donec porttitor Mauris vel risus velit neque Vestibulum <span class=”close”>fames</span><span class=”author”><a href=”http://www.joomlart.com” target=”_blank” title=”Testimonial”>F.Thomas</a></span></blockquote><blockquote><span class=”open”>Lacinia</span> justo Donec porttitor. Justo Donec <span class=”close”>fames</span><span class=”author”><a href=”http://www.joomlart.com” target=”_blank” title=”Testimonial”>A.Landon</a></span></blockquote>
__________________________________________________________
By changing the close to only have the final character I have managed to get it to close correctly but with no ‘Author’ imageThe image exists in the correct directory based on the css file and can be displayed by using the following:
<img src=”../templates/ja_edenite/images/icon-author.gif” border=”0″ hspace=”10″ width=”10″ height=”10″ />
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 10, 2008 at 1:52 am #244966can u send your URL?
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
April 10, 2008 at 3:35 am #244981Hi portalworks,
Open the typo.css file in the template folder and search the following CSS code ( about line 149.)
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
font-weight: bold;
margin-left: 15px;
padding-left: 0;
}
replace it by:
div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
font-weight: bold;
margin-left: 15px;
padding-left: 15px;
background: url(../images/icon-author.gif) no-repeat center left;
}
April 10, 2008 at 8:42 am #245010Trungch
Thank you for your reply.The function I am trying to use is Blockquote, therefore am I right in saying that making the change you suggest will have no effect on what I am trying to acheive?
The current code in the typo css is
__________________________blockquote {
padding: 1em 40px 1em 15px;
}blockquote span.open {
background: url(../images/so-q.gif) no-repeat left top;
padding: 0 0 0 15px;
}blockquote span.close {
background: url(../images/sc-q.gif) no-repeat bottom right;
padding: 0 15px 0 0;
}blockquote.testimonial {
padding: 0 0 10px;
border-bottom: 1px solid #E7E8E6;
}blockquote.testimonial span.author {
background: url(../images/icon-author.gif) no-repeat 5px center;
display: block;
font-weight: bold;
margin-top: 5px;
padding-left: 20px;
_________________ -
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by portalworks 16 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum