Hi,
I must be missing something obvious. Can you tell me why the titles of my articles are truncated here?
yousaygo.com/contact-corporate
This is my code in the arismartcontent module:
{arijaccordion animated="easeslide" width="265" articleCatId="76" useJoomlaArticle="true" autoHeight="false" articleRandomize="true"}
{articleTitle}{$title}{/articleTitle}
{ariarticletemplate}
{$introtext}
{/ariarticletemplate}
{/arijaccordion}
I tried adding in {$title|truncate:100} to see if it would somehow force the characters to show.
Thanks!