Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • saswiss Friend
    #756423

    Hi,

    in the ACM module “features” with “matches”, etc. to the right of the photos, there is a menu called “MENU” with little buttons to navigate to the next slide.

    Where can I change the name “MENU” – taking into consideration that I have a multi-lingual site?

    Saguaros Moderator
    #756706

    Hi yolo1,

    Could you send me URL and screenshot where I can see that “MENU’ text?

    saswiss Friend
    #756717

    sure, here you go

    Saguaros Moderator
    #758668

    You can see it via this file: /root/templates/ja_social_ii/acm/container-slideshow/tmpl/style-1.php


    <strong class="indicators-menu">MENU</strong>

    In case that you want to use text in multilingual site, you can change this way:
    – Change above line of code to:

    <strong class="indicators-menu"><?php echo JText::_('TPL_MENU') ?></strong>

    – Open the language file: /root/ja_social_ii/language/en-GB/en-GB.tpl_ja_social_ii.ini

    and add this line:

    TPL_MENU = "Menu Text"

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 8 years, 11 months ago.

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