Hi marinolab,
how can modify the grey bar at the bottom (more short)
You can open the file of templates/ja_teline_iv/html/mod_janews_featured/default/style.css
Look for this css
links-actions {
background: url(“../../../images/dot-2.gif”) repeat-x scroll center top #DDDDDD
width: 245px;
}
and set the height here, change the above to this
links-actions {
background: url(“../../../images/dot-2.gif”) repeat-x scroll center top #DDDDDD
height: 20px;
width: 245px;
}
<blockquote> translate “1 OF 2” in “1 di 2” ?</blockquote>
Open the file of templates/ja_teline_ivhtmlmod_janews_featureddefaultblog.php Look for this and make change as you wish
[PHP]<?php echo JText::_(‘of’)?>[/PHP]
I hope those changes help !