Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jeannine Friend
    #720949

    Hello.

    On this page http://blaest.com/services I have an article category module showing the articles from parent category. The customter does not want “All” to be shown. I could not figure how to remove this.

    Can anybody help?

    Saguaros Moderator
    #721175

    Hi Jeannine,

    You can open the file: /root/templates/ja_nuevo/html/mod_articles_categories/horizontal.php

    Then remove or comment this snippet of code:


    <li <?php if ($_SERVER['PHP_SELF'] == JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root')))) echo ' class="active"';?>>
    <a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root'))); ?>">
    <?php echo JText::_('TPL_ARTICLES_CATEGORIES_ALL');?>
    </a>
    </li>

    Saguaros Moderator
    #753577

    Hi Jeannine,

    You can open the file: /root/templates/ja_nuevo/html/mod_articles_categories/horizontal.php

    Then remove or comment this snippet of code:


    <li <?php if ($_SERVER['PHP_SELF'] == JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root')))) echo ' class="active"';?>>
    <a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($params->get('parent', 'root'))); ?>">
    <?php echo JText::_('TPL_ARTICLES_CATEGORIES_ALL');?>
    </a>
    </li>

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 6 months ago.

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