-
AuthorPosts
-
questbg Friend
questbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 1, 2010 at 11:23 am #152200Hi Folks
I’m currently building a web site using Kyanite II (very bug free template so far) and I’m using JoomFish to translate into a second language.
I can translate all the text that overlays the slideshow, but I can’t figure out how I can change the text on the Navigation buttons:
Or even better, change them for the usual ‘stop, play, pause’ buttons?
Any assistance would be gratefully appreciated.
Chris
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 5, 2010 at 7:02 am #348948Dear Chris!
pls kindly open the file: templates/ja_kyanite_ii/html/mod_jaslideshow2/default.php and try to find the following code:
[PHP]
<div class=”ja-slide-buttons clearfix”>
<span class=”ja-slide-prev”>« Previous</span>
<span class=”ja-slide-playback”>‹Playback</span>
<span class=”ja-slide-stop”>Stop</span>
<span class=”ja-slide-play”>Play ›</span>
<span class=”ja-slide-next”>Next »</span>
</div>
[/PHP]
those texts do not use the JText, pls fix this :[PHP]
<div class=”ja-slide-buttons clearfix”>
<span class=”ja-slide-prev”>« <?php echo JText::_(‘Previous’);?></span>
<span class=”ja-slide-playback”>‹ <?php echo JText::_(‘Playback’);?></span>
<span class=”ja-slide-stop”><?php echo JText::_(‘Stop’);?></span>
<span class=”ja-slide-play”><?php echo JText::_(‘Play’);?> ›</span>
<span class=”ja-slide-next”><?php echo JText::_(‘Next’);?> »</span>
</div>
[/PHP]Pls kindly translate those texts in the global language file
Good luck
1 user says Thank You to Saguaros for this useful post
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 7, 2010 at 1:55 pm #349246Hi tienhc
Many thanks. I’ve now made the changes to the default.php file, but I don’t know which language file to edit to translate the buttons.
I can’t find a module language file for slideshow, and there’s nothing showing in the kyanite template language file?
Can you give me a path to the language file that contains the buttons please?
Thanks again.
Chris -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum