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

    Hallo zusammen,
    ich habe mit dem mobilen Menü auf dem Smartphone ein Problem. Bei Seiten, die im Menü Unterseiten besitzen, lässt sich auf dem Smartphone die oberste Ebene nicht aufrufen, z.B. Seite X mit den Unterseiten Y und Z, dann lässt sich die Seite X auf dem Smartphone nicht aufrufen, es klappen immer nur die Unterseiten auf und zu.
    Gibt es hierzu eine Lösung?
    Danke schon mal.
    Gruß
    Dirk

    #887870

    Hey dsignoWerbung,

    The menu works fine on my iPhone SE, which mobile are you using?

    For the tablet view, you need the menu turn to hamburger since the menu is long and breaks into 2 lines or overlaps the logo.

    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: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

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

    #887894

    Ich nutze ein 5,9”-Smartphone mit Android, habe es mit mehrerer Browsern versucht ohne Erfolg. Den Code habe ich eingebaut, aber weder in den Einstellungen von Enfold noch direkt in der Datei hat es etwas verändert.

    Hast Du meine Seite getestet? Versuche dort die Seite “Aktuelles” direkt aufzurufen…

    Viele Grüße
    Dirk

    #888968

    Hi,

    Please go to Enfold theme options > Main Menu > Burger/Mobile menu tab and choose to create a clone of parent menu item in “Clone title menu items to submenu” :)

    Best regards,
    Yigit

    #889018

    Danke, so funktioniert es jetzt zumindest

    #889053

    Hi dsignoWerbung,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.