test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • nmiteva Friend
    #1020546

    Hi,
    can you you please help me! On the home page in module recent projects I can not find where to add a link to the button view all. On your demo site the button leads to the portfolio page. On my page I would like this button to lead to a different page. Can you, please, advice how to do that.

    Kind regards,


    1. Capture8
    Pankaj Sharma Moderator
    #1020688

    Hi,
    Go to templates/ja_sugite/html/mod_articles_category/projects.php
    Find below code

    
    <div class="project-item project-item-more">
    <h3><?php echo JText::_('TPL_RECENT_PROJECTS'); ?></h3>
    <a class="btn btn-border btn-lg" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><span><?php echo JText::_('TPL_VIEW_ALL'); ?></span></a>
    </div>

    Replace

    <?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>
    

    With your page URL.
    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

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