test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • couchardpierre Friend
    #201712

    Hi,

    How is it possible to change links of the buttons called “View all” and “Read more” on the main page of the demo version of JA Decor template ?

    Thank you for your help.
    Regards.
    Pierre

    Ninja Lead Moderator
    #551278

    I see many button called “View all” and “Read more” on the main page, you can give me the screenshot illustrating which one you want to change, I will help you out.

    couchardpierre Friend
    #551346

    Hi,

    Thank you for your help.
    My question concerns all these buttons. Because at the end, each used will have a new link. The website is : http://www.toutpresdici.com On the 1st page you can see “Voir tous” and “En savoir plus”. I need to affect a specific link for a specific page of the website fot these 2 buttons and it will be the same for other buttons of other pages (sorry but I don’t see how can I join an attached file with this text editor to send you a screenshot).

    Hope you’ll understand my question in spite of my poor English…
    Thank you for your answer. Regards.

    Pierre

    Ninja Lead Moderator
    #551477

    You can find my answer with my solution below

    In Tout près d’ici

    Open templates/ja_decor/html/mod_articles_category/triangle.php file

    Find and see this script

    <?php if ($params->get('show_readmore')) :?>
    <a class="btn btn-default <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW'); ?></a>
    <?php endif; ?>

    In D’autres entreprises

    Open templates/ja_decor/html/mod_articles_category/normal.php file

    Find and see this script


    <?php if ($params->get('show_readmore')) :?>
    <a class="btn btn-default <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW'); ?></a>
    <?php endif; ?>

    About the read more “Trois niveaux de service” module you can the link into custom html module

    couchardpierre Friend
    #551571

    Thank you Ninja,

    I’m going to try with your solution.
    Have a nice day.
    Regards.

    Pierre

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

This topic contains 5 replies, has 2 voices, and was last updated by  couchardpierre 10 years, 3 months ago.

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