Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • pavit Moderator
    #1004106

    Hello

    You can hide it from template manager ->Add-ons tab -> Off-canvas Sidebar set to Enable Off


    1. Screenshot-at-gen-20-15-01-13
    panduro Friend
    #1004108

    But then I have no mobile menu for smaller screens?
    I just tried it.

    I want the button to be hidden for medium and large screens. Not all screens.
    Please help.

    pavit Moderator
    #1004111

    Hi

    You should enable also from Navigation tab the "Collapse navigation for small screens"

    Regards


    1. Screenshot-at-gen-20-15-13-07
    panduro Friend
    #1004114

    But then a get a another menu. I know this already.
    My question is how you hide the off-canvas for medium and large screens?

    I know it’s possible for other templates, but the uber responsive layout is missing an option for the off-canvas so you can turn it off

    pavit Moderator
    #1004135

    My question is how you hide the off-canvas for medium and large screens?

    Hello

    Since there are no tools available as it is in other joomlart templates you can do it editing php files and add the hidden-lg ( large screen ) and hidden-md (medium screen )

    As an example you can apply this in this file /templates/uber/acm/header/tmpl/style-1.php line 93

    you can change code from :

    <div class="site-navigation-right pull-right col-xs-5 col-md-3">

    to:

    <div class="site-navigation-right pull-right col-xs-5 hidden-lg hidden-md">

    Regards

    panduro Friend
    #1004363

    Thanks Pavit!

    I solved it. Your suggestion didn’t do it, but gave me a clue.

    I added "Hidde-md hidden-lg" to row 20 in the file /templates/uber/tpls/blocks/off-canvas.php

    pavit Moderator
    #1004364

    Great

    Can we move then this topic in the SOLVED status ?

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

This topic contains 7 replies, has 2 voices, and was last updated by  pavit 7 years, 3 months ago.

The topic ‘Hide off-canvas button for medium and large screens’ is closed to new replies.