Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zorroh Friend
    #195399

    Why 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 Moderator
    #525175

    I 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 Friend
    #525471

    Thank You for your detailed answer. i already customized it..

    slepoy Friend
    #533367

    Hello. If “MORE NEWS” is inside CSS, can I put my class in to “custom.css” file?
    What class should I use?

    Thanks.

    Saguaros Moderator
    #533514

    Yes, 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 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

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