test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • labottegadigreg Friend
    #166610

    Why in my home page all the titles of the articles and the readon buttons redirect always to the home page? What’s happened??>:(
    And how can I translate the button “read on” in italian?
    Thank you very much!

    you can see the problem:
    http://www.labottegadigreg.it

    Sherlock Friend
    #402852

    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

    labottegadigreg Friend
    #412388

    Ok, after several attempts I understood the problem but I can’t solve it. It is related to the SEF, because the button “read on” of the module “ja contentslider” generates an invalid URL.
    In fact, for example, it generates the URL “http://www.labottegadigreg.it/101-ricette/primi/frutta/109-linguinelimone.html” that redirects always to the home page; but when I insert in the browser the URL “http://www.labottegadigreg.it/ricette/primi/frutta/109-linguinelimone.html” always is fine and correct, it show the proper page.
    The difference is caused from the ID specification of the category in the URL generated automatically from the button “read on”.
    Please help me, how can I solve this problem?????

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  labottegadigreg 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum