-
AuthorPosts
-
glucosillo Friend
glucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 15, 2014 at 7:31 pm #203586Hello, In the module “recent projects” I would like to change the “view all”. In his place I want to insert a little image, with no links. How can I do it?
Actual
Desired
Many thanks
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 16, 2014 at 8:11 am #558791In this case, you have to custom it from php code on templates/ja_sugite/html/mod_articles_category/projects.php file
find and change
<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>to
<div class="project-item">
<div class="article-img">
<div class="img-intro">
<img src="/images/joomlart/demo/porfolio/amarillo.jpg" alt="">
</div>
</div>
<div class="article-content">
<h4>
Curabitur elementum tortor
</h4>
</div>
</div>With image path: /images/joomlart/demo/porfolio/amarillo.jpg
1 user says Thank You to Ninja Lead for this useful post
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 16, 2014 at 7:19 pm #558830It works fantastic.
Many Thanks, and Merry Christmas
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 17, 2014 at 10:36 am #558910Hello again…
I have seen it now.. with the correction in the code, it appears a strange character at the end of the tittle of the articles.. I send a print screen. Can you help me?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 18, 2014 at 6:50 am #559037I’m not sure what did you change on your site but I have duplicated the customization on your site and you can get it from my attachment file and copy it into templates/ja_sugite/html/mod_articles_category/projects.php file
1 user says Thank You to Ninja Lead for this useful post
glucosillo Friendglucosillo
- Join date:
- December 2012
- Posts:
- 28
- Downloads:
- 52
- Uploads:
- 16
- Thanks:
- 12
- Thanked:
- 3 times in 1 posts
December 18, 2014 at 9:42 am #559057<em>@Ninja Lead 458055 wrote:</em><blockquote>I’m not sure what did you change on your site but I have duplicated the customization on your site and you can get it from my attachment file and copy it into templates/ja_sugite/html/mod_articles_category/projects.php file</blockquote>
I cannot find what have I done wrong, but now with your file works right.
Thanks and happy xmas
1 user says Thank You to glucosillo for this useful post
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by glucosillo 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum