Purity2.fr

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase Font Size
  • Default Font Size
  • Decrease Font Size
French (Fr)English (United Kingdom)
btn_25
afuj
joomla_1_5_25
telecharger_joomla_17

Les positions (à venir ....)

Les notions de Wrap et de Main | Les styles de modules Jaxhtml et Jarounded | définition des blocks | variations de positions

HEADER (à finir) | MAINNAV | TOPSL | BOTSL | FOOTER | LEFT | RIGHT | MAIN

Add a footerleft position

User Rating: / 5
PoorBest 

We will create a footerleft position in order to have two positions  the one next to the other one.

footer1

1- Modification of footer.php

Folder : templates > ja_purity_ii > layouts > blocks > footer.php

We will add the following code (between "ja-footnav" and"ja-copyright" )

<div class="footerleft">
<jdoc:include type="modules" name="footerleft" />
</div>

2- modification of templateDetails.xml

We will add a new position in the file templateDetails.xml

Folder : templates  >ja_purity_ii > templateDetails.xml

footer2

3- Modification of template.css

Folder : templates > ja_purity_ii > css > template.css

Deleting of the  Vertical dotted line :

We are going to modify #ja-footer.main by deleting the background image

#ja-footer .main {
/*background: url(../images/dot1.gif) repeat-y 22% 0;*/
color: #666666;
padding: 0;
position: relative;
}

Movement of the copyright on the right  :

We are going to modify  #ja-footer .inner by changing the percentage of the width as follow :

#ja-footer .inner { float: right; padding: 0; width: 48%; }

Addition of code for the footerleft position :

We are going to add the code  .footerleft as follow :

.footerleft {
width: 48%;
float: left;
padding-left: 10px;
}

4- Add a module in footerleft position

You do not have more than to select the position "footerleft" in the backend of the module that you want to display on the left of your footer.

footer3


joomlart ja purity 2

purity2_thumbnail

Joomlart - T3 Blank

t3blank_thumbnail

Les liens intéressants

web_links

adaptations de Ja Purity II

purity2_thumbnail
You are here: Tutoriels Mise en page Footer Add a footerleft position