test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • neupromo Friend
    #990873

    http://prntscr.com/dd5zll
    http://prntscr.com/dd60w2

    Hi there,

    I have two questions.

    1. On my entry login page http://www.ecavall.de i do have to disable the off canvas positon. Like you see in screenshot i switch to —NONE- position and try to save. Saving the new off canvas position does not work. Now i am trying to set template folder completely to cmod 777 hoping saving positions work again.

    2.http://prntscr.com/dd61hy
    In off Canvas Menue in JomSocial I need to remove the Header (SIDEBAR). Sorry but I do not find the file to remove header.

    Thanks guys – regards from the ride now cold Germany

    Saguaros Moderator
    #991113

    Hi,

    1) It’s inheriting the settings in Add-ons tab in template manager, you can open this file:
    ROOT/templates/ja_social_ii/tpls/blocks/header-features-intro.php

    Remove this snippet of code:

    <?php if ($this->getParam('addon_offcanvas_enable')) : ?>
        <?php $this->loadBlock ('off-canvas') ?>
    <?php endif ?>

    2) It’s header title of off-canvas:

    • If you want to translate the text, just open the language file of template which you’re using on your site, for example, with English: ROOT/language/en-GB/en-GB.tpl_ja_social_ii.ini
      Look for this text field: T3_SIDEBAR ="Sidebar" , then change to your desired text

    • In case that you want to remove, open the off-canvas block: ROOT/templates/ja_social_ii/tpls/blocks/off-canvas.php

    Line 28, remove this line of code:

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

    Hope this helps.

    Regards

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

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

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