Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • librandi Friend
    #197750

    Hi,
    how can I make it appear the names of the categories as shown in the attached?
    thank you


    1. Cattura
    TomC Moderator
    #535130

    On which page in your site do you have your category listing at this point?

    librandi Friend
    TomC Moderator
    #535224

    So, if I am understanding you correctly, you want to create a horizontal list displaying your categories along the top – between the main navigation and your main content area …. correct?

    librandi Friend
    #535225

    Correct, like the attach please

    librandi Friend
    #535587

    Can you help me please?

    MoonSailor Friend
    #535632

    @librandi : simply create new module “Articles Categories” with position “portfolio-menu”. I did help to create module “Portfolio Categories” for you.

    Then open the file “/templates/ja_sugite/html/mod_articles_categories/portfolio_items.php”, find code:


    <li <?php if ($_SERVER['PHP_SELF'] == JRoute::_(ContentHelperRoute::getCategoryRoute($item->id))) echo ' class="active"';?>> <?php $levelup=$item->level-$startLevel -1; ?>

    then replace it with:


    <li <?php if ($_SERVER['PHP_SELF'] == JRoute::_(ContentHelperRoute::getCategoryRoute($item->id)) || $_SERVER['REQUEST_URI'] == JRoute::_(ContentHelperRoute::getCategoryRoute($item->id))) echo ' class="active"';?>> <?php $levelup=$item->level-$startLevel -1; ?>

    librandi Friend
    #535700

    thank you very much,
    I have one stupid problem :I can not hide category icons, look the attach please

    librandi Friend
    #535701

    the attach


    1. Cattura
    MoonSailor Friend
    #535990

    @librandi, in the “Articles Categories” module, please choose Alternative Layout as “portfolio”.


    1. 3908232917
Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  MoonSailor 10 years, 6 months ago.

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