-
AuthorPosts
-
September 30, 2014 at 2:36 pm #201712
Hi,
How is it possible to change links of the buttons called “View all” and “Read more” on the main page of the demo version of JA Decor template ?
Thank you for your help.
Regards.
PierreNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2014 at 3:43 am #551278I see many button called “View all” and “Read more” on the main page, you can give me the screenshot illustrating which one you want to change, I will help you out.
October 1, 2014 at 10:33 am #551346Hi,
Thank you for your help.
My question concerns all these buttons. Because at the end, each used will have a new link. The website is : http://www.toutpresdici.com On the 1st page you can see “Voir tous” and “En savoir plus”. I need to affect a specific link for a specific page of the website fot these 2 buttons and it will be the same for other buttons of other pages (sorry but I don’t see how can I join an attached file with this text editor to send you a screenshot).Hope you’ll understand my question in spite of my poor English…
Thank you for your answer. Regards.Pierre
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2014 at 4:24 am #551477You can find my answer with my solution below
In Tout près d’ici
Open templates/ja_decor/html/mod_articles_category/triangle.php file
Find and see this script
<?php if ($params->get('show_readmore')) :?>
<a class="btn btn-default <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW'); ?></a>
<?php endif; ?>In D’autres entreprises
Open templates/ja_decor/html/mod_articles_category/normal.php file
Find and see this script
<?php if ($params->get('show_readmore')) :?>
<a class="btn btn-default <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW'); ?></a>
<?php endif; ?>
About the read more “Trois niveaux de service” module you can the link into custom html module
1 user says Thank You to Ninja Lead for this useful post
October 2, 2014 at 8:16 pm #551571Thank you Ninja,
I’m going to try with your solution.
Have a nice day.
Regards.Pierre
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by couchardpierre 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum