elconquense Posted September 19, 2013 Share Posted September 19, 2013 (edited) The first sentence of the category description wrongly shows twice http://todo-yoga.net/28-danza-oriental anybody knows why? Edited September 20, 2013 by elconquense (see edit history) Link to comment Share on other sites More sharing options...
stottycabanas Posted September 19, 2013 Share Posted September 19, 2013 Hi elconquense, If you examine the file /themes/default/category.tpl, does it contain the section of code shown below? {if $category->description} <div class="cat_desc"> {if strlen($category->description) > 360} <p id="category_description_short">{$category->description|truncate:360}</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} If it's not the same, please post what you do have in that section. Thanks, Dave 1 Link to comment Share on other sites More sharing options...
elconquense Posted September 20, 2013 Author Share Posted September 20, 2013 Thanks Dave that fixed it http://todo-yoga.net/28-danza-oriental instead of lenght 360 I had 120 Link to comment Share on other sites More sharing options...
stottycabanas Posted September 20, 2013 Share Posted September 20, 2013 Good, glad it worked! You can mark the topic as SOLVED now. Go to your first post, click Edit then click Use Full Editor. Add [sOLVED] to the start of the title. Cheers, Dave Link to comment Share on other sites More sharing options...
MisterPresta Posted August 29, 2014 Share Posted August 29, 2014 You said "that fixed it". WHAT fixed it? Where is the solution? I have the same problem. Link to comment Share on other sites More sharing options...
elconquense Posted August 29, 2014 Author Share Posted August 29, 2014 just increase the limit from 360 to whatever you need so that the "if" condition is not true Link to comment Share on other sites More sharing options...
Recommended Posts