vestax 3 Posted October 12, 2009 Posted October 12, 2009 bonjour a tous,Je voudrez savoir comment modifier cette partie de ma boutique pour pouvoir y ajouter un lien accueil car il n'y a pas de lien direct vers l'accueil dans le menu catégorie.merci a tous pour votre aide Share this post Link to post Share on other sites
Scoubidouubidou 0 Posted October 12, 2009 Posted October 12, 2009 Hello,Une façon de faire serait de regarder la page blockpermanentlinks-header.tpl dans les modulesil y a plusieurs balises tu peux essayer d'en dupliquer une, celle de contact par exemple et de changer le mot contact par home, changer le lien.ensuite en faisant une recherche pour 'header_link_contact' dans le global.css tu dupliques une ligne des backgrounds pour la home.gif Share this post Link to post Share on other sites
vestax 3 Posted October 12, 2009 Posted October 12, 2009 Un grand merci a toi c'est vraiment trop cool, jai enfin réussi a ajouter un lien avec Accueil.Encore merci Cordialement Share this post Link to post Share on other sites
vestax 3 Posted October 12, 2009 Posted October 12, 2009 Encore une petite question, a tu une idée de comment centre le bloc recherche car sur la photo on peut appercevoir qu'il est mal centrer.encore merci d'avance Share this post Link to post Share on other sites
Scoubidouubidou 0 Posted October 12, 2009 Posted October 12, 2009 Si tu as un theme original tu peux faire une recherche dans le global.css pour #header #search_block_top il a l'air de 'floater', un margin-left:30px par exemple devrait le décaler. Fais aussi une petite recherche pour #header tout seul car il y a un width auquel il faut peut etre changer la valeur car le #search_block_top est contenu dedans. Tu peux t'aider de background coloré ou de bordures pour mieux voir. Share this post Link to post Share on other sites
vestax 3 Posted October 13, 2009 Posted October 13, 2009 Salut a tous,en faite jai un petit souci je pensez que tout été bon mais non.jai réussi a ajouter le lien accueil en dupliquand la ligne contact, mais je n'arrive pas a changer l'image gif.dans le global.css jai :}#header_links #header_link_sitemap a { background-image: url('../img/icon/sitemap.gif');}#header_links #header_link_contact a { background-image: url('../img/icon/contact.gif');}#header_links #header_link_bookmark a { background-image: url('../img/icon/star.gif');Jais modifier comme ceci sa décone :}#header_links #header_link_sitemap a { background-image: url('../img/icon/sitemap.gif');}#header_links #header_link_contact a { background-image: url('../img/icon/contact.gif'); background-image: url('../img/icon/home.gif');}#header_links #header_link_bookmark a { background-image: url('../img/icon/star.gif');}Comme cela aussi c'est pas bon non plus .}#header_links #header_link_sitemap a { background-image: url('../img/icon/sitemap.gif');}#header_links #header_link_contact a { background-image: url('../img/icon/contact.gif');}#header_links #header_link_contact a { background-image: url('../img/icon/home.gif');}#header_links #header_link_bookmark a { background-image: url('../img/icon/star.gif');Voila si tu a une astuce merci pour l'info Share this post Link to post Share on other sites
Atch 399 Posted October 13, 2009 Posted October 13, 2009 Salut,Normal tu appliques un bg différent à la meme id.essaye plutot comme cela #header_links #header_link_home a { background-image: url(’../img/icon/home.gif’);} et n'oublie pas de modifier le tpl également en assignant la bonne id à ton lien home.V++atch Share this post Link to post Share on other sites
Scoubidouubidou 0 Posted October 13, 2009 Posted October 13, 2009 Salut,Pour la barre de recherche, si tu voulais un centrage vertical, je sais pas trop car d'apres ton image on dirait que tu as un theme spécial, il n'y a pas de décalage dans le theme original. :-/ Share this post Link to post Share on other sites
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