Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
March 21, 2017 at 1:21 pm #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,
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 21, 2017 at 11:32 pm #1020688Hi,
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.
RegardsAuthorPostsViewing 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