Okay
  Public Ticket #1396292
Off Canvas Double Menu
Closed

Comments

  • blackunderpants started the conversation

    The menu doubles when using the Off-canvas menu IN TABLET and MOBILE VIEW.

    How to get only one shown menu?

  •  9,078
    Tahir replied

    Hey Again,

    Try using this option : http://prntscr.com/hkrf51 . 

    Be/st


    ThemeNectar Support Team 

  • blackunderpants replied

    Off-canvas menu doubles with both options (ticked/un-ticked). 

  •  9,078
    Tahir replied

    Check the Off Canvas Widget Area ?. 

    Also allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.

    Thanks 


    ThemeNectar Support Team 

  •   blackunderpants replied privately
  •  9,078
    Tahir replied

    Hey Again,

    Why do you have the Same Location set of the Off Canvas as well ?. http://prntscr.com/hku8zm 

    Best


    ThemeNectar Support Team 

  •   blackunderpants replied privately
  •  9,078
    Tahir replied

    Hey Again,

    This seems like a bug as the Option to not inherit the Mobile Menu should work . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #slide-out-widget-area .mobile-only {
            display: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team