martinus;22190Hi
Thanks for a great template… However – when trying to customize the testimonials on the frontpage the quotesigs and the icon in the box dissappears…
I’ve tried to customize it both in plain version and in the HTML-version…Nothing helps..
Any good ideas?
By the way: I’ve installed the quickstart-package…
thanks
Claus
Best thing Claus is t send us a live site url, it makes it much easier to see visually what is wrong and check source image path s and code etc
The quotes are just images and the highlight on the ‘mr den’ is css generated I think here’s teh correct code from the demo site analyse that and see if you code matches except for textual constant
<div class=”ja-box-right” style=”width: 33%;”>
<div class=”moduletable”>
<h3>
Testimonials </h3>
<div class=”clearfix”>
<blockquote class=”small-quote”><span class=”open-quote”>Lorem</span> ipsum dolor sit amet consectetuer Vivamus rhoncus nunc augue Aenean. Fermentum semper quis neque <span class=”close-quote”>consectetuer.</span>
<span class=”author”><a href=”http://www.joomlart.com” title=”JoomlArt” target=”_blank”>Mr. Den</a></span></blockquote>
<br />
<blockquote class=”small-quote”><span class=”open-quote”>Lorem</span> ipsum dolor sit amet consectetuer Vivamus rhoncus consectetuer Vivamus <span class=”close-quote”>consectetuer.</span><span class=”author”><a href=”http://www.joomlart.com” title=”JoomlArt” target=”_blank”>W.Rose</a></span></blockquote>
</div> </div>
</div>
Hope this gives you some good clues
ShannonN