-
AuthorPosts
-
serendip Friend
serendip
- Join date:
- May 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 3, 2014 at 10:50 am #197344how can i change the text “view more info” at the features intro ? thank you, nicole
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
May 3, 2014 at 11:36 am #533403Hello,
Could you please provide us with a good screenshot with the text you are talking about?
Regards,
Alex
serendip Friendserendip
- Join date:
- May 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 3, 2014 at 11:41 am #533404oh sorry, i thought it is clear what i am talking about…. like it is in the official demo http://ja-sugite.demo.joomlart.com/ Features Intro, e.g. under consulting or creative “view more info”. see screenshot:
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
May 3, 2014 at 11:45 am #533405In module manager find “Logo design, web design & more!”
and in Display Options Set read more to hide
serendip Friendserendip
- Join date:
- May 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 3, 2014 at 11:53 am #533406thank you, but can I change this text to german language ?
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
May 3, 2014 at 12:17 pm #533408Please go to
/templates/ja_sugite/html/mod_articles_category/three-columns.php
find the following snippet:
<?php if ($params->get(‘show_readmore’)) :?>
<a class=”mod-articles-readmore <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>View more info</a>
<?php endif; ?>replace the “View more info” text to the text of your choice.
Hope this helps.
Regards,
Alex
1 user says Thank You to alexsmirnov for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
serendip Friendserendip
- Join date:
- May 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
May 3, 2014 at 5:35 pm #533420thank you, that was exactly what i needed.
1 user says Thank You to serendip for this useful post
May 7, 2014 at 6:18 pm #534046Hi
It is impossible to change from “View more info” of (/templates/ja_sugite/html/mod_articles_category/three-columns.php) error in CSS the template
I change this text to spanish language “Ver más info”
any solution?
(sorry for my English)
Regards, (Saludos,)alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
May 8, 2014 at 3:31 am #534100Please edit the file templatesja_sugitehtmlmod_articles_categoryprojects.php and templatesja_sugitehtmlmod_articles_categorythree-columns.php, replace this code:
[PHP]
<?php if ($params->get(‘show_readmore’)) :?>
<a class=”mod-articles-readmore <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”>View more info</a>
<?php endif; ?>
[/PHP]With:
[PHP]
<?php if ($params->get(‘show_readmore’)) :?>
<a class=”mod-articles-readmore <?php echo $item->active; ?>” href=”<?php echo $item->link; ?>”><?php echo JText::_(‘TPL_VIEW_MORE_INFO’); ?></a>
<?php endif; ?>
[/PHP]And edit the file languageen-GBen-GB.tpl_ja_sugite.ini, add this syntax:
TPL_VIEW_MORE_INFO = "View more info"Then add this line
TPL_VIEW_MORE_INFO = "Ver más info"
to the languagees-ESes-ES.tpl_ja_sugite.ini file.2 users say Thank You to Css Magician for this useful post
June 16, 2014 at 12:58 am #538944how do you edit the link to where the ‘view more info’ points to??? I can’t find it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 16, 2014 at 12:01 pm #539050<em>@camsnsco 432322 wrote:</em><blockquote>how do you edit the link to where the ‘view more info’ points to??? I can’t find it.</blockquote>
The link ($item->link) is from the modules/mod_articles_category module. To change it, you need to modify via the modules/mod_articles_category/helper.php file.
July 4, 2014 at 11:59 pm #541213I have the same problem, the template does not respond with en translation there somewhere that needs to be changed?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 7, 2014 at 4:29 am #541335<em>@brandpropaganda 435250 wrote:</em><blockquote>I have the same problem, the template does not respond with en translation there somewhere that needs to be changed?</blockquote>
Did you change as this solution ?
If you could not solve it, please pm me your site URL, admin login and FTP account. I shall help you out.
AuthorPostsThis topic contains 21 replies, has 9 voices, and was last updated by Fred Tep 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum