Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ibd2005 Friend
    #203619

    Hi,
    I like to hide this gray part include the text and the button.
    I tried to hide it from the category options, Home button options but natting, its still there.

    I have attached a screen image.
    Thanks for the help.
    Itai


    1. ScreenHunter_125-Dec.-17-08.30
    chavan Friend
    #558900

    you mean to hide only on the tablet and mobile view ?

    ibd2005 Friend
    #558904

    No i mean to hide this part every were.
    even on desktop version.

    Again this is what i like to hide (see marked in red)
    Thank you


    1. Image_76-Dec.-17-12.02
    chavan Friend
    #558909

    you need to customize in code, go to this File : templates/ja_decor/html/mod_articles_category/triangle.php

    Remove this or comment this code

    [PHP]<?php
    //Get category info
    if(isset($jacategory)) : ?>
    <div class=”col-xs-12 col-sm-6 col-md-3 col-cmd-12 category-info background-primary”>
    <div class=”grid-1×2 grid-inner”>
    <h3 class=”category-title”>
    <?php
    $cat_title = $jacategory->title;
    $cat_titles = explode(” “,$cat_title);
    echo ‘<span class=”first-letter”>’.$cat_titles[0].'</span>’;
    unset($cat_titles[0]);
    echo ‘ ‘.implode(” “,$cat_titles);
    ?>
    </h3>
    <div class=”category-des”>
    <?php echo $jacategory->description;?>
    </div>
    <a class=”btn btn-primary btn-icon” href=”<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>”><?php echo JText::_(‘VIEW_ALL’); ?> <i class=”fa fa fa-long-arrow-right”></i></a>
    </div>
    </div>
    <?php endif;
    //End add
    ?>[/PHP]

    ibd2005 Friend
    #558912

    Great!
    Now how can i fill the gap with one more article?
    Thank you

    chavan Friend
    #558913

    yes exactly, but I haven’t tried this. let see how it comes out

    ibd2005 Friend
    #558914

    I looked on the home button options but see no place to update to 4 articles
    Any idea?

    chavan Friend
    #558917

    Please check this screenshot there is a option for it to change the count. Also make sure you have 4 articles featured on the category.


    1. our-back
    ibd2005 Friend
    #558919

    Great now its perfect!!!
    Thank you

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

This topic contains 9 replies, has 2 voices, and was last updated by  ibd2005 9 years, 11 months ago.

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