test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • librandi Friend
    #955381

    Please, where I can change read more in accordion?


    1. Cattura-17
    Pankaj Sharma Moderator
    #955400

    Hi
    Go to /templates/uber/acm/accordion/tmpl/style-1.php
    Find and change it from below code

           <a href="<?php echo $helper->get('data.action-url', $i) ?>" class="btn btn-primary btn-sm">Read More</a>
    librandi Friend
    #955402

    but with other language?

    Pankaj Sharma Moderator
    #955446

    Hi
    Replace the code with below code

                            <a href="<?php echo $helper->get('data.action-url', $i) ?>" class="btn btn-primary btn-sm"><?php echo JTEXT::_('READMORE_NEW');?></a>

    Then define

    READMORE_NEW =   "New Readmore"
    

    for each language file en-GB.tpl_ja_uber in the root language folder (/en-GB/)

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

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