Bricks Builder 2 Row Header Hide On Scroll

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 13

  • @wppagebuilders
    @wppagebuilders Місяць тому +1

    This tutorial on setting up a sticky header with Brix Builder is really informative! The way it explains handling two rows and custom CSS for different breakpoints is clear and helpful. It's nice to see the step-by-step breakdown of how the JavaScript classes interact with the header, and the troubleshooting tips are definitely a bonus for anyone trying this out for the first time. Great work on simplifying what could be a complex topic!

    • @aperturedigitalmarketing
      @aperturedigitalmarketing  Місяць тому

      Thanks very much for the kind words! I still use this method today on all sites that require a two row header... It definitely withstood the test of time for me.

  • @BGdev305
    @BGdev305 Рік тому

    how about using clamp instead of breakpoints?

  • @klmbr9397
    @klmbr9397 Місяць тому

    To target the header's child now its .scrolling %root%

  • @pr12WingYin
    @pr12WingYin Рік тому +2

    Really useful, as I'm currently learning bricks and revamping my company website. Thanks for sharing and keep up the work! Very greatful to have found this!

  • @alexeiw108
    @alexeiw108 Місяць тому +1

    Thank you! This works great

  • @jwalkonline
    @jwalkonline Рік тому +3

    Hi John. Just wanted to offer up what I do... I simply create as many containers as I need (1 for each row), set the heights, colors, elements, etc. inside each container and of course set the sticky header settings for the template. I then use a combination of conditions and interactions to show and hide the "row" containers as desired. Because this techique uses CSS display:hide on the container, the "row" collapses and expands without the need to use custom CSS transforms as you have done in this video. Just makes it easier without writing custom code.
    Also, using this technique I have been able to use "Options/Settings/user prolfile" fields to allow users to pick and choose what they want to show or hide. Also great that the display conditions available in Bricks makes it possible to come up with all kinds of use cases since it provides so many dynamic data features. Hell, I can display a special container filled with icons or buttons to perform specific actions for specific page term, category, tag or meta data or even custom field. Think likes, add to favorite, etc. Thanks for making this awesome video, please keep sharing your knowledge. -Sam

    • @aperturedigitalmarketing
      @aperturedigitalmarketing  Рік тому +2

      Thanks for the comment Sam. I'll have to check out the interactions interface it looks like! Thanks for the tip and keep them coming. We get better by learning together.

    • @DigitalMediaSpark
      @DigitalMediaSpark 4 місяці тому

      Can you share any tutorial?

    • @iamanty
      @iamanty 2 місяці тому

      This sounds like a great solution, can you expand on how you achieve hiding containers with interactions and conditions when the header is sticky/scrolled?

  • @vaughanprint
    @vaughanprint 9 місяців тому

    Thanks. I'm new to Bricks and this was the perfect solution, after looking at some other ways of doing it.

  • @Sebastien_Dottin-SDOweb
    @Sebastien_Dottin-SDOweb Рік тому

    Thanks a lot ! Tthis video will help me a lot! 👍