HOW TO [01] Create a Mobile Menu using the Bricksforge Panel!

Поделиться
HTML-код
  • Опубликовано: 17 июн 2024
  • In this video I'll show you how to use the Bricksforge Panel to create a Mobile Menu.
    Get Bricksforge: bricksforge.io/
    Roadmap: bricksforge.io/roadmap/
    Documentation: bricksforge.io/documentation/
    Forum: forum.bricksforge.io/
  • НаукаНаука

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

  • @maxziebell4013
    @maxziebell4013 Год назад +5

    And this is only the tip of the iceberg, people… really impressive! It's a whole new playground!

  • @vanmarciano
    @vanmarciano Год назад +1

    This looks really good! Bravo.

  • @heikodietze4983
    @heikodietze4983 Год назад +1

    Again a very nice explanation, Daniele. And incredibly powerful tool. 👌🏻

  • @the_meaning_of_love
    @the_meaning_of_love Год назад +2

    Impressive, it is incredible how smooth and well-thought-out the Bricksforge panel is. Thank you for creating this tool 🙏🏼‍💚

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

    Just got a Bricksforge license and I am already hyped for the opportunity!

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

    Really cool! Love it!

  • @bySterling
    @bySterling Год назад +1

    So awesome!

  • @pixelgap
    @pixelgap Год назад +1

    Amazing!

  • @Pxwahid
    @Pxwahid Год назад +1

    Cool!

  • @ThierryC-te3rx
    @ThierryC-te3rx 7 месяцев назад

    This thing is crazy !

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

    I just bought your product, very good rhings, can you explain the mega menu element functionality ?

  • @sebdemb
    @sebdemb 6 месяцев назад

    Is this a good practice as SEO perspective? Is the mobile menu part of the DOM of the page?

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

    It is great for single level pages but how about if have more levels? How to make the sub menu?

  • @Vinicius-bk1nr
    @Vinicius-bk1nr Год назад

    Hey, how to reverse animation on second click? in the same element trigger?

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

    please more more more

  • @DraganMiletic
    @DraganMiletic Год назад +1

    I guess it's possible to animate the trigger? From hamburger to X. Looks like I'm really close to quitting Elementor and transfer to Bricks, thanks to Bricksforge. Continue with improvements and new more complex animations!

    • @bricksforge
      @bricksforge  Год назад +1

      Hi! :) Of course you can animate the trigger too :-)

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

      @@bricksforge As you say - The possibilities are endless! :-) Thanks for replay!

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

    I don’t know if it’s hard to code. But would love to see a custom stylesheet within forge. In Bricks it’s still in the idea board.

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

      Isn't global classes a custom style sheet? You can add all you want in there, or do you mean having a CSS editor in the panel itself?

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

      Global classes is a custom stylesheet. That’s right. But as for my knowledge there is no place to open this stylesheet and add something in it.
      What I mean is in the editor and it would be cool to also find this stylesheet in the dashboard in Bricksforge.

    • @bricksforge
      @bricksforge  Год назад +2

      So you talk about a CSS code editor in the Bricksforge Admin UI which is always in sync with a custom created CSS file on the server?

    • @Pxwahid
      @Pxwahid Год назад +2

      @@bricksforge yes. And it would be perfect if you can make separate css files. For specific pages.
      Ex.
      main.css
      landing-page.css (this one is only used on specific pages.)

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

    @Bricksforge Do you have gsap's FLIP implemented yet?

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

    Hey there,
    i followed this tutorial 1 by 1, but unfortunately it appears the "invisible" layer of the navigation menu prevents the website to respond to the trigger events / at all. How can I fix that?
    PS: I have a sticky header menu, ist das possibly the reason?

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

      Hi! 🙋🏻‍♂️ what’s the current state of your menu? Just opacity: 0? Or do you play with translate?

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

    I rebuilt this demo and it works super! But now I realized that when the page content is higher than the viewport height of the mobile menu I can scroll the menu section, so the menu gets scrolled away and the content below will appear. I want to prevent it. When the menu is opened I just the menu section to be visible. How can I do that?

    • @bricksforge
      @bricksforge  Год назад +1

      Hi! 🙋🏻‍♂️ Just use position:fixed instead of absolute. Then you’re there 😎

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

      @@bricksforge Nice, thank you! It's working although the scroll bars are still visible. Can I hide those while the menu is displayed?

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

      ​@@tobias3464 To prevent browser scrolling while the menu is open, just create a class with overflow: hidden. Then, you could create an additional action addClass when open the menu to assign it to the body. While the body has this class with overflow: hidden, no scrollbar will appears. When running the close action, just remove this class again with the "removeClass" action. Done :)

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

      @@bricksforge Wow, thank you for taking the time to answer to my question! I learned a lot! Thanks man!

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

    Does this work on the latest Bricksforge? I tried to follow it but it doesn't seem to launch the Timeline animation like this does :/ THNX

    • @bricksforge
      @bricksforge  Год назад +1

      Hi! :) Are there errors in the console?

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

      @@bricksforge Hey! Yes actually, perhaps something I am doing wrong but it seems pretty simple from your above video. Uncaught (in promise) SyntaxError invalid or unexpected token. Also using the absolute position means the pages scrolls under the menu when it's open, right?

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

      @@bricksforge Worked it out, I think. I was using the same element to trigger the event both play and reverse, but it only worked on play and not reverse? Setting another element for reverse worked. Why can you not use the same element (i.e menu button that animates to a X) to trigger both please?

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

      @@DesignRobPearce Hey again! :) Makes sense. That's JavaScript. You would need Event Bubbling to handle such situations. Or, much easier: Use the "Event Action Conditions" (the condition icon on the right of your event action). Give your trigger a class on open and fire the close action only if your trigger contains this class - with a small delay of 50 or so. Then you will be able to trigger open and close with the same icon :)

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

      @@bricksforge thanks I’ll give that a go! I did try this actually but didn’t seem to work, but I didn’t use a delay!

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

    😂 p̳r̳o̳m̳o̳s̳m̳