Mobile Menu in Oxygen Builder

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 18

  • @Downgrde
    @Downgrde 2 года назад +3

    THIS is the only way to customize the mobile menu, other than the default? 😢 gosh, maybe oxygen is not for me. I saw a guy doing something similar en elementor and it was simpler. Thank you for the video!

    • @chagavah
      @chagavah Год назад

      elementor is so simple bro, I've built websites with both builders

  • @burakalicioglu
    @burakalicioglu 11 месяцев назад +1

    Hi. What should I do to prevent the menu bar from disappearing when I scroll down the page?

    • @DPlugins
      @DPlugins  11 месяцев назад

      You need to write java script to trigger it. But that is terrible ux.

    • @burakalicioglu
      @burakalicioglu 11 месяцев назад

      Yes, it's a terrible situation. I don't understand why they make this job so difficult. Even if there is an option (fixing), it is probably very difficult to do it.😅@@DPlugins

    • @burakalicioglu
      @burakalicioglu 11 месяцев назад

      Luckily I found the solution. When I changed the position to fixed in the layout settings, the problem was solved.😄@@DPlugins

  • @AmandaLucaseu
    @AmandaLucaseu 3 года назад

    Great video 🤗

  • @clickdraw9762
    @clickdraw9762 3 года назад

    BOSS energy! Tnx

  • @arsh999cg
    @arsh999cg 3 года назад

    Nice One. Thanks

  • @tomashudolin7197
    @tomashudolin7197 2 года назад

    I would like to see also the submenu open.

    • @damarnurvianto9461
      @damarnurvianto9461 4 месяца назад

      submenu is more than 100% width. how to fix it ?

  • @EddieBeaumontThomas
    @EddieBeaumontThomas 3 года назад

    Mobile menu should be, position: absolute; top: 0px; height: 100vh;
    Also, this approach is no good because you are using the desktop menu with dropdowns. These dropdowns will not show as a mobile list.

    • @DPlugins
      @DPlugins  3 года назад

      if you are using 100vh you will have problem on the android phones as some browsers are not calculating bottom bar and you will get scroll. best is to use html, body and menu item height 100%

    • @garthy4u
      @garthy4u 2 года назад

      But you don't have to make your menu cover the entire screen when it's toggled. It's one choice, but not the only choice.

    • @quebuena111
      @quebuena111 2 года назад

      So, what's the better approach?