Foster Posted October 19, 2012 Share Posted October 19, 2012 (edited) Bonjour, comme peut le supposer mon titre j'ai une question par apport à la balise h1, je viens d'en rajouter sur ma page d'accueil (<h1 class="h1_title " style="text-align: right;">Livres de poker - strategie, astuce, conseil poker</h1) mais celle ci apparait également sur toutes les autres pages je voulais donc savoir comment faire en sorte que ça n'apparaissent que sur ma page d'accueil. Quelqu'un aurait une idée ? Merci. Voici le code de mon header tpl : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}"> <head> <title>{$meta_title|escape:'htmlall':'UTF-8'} {if $smarty.get.p} - page {$smarty.get.p}{/if} {if $smarty.get.tag} - {$smarty.get.tag}{/if} {if isset($search_query)} - {$search_query|escape:html:'UTF-8'}{/if} </title> {if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:html:'UTF-8'} {if $smarty.get.tag} - {$smarty.get.tag}{/if} {if $smarty.get.p} - page {$smarty.get.p}{/if} "/> {/if} {if $smarty.get.n || $smarty.get.orderby ||$smarty.get.orderway} <link rel="canonical" href="{$canUrl}" /> {/if} {if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" /> {/if} <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta name="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> <script type="text/javascript"> var baseDir = '{$content_dir}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; var priceDisplayMethod = {$priceDisplay}; var roundMode = {$roundMode}; </script> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script src="http://connect.facebook.net/fr_FR/all.js#xfbml=1"></script> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} {/if} {if isset($js_files)} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri}"></script> {/foreach} {/if} {if $page_name == panier && $page_name == contact} {include file='include_head.tpl'} <meta name="robots" content="noindex,follow"> {else} <meta name="robots" content="{if isset($nobots)}no{/if}index,follow"> {/if} {if $page_name == index} <link rel="canonical" href="{$base_dir}" /> {elseif $page_name == product} <link rel="canonical" href="{$base_dir}{$request_uri}" /> {else} <link rel="canonical" href="{$base_dir}{$request_uri|substr:1|regex_replace:'/\/(.*)/':''|regex_replace:'/\?(.*)/':''}" /> {/if} {$HOOK_HEADER} </head> <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> <h1 class="h1_title " style="text-align: right;">Livres de poker - strategie, astuce, conseil poker</h1> <!--[if lt IE 7]><div style='clear:both;height:59px;padding:0 15px 0 15px;position:relative;z-index:10000;text-align:center;'><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div><![endif]--> {if isset($ad) && isset($live_edit)}{include file="$tpl_dir./live_edit.tpl"}{/if} {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode}<div id="restricted-country"><p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p></div>{/if} <div id="wrapper1"> <div id="wrapper2"> <div id="wrapper3"> <!-- Header --> <div id="header"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.png?{$time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> </a> <span class="logo2"><img src="{$img_dir}logo2.png?{$time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /></span> <div id="header_right"> {$HOOK_TOP} </div> </div> <div id="columns"> <!-- Left --> <div id="left_column" class="column"><fb:like layout="button_count" font="arial"></fb:like><g:plusone></g:plusone>{$HOOK_LEFT_COLUMN}</div> <!-- Center --> <div id="center_column" class="center_column"> <div id="center_column_inner"> {/if} Edited October 19, 2012 by Foster (see edit history) Link to comment Share on other sites More sharing options...
lowess Posted October 19, 2012 Share Posted October 19, 2012 (edited) Bonjour, tu peux rajouter dans ton fichier global.css le css suivant: #index .h1_title{text-align:right!important;} .h1_title{display:none;} merci de mentionner résolu si ceci à résolu ton problème Edited October 19, 2012 by lowess (see edit history) Link to comment Share on other sites More sharing options...
Hedrad Posted October 19, 2012 Share Posted October 19, 2012 Aïe aïe aïe... Faut pas faire ça... Ne touchez pas au css et remplacer dans header.tpl : <h1 class="h1_title " style="text-align: right;">Livres de poker - strategie, astuce, conseil poker</h1> par {if $page_name == "index"} <h1 class="h1_title " style="text-align: right;">Livres de poker - strategie, astuce, conseil poker</h1> {/if} Link to comment Share on other sites More sharing options...
rapirapinou Posted October 19, 2012 Share Posted October 19, 2012 Du même avis qu'Hedrad. Pour compléter, il faut savoir que le titre du module "Editeur de page d'accueil" est en fait un h1. Pour ceux qui veulent éviter de mettre les mains dans le cambouis ^^ Link to comment Share on other sites More sharing options...
Foster Posted October 19, 2012 Author Share Posted October 19, 2012 (edited) Super les mecs, ça marche nikel ! Merci du coup de main ! Edited October 19, 2012 by Foster (see edit history) Link to comment Share on other sites More sharing options...
lowess Posted October 19, 2012 Share Posted October 19, 2012 Aïe aïe aïe... Faut pas faire ça... Ne touchez pas au css et remplacer dans header.tpl : par Un intégrateur alors fera quoi? en même temps je suis pas un developpeur; j'ose croire que le truc aurait fonctionner mais bon si tu trouves qu'une ligne conditionnelle fait l'affaire je te crois. et merci aussi dorénavan je m'en souviendrais de cette ligne Link to comment Share on other sites More sharing options...
Hedrad Posted October 19, 2012 Share Posted October 19, 2012 (edited) Ta technique aurait fonctionné... Mais le référenceur qui serait passé derrière aurait tapé l'intégrateur... Edited October 19, 2012 by Hedrad (see edit history) 1 Link to comment Share on other sites More sharing options...
bobiluse Posted May 20, 2015 Share Posted May 20, 2015 je vois que le probleme est résolu mais je voudrais un coup de main svp j'ai fait comme avez dit mais j'ai une page blanche quand je le charge moi ce que je veux c'est de mettre sur la premiere ligne le h1 <ul id="header_links"> <li class="first"><a href="{$link->getPageLink('index', true)}" title="{l s='Grossiste pas cher' mod='csblockpermanentlinks'}" {if $page_name=='index'}class="active"{/if}>{l s='Grossiste articles de fêtes' mod='csblockpermanentlinks'}</a></li> <li><a href="{$link->getPageLink('new-products', true)}" title="{l s='Nouveaux produits' mod='csblockpermanentlinks'}" {if $page_name=='new-products'}class="active"{/if}>{l s='Nouveaux produits' mod='csblockpermanentlinks'}</a></li> <li id="header_link_contact" class="last"><a href="{$link->getPageLink('contact', true)}" title="{l s='contact' mod='csblockpermanentlinks'}" {if $page_name=='contact'}class="active"{/if}>{l s='contact' mod='csblockpermanentlinks'}</a></li></ul> ce que je veux faire c'est de mettre la ligne Grossiste pas cher en h1 seulement en page d'acceuil svp aider moi Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now