Okay
  Public Ticket #1807609
Mobile Menu
Closed

Comments

  • Burak started the conversation

    Hi ,

    Could you please tell me how i can do the following:

    Mobile menu : full screen cover slide + seperate dropdown parent link from dropdown toggle. 


    i can only do it with slide out from right


  • Burak replied

    Hello,

    Can somebody help me with this ticket?

    Gr,

    Kay

  •  8,996
    Tahir replied

    Hey Again,

    Yes thats correct its only possible with the Slide out from Right option given the current Theme Options. Altering it would likely require custom work.

    Best 


    ThemeNectar Support Team 

  • Burak replied

    Hi ,


    could you give me a other way to make such as a menu with sebmenus in it. Maybe something like 

    https://www.studentfixer.nl/ > mobile menu > Reparaties> apple >


    Kay

  •  8,996
    Tahir replied

    No i am afraid there is no such other option available. 

    Best 


    ThemeNectar Support Team 

  • Burak replied

    Could you please tell me how to turn off the mobile off canvas menu , so there is no menu on mobile.


    Kay

  •  8,996
    Tahir replied

    Unfortunately there is no such option available and will have to removed via custom css only. 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media screen and (max-width: 1000px){
    a.closed, #sitewidgetarea {
        display: none !important;
    }
    }

    Thanks



    ThemeNectar Support Team