Hi, how do I make my carousel wrap a long title to the next line?
Some of the titles get cut off and a funny symbol shows up at the end. Some of the titles are in Russian.
As always thanks!
i have the same problem...
maybe is the line:
<a href="<?php echo osc_item_url() ; ?>"><?php echo substr(osc_item_title(),0,15) ; if(strlen(osc_item_title())>15) echo '...'; ?></a>
on carousel_detail.php on line 72 and 100.
When the title is longher than (in this case) 15 char, it show "...", but wit some character, like è,à,ù it show a symbol!