Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ivan Busic Friend
    #936346

    Hi there,

    please, can you tell me how to translate the word "sidebar" on the top of the off canvas menu on the left side of page in mobile version?

    Pankaj Sharma Moderator
    #936352

    Hi
    Go to /tpls/blocks/off-canvas.php in template folder
    find <h2 class="t3-off-canvas-header-title">Sidebar</h2>
    change sidebar with your word . If you are using multilanguage site then
    replace the above code with

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

    and define the
    TPL_SIDEBAR in the language file (/language/en-GB/en-GB.tpl_ja_teline_v.ini)
    Like :

    
    TPL_SIDEBAR                             ="Sidebar"

    and change the sidebar from it .
    Do the same for other language files .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 12 months ago.

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