Sèctom Posted May 11, 2016 Share Posted May 11, 2016 Bonjour à tous, Comme l'indique le titre, je souhaite centrer mes modules "Informations" et "Nous contacter" et, idéalement, que la barre verticale entre les deux se trouve à égale distance des deux modules. J'imagine que ce n'est pas sorcier mais j'ai essayé de modifier le code dans mon FTP, de modifier la position des modules.. Je n'y arrive pas. Ci-dessous, l'image de mon footer. Merci d'avance. Antoine. Link to comment Share on other sites More sharing options...
Sèctom Posted May 12, 2016 Author Share Posted May 12, 2016 Up. Link to comment Share on other sites More sharing options...
NCMarketing Posted May 12, 2016 Share Posted May 12, 2016 Bonjour, Dans ton fichier global.css trouver #footer et ajouter : margin:0 auto; ou margin-right: auto; margin-left: auto; ou dans ton fichier footer.tpl, tu localises <footer id="footer" class="container"> <div class="row">{$HOOK_FOOTER}</div> </footer> que tu remplaces par : <footer id="footer" class="container"> <div class="row" align="center">{$HOOK_FOOTER}</div> </footer> Link to comment Share on other sites More sharing options...
Sèctom Posted May 17, 2016 Author Share Posted May 17, 2016 Merci pour ta réponse claire et précise . J'ai essayé de faire la modif. dans global.css mais j'ai trouvé au moins 20 fois #footer donc j'ai préféré utiliser la deuxième méthode, modifier footer.tpl. J'ai donc bien localisé et remplacé ce que tu m'as dit. Par contre, une fois footer.tpl enregistré avec les modifications, rien ne change sur mon site. Le soucis ne viendrait-il pas du fait qu'il faut en fait centrer mes modules "Informations" et "Nous contacter" et non le footer? Merci d'avance. Antoine. Link to comment Share on other sites More sharing options...
Sèctom Posted May 21, 2016 Author Share Posted May 21, 2016 Up. Link to comment Share on other sites More sharing options...
NCMarketing Posted May 23, 2016 Share Posted May 23, 2016 Le site est visible en ligne ? Link to comment Share on other sites More sharing options...
Sèctom Posted May 23, 2016 Author Share Posted May 23, 2016 Oui, le voici. Link to comment Share on other sites More sharing options...
Sèctom Posted June 13, 2016 Author Share Posted June 13, 2016 Up. Link to comment Share on other sites More sharing options...
farida13 Posted August 29, 2016 Share Posted August 29, 2016 Bonjour, Avez-vous trouvé une solution? car je rencontre le même problème sur mon site (en local) Merci d'avance Link to comment Share on other sites More sharing options...
fourquet Posted August 29, 2016 Share Posted August 29, 2016 IL faut mettre col-sm-6 au lieu de col-sm-2 dans <section id=block_various_links_footer class="footer-block col-xs-12 col-sm-6"> et idem pour l'autre section <section id="block_contact_infos" class=... col-sm-2> Guillaume Link to comment Share on other sites More sharing options...
Sèctom Posted August 29, 2016 Author Share Posted August 29, 2016 Dans quel fichier, Guillaume? J'ai cherché dans les tpl et le global.css, pas trouvé.. Link to comment Share on other sites More sharing options...
farida13 Posted August 30, 2016 Share Posted August 30, 2016 IL faut mettre col-sm-6 au lieu de col-sm-2 dans <section id=block_various_links_footer class="footer-block col-xs-12 col-sm-6"> et idem pour l'autre section <section id="block_contact_infos" class=... col-sm-2> Guillaume Merci de votre repense. Travaillez vous sur la version 1.6? Link to comment Share on other sites More sharing options...
fourquet Posted August 30, 2016 Share Posted August 30, 2016 Oui Link to comment Share on other sites More sharing options...
Sèctom Posted August 30, 2016 Author Share Posted August 30, 2016 Guillaume, dans quel fichier modifiez-vous ces deux sections? Merci d'avance, Antoine. Link to comment Share on other sites More sharing options...
fourquet Posted August 30, 2016 Share Posted August 30, 2016 Cela doit être modules/blockvariouslink/*.tpl et /blockcontactinfos/*.tpl 1 Link to comment Share on other sites More sharing options...
farida13 Posted August 30, 2016 Share Posted August 30, 2016 je trouve aucune trace de ces deux sections!! même en faisant une recherche automatique Link to comment Share on other sites More sharing options...
Sèctom Posted August 30, 2016 Author Share Posted August 30, 2016 La recherche automatique ne marchait pas non plus pour moi sous Bloc notes, je te conseille de télécharger Notepad++. Mais peut-être te trompes-tu de fichier? Guillaume, hier j'ai bien fait les remplacements dans "modules/blockcontactinfos/*.tpl" et "blockCMS/*.tpl" (je n'ai pas de module appelé blockvariouslink) mais ca n'a rien changé une fois les fichiers overwrités et le site actualisé. J'ai remplacé "col-sm-2" par "col-sm-6" dans l'un des deux et "col-sm-4" par 'col-sm-6" dans l'autre. Link to comment Share on other sites More sharing options...
farida13 Posted August 30, 2016 Share Posted August 30, 2016 La recherche automatique ne marchait pas non plus pour moi sous Bloc notes, je te conseille de télécharger Notepad++. Mais peut-être te trompes-tu de fichier? j'ai essayé la recherche sous Notepad++ et sous DreamWeaver, rien trouvé. j'ai ouvert les fichier blocklink et block contactinfos.tpl pareil Pouvez-vous me donner le chemin direct et la ligne ça me fera gagner du temps Merci d'avance Link to comment Share on other sites More sharing options...
Sèctom Posted August 30, 2016 Author Share Posted August 30, 2016 (edited) Dans /modules/blockcontactinfos/blockcontactinfos.tpl à la ligne28 : <section id="block_contact_infos" class="footer-block col-xs-12 col-sm-6"> Edited August 30, 2016 by Sèctom (see edit history) Link to comment Share on other sites More sharing options...
farida13 Posted August 31, 2016 Share Posted August 31, 2016 Sèctom Voici ce que j'ai entre les lignes 27 et 37: <!-- MODULE Block contact infos --> <div id="block_contact_infos"> <h4 class="title_block">{l s='Contact us' mod='blockcontactinfos'}</h4> <ul> {if $blockcontactinfos_company != ''}<li><strong>{$blockcontactinfos_company|escape:'html':'UTF-8'}</strong></li>{/if} {if $blockcontactinfos_address != ''}<li><pre>{$blockcontactinfos_address|escape:'html':'UTF-8'|nl2br}</pre></li>{/if} {if $blockcontactinfos_phone != ''}<li>{l s='Tel' mod='blockcontactinfos'} {$blockcontactinfos_phone|escape:'html':'UTF-8'}</li>{/if} {if $blockcontactinfos_email != ''}<li>{l s='Email:' mod='blockcontactinfos'} {mailto address=$blockcontactinfos_email|escape:'html':'UTF-8' encode="hex"}</li>{/if} </ul> </div> <!-- /MODULE Block contact infos --> Link to comment Share on other sites More sharing options...
fourquet Posted August 31, 2016 Share Posted August 31, 2016 OK ca doit donc être dans le theme theme/defaut/modules/blockcontactinfos/*.tpl 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