Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bellera Friend
    #1090748

    I need to change the off-canvas-sidebar title (attached image) from SIDEBAR to MENU.

    I surfed the code but I couldn’t identify were the English word is coded.


    1. off-canvas-sidebar
    Saguaros Moderator
    #1090950

    Hi,

    You can open the file: root/templates/ja_edenite_ii/tpls/blocks/off-canvas.php

    <h2 class="t3-off-canvas-header-title">Sidebar</h2>

    and change the sidebar text there.

    In case, you want it as a variable for multilingual site, you can change it to:

    <h2 class="t3-off-canvas-header-title"><?php echo JText::_('SIDEBAR') ?></h2>

    then go to the language file of template: root/language/en-GB/en-GB.tpl_ja_edenite_ii.ini (this is for English, open the same language file in associated language folder of other language)

    and add this text translation:

    SIDEBAR = "your own text here"

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 2 months ago.

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