iwebu Posted May 2, 2019 Share Posted May 2, 2019 Bonjour J'utilise un thème sur lequel je souhaiterais modifier le header.tpl pour remplacer des images et également inclure d'autre boutons. J'ai bien trouvé le fichier dans le dossier themes/mon_theme/templates/_partials/header.tpl. Malgré ça, aucune modification n'apparait à l'écran, même du simple texte ! J'ai ajouter mon div "bt-mon-compte" comme on peut le voir dans le code ci-dessous, mais cela ne change rien ! Même lorsque je supprimer un élément il est toujours présent à l'écran... pourtant cache vidé, fenêtre actualisée. {block name='header_top'} <div id="header-sticky" class="header-top"> <div class="hidden-md-down pull-right" id="sticky_top"> <div class="bt-mon-compte"></div> <div class="setting-desktop dropdown js-dropdown hidden-sm-down"> <div class="icon-setting-desktop" id="dropdownSettingButton-desktop" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button"> <i class="fa fa-align-justify" aria-hidden="true"></i> </div> <div class="dropdown-menu" aria-labelledby="dropdownSettingButton-desktop" role="menu"> {widget name="ps_languageselector"} {widget name="ps_currencyselector"} {hook h="displaybuttonsigin"} </div> </div> {widget_block name="ps_shoppingcart"} {include 'module:ps_shoppingcart/ps_shoppingcart-button.tpl'} {/widget_block} {hook h='displayblocksearch'} </div> <div class="position-static" id="header-menu"> {hook h='displayHeaderMenu'} <div class="clearfix"></div> </div> </div> {hook h='displayNavFullWidth'} {/block} Merci pour votre aide. Link to comment Share on other sites More sharing options...
Farris27 Posted May 2, 2019 Share Posted May 2, 2019 Bonjour, allez dans paramètres avancé -> performances : Smarty : Compilation des templatesNever recompile template filesRecompile templates if the files have been updatedForce compilation Vérifiez qu'il est bien sur recompilation quand modification. Link to comment Share on other sites More sharing options...
iwebu Posted May 27, 2019 Author Share Posted May 27, 2019 On 5/2/2019 at 10:14 AM, Farris27 said: Bonjour, allez dans paramètres avancé -> performances : Smarty : Compilation des templatesNever recompile template filesRecompile templates if the files have been updatedForce compilation Vérifiez qu'il est bien sur recompilation quand modification. Super ! MErci ! Link to comment Share on other sites More sharing options...
Farris27 Posted May 27, 2019 Share Posted May 27, 2019 De rien 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