Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #846895

    Hi there,
    When I visite my website from a mobile device I can see the burger menu, but it doesn’t follow me when I scroll down.
    Same problem with the full width sub menu element.
    What can I do in order to solve these problems?
    TY in advice
    L

    #847120

    Hey Pascoli,

    That is the default behaviour of the theme, do you want them in fixed positions?

    Best regards,
    Rikard

    #847130

    Hi Rikard,
    I would like the icon burger menu follows me when I scroll down and I’d like the full width sub menu element follows too :)
    I’m quite sure that the menu did it a mounth ago… maybe I changed something, but I don’t find the option
    Sincerely
    Pascoli

    #848347

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #851658

    Oh…
    neither the main burger menu fixed on scroll?

    #851975

    Hi Pascoli,

    DO you mean the sticky header? We have that, the header will remain on top of the screen. The submenu does not change to the burger, is this intentional or it’s just not working?

    Best regards,
    Victoria

    #857613

    Sorry Victoria,
    I didn’t understand… the burger menu (red circle in the left part of the attached image) disappear (circle in the right part of the image) when I scroll down… I would like it follows me when I scroll down

    #858041

    Hi Pascoli,

    I think I did not understand you properly at first. Thank you for the screenshot.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive.html_header_top.html_header_sticky  #top #wrap_all #header {
        position: fixed;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #858106

    It works!!! TY very much!
    Is it possible to make the same “magic trick” for the “full width sub menu element”?
    Sincerely
    Pascoli

    #858118

    Hi,

    The script for the sticky sub menu is not compatible on mobile. I’m sorry but this will require modification that are outside the scope of support. Please hire a freelance developer or contact codeable: http://kriesi.at/contact

    Best regards,
    Jordan Shannon

    #858120

    Thank you
    Have a nice day
    Pascoli

    #858122

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fixed burger menu doesn't work’ is closed to new replies.