PrestashopUser03 Posted August 19, 2019 Share Posted August 19, 2019 Bonjour à tous, Les balises html du code que j'ai écrit apparaissent à l'écran : mon code est ci-dessous, savez-vous ce qui cloche? <div class="categoryHeaderContainer" style=" background:url('https://www.localhost/newpresta/img/tmp/category_{$category.id}.jpg'); background-repeat: no-repeat; background-size: cover"> <div class="conteneurDescriptionCategory " > <div style="background-color: rgba(0, 51, 91, 0.8); min-height:220px; padding-left:10%; padding-right:10%;vertical-align:middle; padding-bottom: 20px; color:white"> <div> <h1 style="text-align:center; color:white"> {$category.name}</h1> <br> {$category.description} </div> <!-- vignettes des catégories --> {hook::exec('vignettesCategories')} </div> </div> </div> Link to comment Share on other sites More sharing options...
Alexandre Carette Posted August 19, 2019 Share Posted August 19, 2019 (edited) bonjour, essaye en mettant le parametre nofilter --> {$category.description nofilter} cordialement Edited August 19, 2019 by Alexandre Carette (see edit history) 1 Link to comment Share on other sites More sharing options...
PrestashopUser03 Posted August 19, 2019 Author Share Posted August 19, 2019 Faire ça ne va pas volontairement les faire apparaître? Mon but est de les faire disparaitre afin que la mise en page s'affiche. Link to comment Share on other sites More sharing options...
PrestashopUser03 Posted August 20, 2019 Author Share Posted August 20, 2019 Au temps pour moi, nofilter a parfaitement fonctionné. Merci ! 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