pjerome Posted July 18, 2014 Share Posted July 18, 2014 (edited) Bonjour, je n'arrive pas a afficher la description d'une catégorie en entier. Est ce que quelqu'un peut m'aider ? Merci d'avance Edited July 18, 2014 by pjerome (see edit history) Link to comment Share on other sites More sharing options...
Coonax Posted July 18, 2014 Share Posted July 18, 2014 Bonjour, Je pense que tu atteint la taille maximale autorisé dans l'affichage. Link to comment Share on other sites More sharing options...
pjerome Posted July 18, 2014 Author Share Posted July 18, 2014 Il doit bien y avoir un moyen de modifier cette limite ? Link to comment Share on other sites More sharing options...
Coonax Posted July 18, 2014 Share Posted July 18, 2014 Chercher le fichier category.tpl ! Ensuite allez à la ligne 36 : {if Tools::strlen($category->description) > 350} <div id="category_description_short">{$description_short}</div> <div id="category_description_full" class="unvisible">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category.link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} Changez la valeur 350 par une valeur plus élevée. Merci de me tenir au courant-ci cela fonctionne. Link to comment Share on other sites More sharing options...
pjerome Posted July 18, 2014 Author Share Posted July 18, 2014 Aucune incidence... Link to comment Share on other sites More sharing options...
Coonax Posted July 18, 2014 Share Posted July 18, 2014 Dans ce cas remettez 350 comme avant. Je viens de faire un test en direct sur PrestaShop, et j'ai un bouton "Détails" afin de tous afficher. Vous ne l'avez pas ? Link to comment Share on other sites More sharing options...
pjerome Posted July 18, 2014 Author Share Posted July 18, 2014 Non je ne l'ai pas... Je me doute bien que c'est un truncate quelque part, mais je ne le trouve pas... Link to comment Share on other sites More sharing options...
Coonax Posted July 18, 2014 Share Posted July 18, 2014 Oui oui j'en cherche un également, mais aucun de ceux que je modifie change l'affichage souhaitez, je continuer à regarder. Link to comment Share on other sites More sharing options...
S-HAMMANI Posted July 18, 2014 Share Posted July 18, 2014 Bonjour; Pour afficher la totalité de la description de catégorie: Dans fichier category.tpl ligne 59 pas 36 remplacer ce bloc du code: {if Tools::strlen($category->description) > 350} <div id="category_description_short" class="rte">{$description_short}</div> <div id="category_description_full" class="unvisible rte">{$category->description}</div> <a href="{$link->getCategoryLink($category->id_category, $category->link_rewrite)|escape:'html':'UTF-8'}" class="lnk_more">{l s='More'}</a> {else} <div class="rte">{$category->description}</div> {/if} Par <div class="rte">{$category->description}</div> 1 Link to comment Share on other sites More sharing options...
pjerome Posted July 18, 2014 Author Share Posted July 18, 2014 Merci, cala marche mais me declenche un new probleme... J'ai un rectangle gris foncé qui recouvre une partie du texte... Voici le lien pour voir http://my-pets.fr/119-bionature Link to comment Share on other sites More sharing options...
S-HAMMANI Posted July 18, 2014 Share Posted July 18, 2014 Oui dans category.css modifier la couleur de background ou le supprimer (ligne 9): .content_scene_cat .content_scene_cat_bg { padding: 18px 10px 10px 42px; background-color: #464646 !important; } 1 Link to comment Share on other sites More sharing options...
pjerome Posted July 18, 2014 Author Share Posted July 18, 2014 Ca marche parfaitement Merci beaucoup Link to comment Share on other sites More sharing options...
jm64500 Posted February 4, 2015 Share Posted February 4, 2015 (edited) Ligne 17 dans le fichier category.css, on peut enlever color: white; pour la classe .category-name afin que le titre ne s'affiche pas en blanc sur fond blanc (dans le template par défault) puis ligne 6 color: #333333; (par exemple) pour que le texte soit visible. Edited February 4, 2015 by jm64500 (see edit history) Link to comment Share on other sites More sharing options...
jm64500 Posted February 4, 2015 Share Posted February 4, 2015 En fait, la procédure donnée par S-HAMMANI ne fonctionne pas chez moi sur une version 1.6.0.1 1, j'ai toujours le lien "details". Link to comment Share on other sites More sharing options...
jm64500 Posted February 7, 2015 Share Posted February 7, 2015 (edited) Après un vidage du cache ça fonctionne parfaitement. Merci! Edited February 7, 2015 by jm64500 (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