Hi
how to translate word ‘of’ between numbers on the featured articles in main site
Open this file /templates/ja_teline_v/acm/news-featured/tmpl/style-1.php and find
<strong class="carousel-number-index">1</strong> of <strong><?php echo count($leading) ?></strong>
Change the word of as you prefer
words ‘grid’ and ‘list’
open this file /templates/ja_teline_v/acm/news-list/tmpl/style-1.php if you are using ja acm style-1 and find
<label>View as:</label>
<a href="#" class="btn" title="Grid View" data-action="switchClass" data-target=".magazine-list"
data-value="grid-view" data-key="acm<?php echo $module->id ?>" data-default="1"><i class="fa fa-th-large"></i> Grid</a>
<a href="#" class="btn" title="List View" data-action="switchClass" data-target=".magazine-list"
data-value="list-view" data-key="acm<?php echo $module->id ?>"><i class="fa fa-list"></i> List</a>
</div>
Change the words Grid and list