-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
March 3, 2014 at 3:24 pm #195399Why MORE NEWS is non-translatable? :confused:
MORE NEWS is text inside CSS??? why used that technic?
in that way we cant use joomla language override or language files for translation! yes, i can change css,but more logical is to use language files or joomla language override.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 4, 2014 at 4:35 am #525175I appreciate your feedback and agree that this way will not be ideal for multilanguage site. However, the idea is that we want to make use of advantages from Twitter Bootstrap.
Anyways, if you want to override this, you can open the file: templatespurity_iiihtmlcom_contentcategorymagazine_featured.php, look for this snippet of code:
<div class="col-md-4">
<?php if (count ($links)): ?>
<div class="magazine-links magazine-featured-links">
<?php foreach ($links as $item) :?>
<div class="magazine-item link-item">
<?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>
<?php if ($useDefList && in_array('link', $info_positions)) : ?>
<aside class="article-aside clearfix">
<?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $item, 'params' => $params, 'position' => 'above')); ?>
</aside>
<?php endif; ?>
</div>
<?php endforeach; ?>
</div>
<?php endif ?>
</div> <!-- //Right Column -->
and customize as you wish.
I will also report this to development team for further consideration.
Thank you.
zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
March 5, 2014 at 2:35 pm #525471Thank You for your detailed answer. i already customized it..
slepoy Friendslepoy
- Join date:
- January 2013
- Posts:
- 103
- Downloads:
- 10
- Uploads:
- 67
- Thanks:
- 19
- Thanked:
- 7 times in 5 posts
May 2, 2014 at 8:48 pm #533367Hello. If “MORE NEWS” is inside CSS, can I put my class in to “custom.css” file?
What class should I use?Thanks.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 5, 2014 at 3:00 am #533514Yes, you can add this CSS rule into ‘custom.css’ file:
.magazine-links::before {
content: "MORE NEWS" !important;
}
then you can change the content as you wish 🙂
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum