Roberto C. Posted November 6, 2013 Share Posted November 6, 2013 (edited) Ciao a tutti, ho PS. 1.5.4.1 e vorrei far apparire il testo completo che ora appare troncato nelle categoire e sottocategorie, come fare ? Grazie. Edited November 9, 2013 by Roberto C. (see edit history) Link to comment Share on other sites More sharing options...
ariom Posted November 8, 2013 Share Posted November 8, 2013 Ciao Roberto.... hai un link al sito? .... non c'è la funzione truncate per i nomi delle categorie e sottocategotie.... toccherebbe vedere Link to comment Share on other sites More sharing options...
viger Posted November 8, 2013 Share Posted November 8, 2013 Il truncate dipende dal tema, per quello di default è a 35 per il nome prodotto e a 360 per la descrizione. Però appunto per quello di default... Nel tema di default: /themes/default/product-list.tpl (riga 45) <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> Link to comment Share on other sites More sharing options...
ariom Posted November 8, 2013 Share Posted November 8, 2013 Quoto la risposta di Viger.... ho capito male io la domanda.....:-( Link to comment Share on other sites More sharing options...
viger Posted November 8, 2013 Share Posted November 8, 2013 Capita! Però che palle 'sti e-shop, imbiancare un muro e lavare un pavimento mi sembra più facile! Link to comment Share on other sites More sharing options...
Roberto C. Posted November 8, 2013 Author Share Posted November 8, 2013 Il truncate dipende dal tema, per quello di default è a 35 per il nome prodotto e a 360 per la descrizione. Però appunto per quello di default... Nel tema di default: /themes/default/product-list.tpl (riga 45) <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> Grazie, ma penso che ci sia stato qualche fraintendimento. Allego due screenshot esplicativi. Link to comment Share on other sites More sharing options...
ariom Posted November 9, 2013 Share Posted November 9, 2013 Themes > tuo tema > category.tpl questa è la parte che puoi modificare {if $category->description} <div class="cat_desc"> {if strlen($category->description) > 120} <p id="category_description_short">{$category->description|truncate:120}</p> <p id="category_description_full" style="display:none">{$category->description}</p> <a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a> {else} <p>{$category->description}</p> {/if} </div> {/if} spero di averti capito.... :-) Link to comment Share on other sites More sharing options...
Roberto C. Posted November 9, 2013 Author Share Posted November 9, 2013 Themes > tuo tema > category.tpl questa è la parte che puoi modificare {if $category->description} <div class="cat_desc"> {if strlen($category->description) > 120} <p id="category_description_short">{$category->description|truncate:120}</p> <p id="category_description_full" style="display:none">{$category->description}</p> <a href="#" onclick="$('#category_description_short').hide(); $('#category_description_full').show(); $(this).hide(); return false;" class="lnk_more">{l s='More'}</a> {else} <p>{$category->description}</p> {/if} </div> {/if} spero di averti capito.... :-) Fatto Grazie della cortesia. Roberto Link to comment Share on other sites More sharing options...
ariom Posted November 9, 2013 Share Posted November 9, 2013 (edited) Felice di esserti stato utile....puoi inserire [solved] nel titolo del primo post..... buon lavoro... Edited November 9, 2013 by ariom (see edit history) Link to comment Share on other sites More sharing options...
pinatz Posted September 7, 2017 Share Posted September 7, 2017 Ciao a tutti. Riprendo questo post perché volevo capire per chi ha 1.6 dove andare ad agire. Ho lo stesso problema. Grazie per chi risponderà. Ciaoo 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