soifran Posted April 28, 2015 Share Posted April 28, 2015 Bonjour, Voici mon probleme. J'ai voulu integrer une petite maison sur mon menu à la place du texte accueil comme ci dessous (theme de base) Jusqu'ici ça fonctionne quand je suis sur les pages accueil, les photographies et contact (page non cms) En revanche, sur les onglets "les artistes" et "tirages et finitions" (page en cms) j'ai un point d'interrogation qui signifie qu"il ne trouve pas l'image. Voir ci dessous Pouvez vous me dire pourquoi ? J'ai regardé le chemin il y a "content/monimage.png" mais impossible de trouver le dossier "content". Si une âme charitable peut m'aider. Merci d'avance, A bientôt. Link to comment Share on other sites More sharing options...
Divine Posted April 28, 2015 Share Posted April 28, 2015 Bonjour, Comment as-tu intégré ton image exactement ? Link to comment Share on other sites More sharing options...
soifran Posted April 28, 2015 Author Share Posted April 28, 2015 J'ai ajouté le code : <li class="logo_home"><a href="{$link->getPageLink('index.php')}"><img src="img/photographie-d-art.png" alt="{l s='Accueil' mod='innovativemenu'}" /></a></li> dans le fichier blocktopmenu.tpl Link to comment Share on other sites More sharing options...
Divine Posted April 28, 2015 Share Posted April 28, 2015 L'URL qui appelle ton image est une URL relative (relative à la page sur laquelle tu te trouves) et c'est forcément sujet à erreurs de ce type. Il faut utiliser une URL absolue donc quelque chose comme : <img src="{$base_dir}img/photographie-d-art.png" alt="{l s='Accueil' mod='innovativemenu'}" /> Link to comment Share on other sites More sharing options...
DeyDDy Posted April 28, 2015 Share Posted April 28, 2015 Bonjour, Vous pouvez aussi utiliser "Font Awesome" ligne a inclure dans le tpl <li class="logo_home"> <a href="{$link->getPageLink('index.php')}" alt="{l s='Accueil' mod='blocktopmenu'}" title="{l s='Accueil' mod='blocktopmenu'}" /></a></li> un peu de css .sf-menu .logo_home a:before { color:#fff; content:"\f015"; font-family:"FontAwesome"; font-size:16px; } .logo_home { float:left; background:#333; Link to comment Share on other sites More sharing options...
soifran Posted April 28, 2015 Author Share Posted April 28, 2015 Yeahhhhhhhh ça fonctionne. Perfecto !!! Tu gère. Par contre j'ai l'impression que ça m'a agrandi mon menu de 20 px de cahque coté. Du coup il est plus aligné avec mon slider. Mais bon. Link to comment Share on other sites More sharing options...
soifran Posted April 29, 2015 Author Share Posted April 29, 2015 (edited) Ah je viens de voir que sur la version mobile mon menu a disparu :/S'avez vous pourquoi?Merci Edited April 29, 2015 by soifran (see edit history) 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