Hi labottegadigreg ,
Regarding the translating issue, you can try as following
Open the language file language/your_actived_language//your_actived_language.mod_jacontentslider.ini and adding this line
READ_MORE=”your text goes here”
Then open the file templatesja_bistrohtmlmod_jacontentsliderdefault.php Look for this line of code
<div class=”ja-slidereadmore”> <a href=”<?php echo $link;?>” class=”readon”><?php echo JTEXT::_(‘Read More’);?></a> </div>
Change to
<div class=”ja-slidereadmore”> <a href=”<?php echo $link;?>” class=”readon”><?php echo JTEXT::_(‘READ_MORE’);?></a> </div>
That would help to translate the read more text,you can give me the url, the admin account via the ticket of NVP-162-79562 I will check the issue of “the readon buttons redirect always to the home page” for you