Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #929097

    Hallo!

    Seit geraumer Zeit wird auf dieser Seite http://www.dieweinhandlung.at/ das Burger-Menü in der Mobilversion oben rechts nicht mehr angezeigt. Ich habe mir auch schon den Code im Browser angesehen, wo ebenfalls der Code dafür fehlt. Der Code ist also nicht nur einfach ausgegraut, sondern dieser fehlt definitiv. In den Theme-Einstellungen lässt nichts darauf schliessen, dass hier etwas fehlerhaft ist.

    Das Theme ist auf dem aktuellen Stand und wurde einmal automatisch und danach noch einmal via FTP eingespielt, auch das half nichts.
    Ein Löschen des Cache hilft ebenso nicht weiter.

    Ich finde leide keine Einstellung, bei der sich das Burger-Menu wieder eingschaltet.

    Könnt ihr mir da bitte weiterhelfen?

    Lieben Gruß,
    Daniela

    • This topic was modified 6 years, 8 months ago by DStoeckl.
    #929561

    Hallo Daniela,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Grüß,
    Rikard

    #936205

    Hi Rikard,

    now I could response to you. I give you access to the site.

    Best regards and thanks,
    Daniela

    #936385

    Hi DStoeckl,

    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 screen and (max-width: 988px) {
      #header_main .main_menu .avia-menu {
        display: block;
      }
    }
    
    @media screen and (max-width: 479px) {
      .html_header_sidebar #header .av-main-nav > li#menu-item-760,
       .html_header_sidebar #header .av-main-nav > li#menu-item-1040 {
        display: none !important;
      }
    }
    

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

    #936613

    Hi Victoria,

    Best Thanks, I modified your code a little bit and now it works.

    Best regards,
    Daniela

    #936851

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Burger Menu wird nicht mehr angezeigt’ is closed to new replies.