Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zomidaily Friend
    #192623

    Hi..

    Does this code still correct to remove the tag from featured articles homepage view?

    I try to put this inside custom.css, but seems doesn’t work.

    .blog-featured .tags {
    display: none;
    }

    Would appreciate your suggestion.

    Regards,
    Joseph

    dpchap015 Friend
    Ninja Lead Moderator
    #513917

    Hi Joseph,

    I found the problem on css file on your site because it missed closing } tag from css file templates/ja_magz/css/custom.css

    from

    .view-featured .infinity-cont .header-article .category-name {
    .view-category .infinity-cont .header-article .category-name {
    top: 0;

    }

    .blog-featured .tags {
    display: none;
    }

    Change to

    .view-featured .infinity-cont .header-article .category-name {
    .view-category .infinity-cont .header-article .category-name {
    top: 0;
    }
    }

    .blog-featured .tags {
    display: none;
    }

    zomidaily Friend
    #514014

    Thank you @ninja Lead.

    How can I remove the introtext from homepage too? I must want to be shown as “You might also like:” display at the bottom.

    Ninja Lead Moderator
    #514075

    @exoduser:you can remove introtext in homepage of your site with this way

    Open templates/ja_magz/html/com_content/featured/default_item.php file

    Find and remove it


    <section class="article-intro clearfix">
    <?php $introtext = MagzHelper::sanitize($this->item); ?>
    <?php echo JHtml::_('string.truncate', $introtext, $tplparams->get('tpl_introtext_limit', 200)); ?>
    </section>

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

This topic contains 5 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum