Shape 5

Joomla Templates => Basics - Club => : damalredes April 12, 2010, 09:08:13 AM



: Small corrections
: damalredes April 12, 2010, 09:08:13 AM
Hi Shape5 DevTeam, I saw small errors in the Basics template.
In "light.css" there is an error in 13th row:

:
div.module_round_box-none {
background:#FFFFFF;
border:solid 1px #border:solid 1px #E5E5E5;;
}

In your typography tutorial (http://www.shape5.com/demo/basics/ex4/index.php?option=com_content&view=article&id=12&Itemid=27) there is this code:

:
<div class="s5_greenbox"> 
<div class="tl"></div>
<div class="tr"> </div>
<div class="bl"> </div>
<div class="br"> </div>
Your text here
</div>
</div>

but it is incomplete because not enough: <div class="point"> before the text and last div tag doesn't have a pair, because this doesn't appear yellow icon.
Please, correct it for future users of the template :)


: Re: Small corrections
: mikek April 12, 2010, 09:50:09 AM
Hello, thank you for pointing this out. I am updating this now.


: Re: Small corrections
: ardase April 12, 2010, 01:33:06 PM
what is the right correction??


: Re: Small corrections
: mikek April 12, 2010, 01:40:42 PM
Hello, the code would need to look like this:

<div class="s5_greenbox">
      <div class="tl"></div>
      <div class="tr"></div>
      <div class="bl"></div>
      <div class="br"></div>
   <div class="point"></div>
      Your text here
   </div>
</div>


: Re: Small corrections
: damalredes April 12, 2010, 04:27:43 PM
and this

div.module_round_box-none {
background:#FFFFFF;
border:solid 1px #border:solid 1px #E5E5E5;

must be:

div.module_round_box-none {
background:#FFFFFF;
border:solid 1px #E5E5E5;


: Re: Small corrections
: damalredes April 27, 2010, 01:40:56 AM
One more problem

There isn't image s5_right_quote.png in images/typography folder
If I tried to use
tags I didn't saw right quote
I had to dowload it from your typography tutorial, fix it please  ;)