Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • romolo Friend
    #686003

    Hi,

    The off canvas menu item is permanently displaying on the homepage when we view it in full desktop mode.

    This doesn’t happen on any other page… However we are using a different template on the homepage to the other pages on the site.

    We only want it to the off canvas menu to show when in responsive mode.

    Please advise
    Thanks

    romolo Friend
    #686056

    Nevermind, we have resolved. We set the position to off canvas position to “None” in the template manager on desktop mode and this solved it.

    romolo Friend
    #748912

    Nevermind, we have resolved. We set the position to off canvas position to “None” in the template manager on desktop mode and this solved it.

    romolo Friend
    #686059

    Hmmm, weird, it was working for a moment and then stopped working again…
    Please investigate and advise.
    Thanks

    romolo Friend
    #748915

    Hmmm, weird, it was working for a moment and then stopped working again…
    Please investigate and advise.
    Thanks

    Saguaros Moderator
    #686084

    Hi romolo,

    You didn’t include the password for admin account in this thread so that I can’t check for you.

    Anyway, you can try with css to hide this off-canvas button in desktop:

    @media screen (min-width: 992px) {
    .btn-primary.off-canvas-toggle {
    display: none;
    }
    }

    Hope this helps.

    Saguaros Moderator
    #748940

    Hi romolo,

    You didn’t include the password for admin account in this thread so that I can’t check for you.

    Anyway, you can try with css to hide this off-canvas button in desktop:

    @media screen (min-width: 992px) {
    .btn-primary.off-canvas-toggle {
    display: none;
    }
    }

    Hope this helps.

    romolo Friend
    #686187

    Hi @saguros, ok I will send the password in a private message.

    Ok, if we can help it we would rather not use display none in CSS.. We only want to use that solutions as a last resort.

    Just to clarify, this problem with the occurred when we cloned the template style from “home-1” to “home-4-new2”. As shown in this screenshot…

    I hope this helps. Please advise how to resolve.
    Thanks

    romolo Friend
    #748984

    Hi @saguros, ok I will send the password in a private message.

    Ok, if we can help it we would rather not use display none in CSS.. We only want to use that solutions as a last resort.

    Just to clarify, this problem with the occurred when we cloned the template style from “home-1” to “home-4-new2”. As shown in this screenshot…

    I hope this helps. Please advise how to resolve.
    Thanks

    Saguaros Moderator
    #688118

    When I access template manager in back-end of your site, I’m noticed with message:
    <blockquote>
    Error
    The template folder is not writable. Some features may not work.
    </blockquote>

    Pls make sure that you set the right permission for file/folder on your site first, the recommended permission is file-644, folder-755.

    If problem still persists, try with css solution above.

    Saguaros Moderator
    #749163

    When I access template manager in back-end of your site, I’m noticed with message:
    <blockquote>
    Error
    The template folder is not writable. Some features may not work.
    </blockquote>

    Pls make sure that you set the right permission for file/folder on your site first, the recommended permission is file-644, folder-755.

    If problem still persists, try with css solution above.

    romolo Friend
    #691376

    Hi @saguros

    We have updated the site permissions for the folder. However this still hasn’t resolved the issue.

    Please investigate and advise as soon as possible as we want to launch this site.

    Thanks

    romolo Friend
    #749208

    Hi @saguros

    We have updated the site permissions for the folder. However this still hasn’t resolved the issue.

    Please investigate and advise as soon as possible as we want to launch this site.

    Thanks

    Saguaros Moderator
    #691408

    I just updated the off-canvas block on your site a bit: /tpls/blocks/off-canvas.php

    by adding an additional class ‘hidden-lg’ :


    <button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
    <span><i class="fa fa-bars"></i>
    </button>

    Saguaros Moderator
    #749240

    I just updated the off-canvas block on your site a bit: /tpls/blocks/off-canvas.php

    by adding an additional class ‘hidden-lg’ :


    <button class="btn btn-primary off-canvas-toggle <?php $this->_c('off-canvas') ?> hidden-lg" type="button" data-pos="right" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
    <span><i class="fa fa-bars"></i>
    </button>

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  romolo 9 years, 2 months ago.

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