kaena Posted February 15, 2019 Share Posted February 15, 2019 bonjour j’ai un souci, je suis sous PrestaShop 1.7.5.0, j’ai créé le dossier IMG (assets/ image) car il n'existait pas, j’ai décompressé le dossier css. voilas c que je met dans css : @media(min-width:1024px){ #wrapper .container{background:#fff;padding-top:20px;} #wrapper{background:url('../img/bg.jpg’) top center no-repeat;} } l'image dans le dossier IMG à le meme nom. pouvez vous m’éclairer ? merci Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2019 Share Posted February 15, 2019 Peut-être IMG, Img, img ? En dehors de windows les filesystems sont case sensitive Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 merci doekia, j'ai regardé pour IMG, Img, img , cela ne change rien Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2019 Share Posted February 15, 2019 La bonne question est pourquoi vouloir faire une autre répertoire image et ne pas utiliser celui de l'assets normal (image) Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 tout simplement, parce qu'il existe pas sur cette version, à tout c que j'ai posé la question, ils avaient plus le dossier img, voilas pourquoi j'ai créée c dossier Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2019 Share Posted February 15, 2019 je dois rien comprendre à ta question Si tu fais un répertoire dont le nom est assets/image, ta css (si elle est dans assets/css) doit contenir ../image/bg.jpg Si tu as fait un répertoire assets/img, alors ../img/bg.jpg Si ta css est ailleurs il faut ajuster le path Après je vois aussi que le message d'origine contient un espace entre assets et image assets/image vs assets/ image Pense aussi a purger tes cache Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 attends je te montre,peut etre mal expliqué ,en photo Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 en faite,je me suis exprimé comme une godiche, lol, j'ai crée un dossier img dans assets, car il existe pas, ensuite css,j'ai ajouté cela: @media(min-width:1024px){ #wrapper .container{background:#fff;padding-top:20px;} #wrapper{background:url('../img/bg.jpg’) top center no-repeat;} } les caches vidés sur prestashop et même chrome Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2019 Share Posted February 15, 2019 le premier quote semble différent du second sur ta copie écran d'ailleurs les quote sont inutile Je viens de tester sur ma version - aucun problème Que dit la console de ton navigateur concernant cette règle quand tu visualises sur un écran supérieur à 1024px ? Sans url impossible de voir où est ton #wrapper Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 tu v mon url pour voir, car la je patauge un p http://love-creation.fr/fr/ Tu as la même version que moi de prestashop ? merci pour ton aide, vraiment Link to comment Share on other sites More sharing options...
doekia Posted February 15, 2019 Share Posted February 15, 2019 j'abandonne: #wrapper { background: url('../IMG/bg.jpg’) top center no-repeat;}'); } Link to comment Share on other sites More sharing options...
Louise mallet Posted February 15, 2019 Share Posted February 15, 2019 salut, ton code css est pas bon mettre: background: url('../img/bg.jpg') top center no-repeat; au lieu de background: url('../IMG/bg.jpg’) top center no-repeat;}'); Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 dsl,j'ai refais ta ligne de code, cela ne change rien ☹️ Link to comment Share on other sites More sharing options...
kaena Posted February 15, 2019 Author Share Posted February 15, 2019 merci louise mallet, cela fonctionne nickel , merci beaucoup , merci aussi à toi doekia 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