Bonjour, je me retrouve ici car je n'ai pas trouvé la solution à mon problème
J'ai créé un site en local pour le moment avec joomla 1.6 et fait le template avec artisteer 2. Je veux mettre une position module en haut a droite du header pour pouvoir insérer un espace facebook "j'aime". voici les fichier que j'ai modifier
Fichier templateDetails.XML
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>user5</position>
<position>header</position>
</positions>
</install>
Fichier index.PHP
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<div class="art-header">
<div><jdoc:include type=”modules” name=”header” style=”artstyle” artstyle=”art-block” /></div>
<div class="art-header-jpeg"></div>
Ajouté au Fichier template CSS
/* begin custom header content */
div.art-Header-content
{
margin: 0 auto;
position: absolute;
z-index:1;
top: 0px; /* enter the number of pixels down from the top of the header to position the upper left corner of your module area */
left: 1000px; /* enter the number of pixels in from the left of the header to position the upper left corner of your module area */
width: 234px; /* enter the width of your module area */
height: 150px; /* enter the height of your module area */
background-color: black;
}
/* end custom header content */
Lorsque je créé un module j'ai bien la position header mais rien ne s'affiche dans le header du site..
Merci d'avance
J'ai créé un site en local pour le moment avec joomla 1.6 et fait le template avec artisteer 2. Je veux mettre une position module en haut a droite du header pour pouvoir insérer un espace facebook "j'aime". voici les fichier que j'ai modifier
Fichier templateDetails.XML
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>user5</position>
<position>header</position>
</positions>
</install>
Fichier index.PHP
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<div class="art-header">
<div><jdoc:include type=”modules” name=”header” style=”artstyle” artstyle=”art-block” /></div>
<div class="art-header-jpeg"></div>
Ajouté au Fichier template CSS
/* begin custom header content */
div.art-Header-content
{
margin: 0 auto;
position: absolute;
z-index:1;
top: 0px; /* enter the number of pixels down from the top of the header to position the upper left corner of your module area */
left: 1000px; /* enter the number of pixels in from the left of the header to position the upper left corner of your module area */
width: 234px; /* enter the width of your module area */
height: 150px; /* enter the height of your module area */
background-color: black;
}
/* end custom header content */
Lorsque je créé un module j'ai bien la position header mais rien ne s'affiche dans le header du site..
Merci d'avance
Commentaire