-
AuthorPosts
-
bellera Friend
bellera
- Join date:
- December 2017
- Posts:
- 16
- Downloads:
- 38
- Uploads:
- 6
- Thanked:
- 2 times in 2 posts
February 8, 2018 at 7:10 am #1090748I 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.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 9, 2018 at 3:37 am #1090950Hi,
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
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Saguaros 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change the off-canvas-sidebar title?
Viewing 2 posts - 1 through 2 (of 2 total)