Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dieudonne Friend
    #194191

    Hello,

    for big computer screen, we want to remove the off canvas on the top left.
    So in the template/Off-Canvas Navigation/ we put it to off.

    But nothing is changing in the frontend (caches empty).

    If someone have a idea to fix this ?

    Regard.


    1. 2014-01-28_12h03_05
    2. 2014-01-28_12h02_37
    MoonSailor Friend
    #520333

    Please PM me admin credentials of your site, I will help to debug the issue.

    dieudonne Friend
    #520381

    I just PM you .
    It is the same access like here :
    http://www.joomlart.com/forums/topic/problem-when-install/

    Regard.

    MoonSailor Friend
    #521201

    @dieudonne, I could not access your site, please check again.

    dieudonne Friend
    #523624

    <em>@MoonSailor 409461 wrote:</em><blockquote>@dieudonne, I could not access your site, please check again.</blockquote>

    I just PM you. Access is ok now.

    Regard.

    MoonSailor Friend
    #523680

    Please check your site again.
    Here is what I modified:

    In the file “templates/ja_magz/tpls/blocks/header.php”, I changed :


    <div class="vert-nav t3-hide">
    <button type="button" class="btn btn-sidenav">
    <i class="icon-reorder"></i>
    </button>

    <div class="side-nav fade <?php echo $this->getParam('navigation_collapse_showsub', 1) ? 'always-show' : '' ?>">
    <?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
    <jdoc:include type="megamenu" name="sidenav" menutype="<?php echo $this->getParam('sidenav_type', 'sidenav') ?>" />
    <?php else : ?>
    <div class="sidenav-wrap <?php $this->_c('sidenav') ?>">
    <jdoc:include type="modules" name="sidenav" style="raw" />
    </div>
    <?php endif ?>
    </div>
    </div>

    To


    <?php if($this->countModules("sidenav")) : ?>
    <div class="vert-nav t3-hide">
    <button type="button" class="btn btn-sidenav">
    <i class="icon-reorder"></i>
    </button>

    <div class="side-nav fade <?php echo $this->getParam('navigation_collapse_showsub', 1) ? 'always-show' : '' ?>">
    <?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
    <jdoc:include type="megamenu" name="sidenav" menutype="<?php echo $this->getParam('sidenav_type', 'sidenav') ?>" />
    <?php else : ?>
    <div class="sidenav-wrap <?php $this->_c('sidenav') ?>">
    <jdoc:include type="modules" name="sidenav" style="raw" />
    </div>
    <?php endif ?>
    </div>
    </div>
    <?php endif;?>

    dieudonne Friend
    #527162

    Thank you very much. It is working very well.

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

This topic contains 7 replies, has 2 voices, and was last updated by  dieudonne 10 years, 8 months ago.

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