How to Create a Custom Global Header with Divi’s Theme Builder

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

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

  • @reece2567
    @reece2567 4 года назад +1

    Fantastic ! Voice = Briliant, Script= Brilliant, Structure of video=Briliant and its simple to follow . Well done

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

    This really is an outstanding video and very helpful, especially for a 55 year old beginner like me. But man, you talk fast. :-) Thanks for the assistance. You are a great teacher.

  • @stall-schoepke
    @stall-schoepke 3 года назад

    Thank you for your detailed Information. Together with your explanations on your Blog, I was able to follow the Instructions and create a beautiful Header! That was great Information!
    Karin from Germany

    • @elegantthemes
      @elegantthemes  3 года назад +1

      Awesome! That’s great to hear Karin 🤩

    • @stall-schoepke
      @stall-schoepke 3 года назад

      @@elegantthemes Only thing I noticed: Can't have a dropdown menue with your header. It does not drop down. Do you have any hint how to work around this?

  • @timhedrick8321
    @timhedrick8321 4 года назад +3

    So helpful. You are an amazing teacher. Thanks for keeping the info bite sized and fun to learn. You’re the best!

  • @calistiae
    @calistiae 5 лет назад +2

    This is outstanding - I think it's one of the very best tutorials I've ever seen for Divi, and likely for anything website related. THANK YOU! He's such a great teacher!

  • @Julian-gi8qx
    @Julian-gi8qx 2 года назад

    I was going insane trying to figure out how to do this. Seriously thank you so much for this vid. Saved me many grey hairs lmao

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

    Thank you. I'm starting to love Divi as a page builder.

  • @Diamond88keyz
    @Diamond88keyz 5 лет назад +1

    One of the most important videos for newbies.

  • @LDOYT
    @LDOYT 4 года назад +7

    how do we prevent if from overlapping content on the top of the page? For example when people go to my cart page the title "cart" is covered by the menu.

    • @PimPamfoods
      @PimPamfoods 4 года назад

      Below your new menu > Add a new section > Add 'height: (your total menu height)!important; '. This will bump down your page to start below your new menu ...(in: Advanced>Main Element)

  • @Brasileirinhoportal
    @Brasileirinhoportal 5 лет назад +3

    Many thanks! It would take me forever to come up with this professional look. Saving and looking forward to the Footer video :-)

  • @AnnaBlume1
    @AnnaBlume1 3 года назад +4

    To make the Global Header sticky it is not necessary to insert a CSS code. There is a line in the row settings "Scoll effects" where you can make a hook on "stick to top". Sorry for my english, but I have translated it from the Divi Builder in German language.

  • @MrPjderks
    @MrPjderks 5 лет назад

    Great Mak! The fantasy of the designer is the limit!

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

    You are amazing! I like how clear your instruction is!

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

    Very brief and informative! Thank you sir

  • @wilsantiago2602
    @wilsantiago2602 4 года назад +1

    Thanks for the video great content!! Very happy for the explanations as I'm getting to learn Divi and is definitely amazing tool. Just quick feedback keep the explanation pace for the WP areas but when it comes to divi explanation can you slow down a bit it will be easier to the audience to follow.

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

    When I try to change the selection to Hover (@4:05), it keeps switching back to Desktop and wont allow me to change it.

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

    It's awesome, Max.
    Thank you!

  • @Pondicoco1
    @Pondicoco1 Месяц назад

    Wow. Great tutorial. Thank you!!!!

  • @MsRaskauskas
    @MsRaskauskas 5 лет назад +2

    I was just looking for a way to do this yesterday! Yay! Thanks again, Divi.

  • @PrasanthKumarM
    @PrasanthKumarM 4 года назад +1

    I've created a submenu using the theme builder. But the submenu displayed behind the full width slider. How can I display my dropdown menu above the full-width slider?

  • @dertoken
    @dertoken 4 года назад

    Thanx mate. That was a really good tutorial. And it makes working with Divi a blast. cheers

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

    How to push the page content down by height of header?
    How to make drop down menus work?

  • @trackdayaddicts
    @trackdayaddicts Месяц назад

    Worked perfectly. Thanks

  • @yahueca
    @yahueca 4 года назад +1

    How add cart count items & total price in Divi custom main menu?

  • @armandoestradatv
    @armandoestradatv 5 лет назад

    Thankfully you´re back Mak, more great videos of menus please!

  • @GadgetsGearCoffee
    @GadgetsGearCoffee 5 лет назад

    What was the point of putting a radius on the border of the grey background if it's gone when you put the second white part?

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

    But when you mouseover on menu there is a break rectangle annoying. Where we can get out this?

  • @GlennHoussenloge
    @GlennHoussenloge 4 года назад

    The latest version of Divi doesnt allow you to change the Z index on the visibility 3:52

  • @asawal
    @asawal 4 года назад +5

    My global header hides the content on the page (e.g. some portion of the full width slider on top). How can i restrict other sections to start below the global header?

    • @Herbieatorbie66
      @Herbieatorbie66 4 года назад +2

      There is this workaround. I hope Elegant Themes comes with an own solution/upgrade for this issue.
      For now this may help. Thanks to Pee-Aye Creative: ruclips.net/video/6URyPP7OCfw/видео.html
      Go to your backend, your WP dashboard and Add code to the < head > of your blog.
      You'll find this here: DIVI- Theme Options -Integration.
      Copy and paste the following code over there:
      jQuery(document).ready(function(){
      var totalheight = 0;
      jQuery(".et-l--header .et_builder_inner_content .et_pb_section").each(function(){
      totalheight = totalheight + jQuery(this).outerHeight();
      });
      totalheight = totalheight + "px";
      jQuery("#et-main-area").css("padding-top",totalheight);
      });
      Good luck

    • @AtrabileCom
      @AtrabileCom 4 года назад

      Same problem here solved without script : add one more section in your custom header, default position and z-index, after that you can manage with height or padding

    • @afsalshameer6383
      @afsalshameer6383 4 года назад

      @@Herbieatorbie66 Thank you for that

  • @louisesellebjerg4360
    @louisesellebjerg4360 5 лет назад +4

    Hi mak - great video - but when we check it in inspector in chrome (Iphone 6-7-8 eg) it does not look any good..... you HAVE to be better at this... the phone view in DIVI does not match the real world...... hope you get me.... it is just so frustrating....

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

    How do the menu items stack on mobile/tablet?

  • @darrenrayborn
    @darrenrayborn 5 лет назад +1

    This is exactly what I was looking for. Perfect! Thanks Mak!!

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

    custom header doesnt apply to theme and reeplace the actual logo menu header i asign like you explain but nothing change
    thks

  • @helloapple556
    @helloapple556 4 года назад

    Mak, your hands work seemlessly, Ma Shaa ALLAH

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

    How do I take the header files and get it into the wordpress instance? Not sure where to upload them once I download from your site. ????

  • @alazharmosque6999
    @alazharmosque6999 4 года назад

    How does one space the menu items further from each other ? For example the space between Home and About us etc ? I want to move them further apart

  • @AllPraiseToYah
    @AllPraiseToYah 4 года назад

    Exactly tut post. your tutorials are fantastic.

  • @akashagarwal1450
    @akashagarwal1450 5 лет назад

    How to make this full width header and how to drift down the next slider or row whatever on the page which go behind the header .please guide

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

    Great tutorial. Do you have one for a custom footer?

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

    How do I get my previous menus back?

  • @Khordmaster
    @Khordmaster 4 года назад

    When i hover over the second menu we created, it makes the bottom edges no longer curved. Suggestions on how to fix this?

    • @paulknowler
      @paulknowler 4 года назад

      Hey Kevin. Did you find a fix for this? It's so annoying!!!

    • @Khordmaster
      @Khordmaster 4 года назад

      @@paulknowler sadly no! 😢

    • @paulknowler
      @paulknowler 4 года назад

      Kevin Allen. I found a work around to fix it. It’s another Divi thing that doesn’t quite work. Instead of putting the radius on the section I put it on the bottom row. I then had to mess with the radius settings choosing the Hover state first and then back to the desktop state or else it didn’t work... I think there are some teething problems with some of the theme builder settings. Mak’s stuff is great but very fast and not many explanations for why he is doing things. For example if you do set overflow to hide you will lose any drop down menu. Gotta love Divi even though sometimes the first time you do something is very painful.

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

    I cant import the file! when importing it says 'This file should not be imported in this context.
    '

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

      Hi there 👋
      Please ensure that you are importing it via the Theme Builder > Portability > Import: d.pr/i/b7ZRxa

  • @giuseppebasileweb
    @giuseppebasileweb 4 года назад

    Hi my friend :-)
    In version mobile, I don't see the voices of menu. Dropdown menu don't appear... Why?

  • @brandonmarks6866
    @brandonmarks6866 4 года назад

    everytime I switch to a different view eg. PC view > Phone view the majoirty of the stuff inside the header is cut off or misplaced...can you help

  • @kennethseith3703
    @kennethseith3703 4 года назад

    Theme builder is not showing in my menu

  • @omarranjha7556
    @omarranjha7556 4 года назад

    I excluded page from the header but it's still showing with the home page in the header.
    Anyone can answer?

  • @paulatkinson9893
    @paulatkinson9893 5 лет назад +4

    Can you add a drop-down section to the menu and show us how to modify that section of the menu please.
    Also.. How do I align the hamburger menu to the right in a 2 column header?

    • @WannaBeMuzkant
      @WannaBeMuzkant 4 года назад

      Hi Paul.... Menu Settings>Design>Sizing>Module aligment> you wil see left, center or RIGHT

  • @mrjwpotter
    @mrjwpotter 4 года назад

    where is the css cod for forcing the elements to align please

  • @treadwellpoolsparemodel8136
    @treadwellpoolsparemodel8136 5 лет назад

    What would happen if I already have a menu in place but decide to design a new header using the Divi Builder ?

  • @radixtenshi
    @radixtenshi 4 года назад +1

    Amazing tutorial. Is any way of make that menu fade when you scroll?

  • @AltusSchools
    @AltusSchools 4 года назад

    What do I need to do if I have more pages that nest under my menu items? How do I get this to be visible? I am having trough getting this to show on my pages. It does show when I am in the Edit Theme Builder.

  • @thenewwallstreet
    @thenewwallstreet 9 месяцев назад

    custom css 'displays flexp' doesnt work

  • @Lisa_Reuben
    @Lisa_Reuben 5 лет назад

    This is great - however my header (which I made full width rather than max width of 1280px has a "scroll bar" left to right every-time I hover over the header. Obviously I cannot use it like this - can anyone advise what I've possibly done wrong?

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

    This doesn't seem to work with my dropdown sub nav items. Is there a way to ensure this content displays?

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

      Hi Mandy!👋
      To check the dropdown menu, please, open the Menu Module Settings and then, with the opened Module, you can open the dropdown menu. Have a look at the screenshot:
      prnt.sc/1d5gb10
      If you still have any questions, create a ticket with the Support Team:
      www.elegantthemes.com/members-area/

  • @mauricekoks7235
    @mauricekoks7235 4 года назад

    A lot of settings ...... I have Lifetime access to Divi but looking at how many steps and settings have to be done, make's me DI(VI)ZZY !! There must be a way to just drag & drop this and click save ?? any suggestions, Brizy ?? Duda ??

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

    Bro due to your global header all my default template gone. Is there anyway to get it back?

  • @ianlaulau
    @ianlaulau 5 лет назад

    how do I make the sticky header not covered by the admin bar?

  • @Fortespyproductions
    @Fortespyproductions 5 лет назад +4

    something seems wrong with this header. it blocks a good portion of the web page. it's meant to show the full web page and then become sticky during scrolling

    • @LDOYT
      @LDOYT 4 года назад +1

      Exactly my issue as well did you happen to find a solution?

    • @hupka3145
      @hupka3145 4 года назад

      @@LDOYT I'm still hunting for a solution to this as well. Any luck?

    • @LDOYT
      @LDOYT 4 года назад

      Mike Hupka nope :/

    • @hupka3145
      @hupka3145 4 года назад

      @@LDOYT I ended up getting rid of the header entirely, using a normal full width section and saving it as a global section, and then apply it to each page individually. Its not ideal but I can still make changes in one location that apply to the whole site and it responds appropriately. Not a proper fix but it'll get me by.

  • @JimGregoryUK
    @JimGregoryUK 5 лет назад +10

    Thanks for the work-around but am I the only one that thinks that the fixed header and footer options should be built into Divi? This and the mobile glitches really do need to be fixed in an update and SOON.

  • @alexandernicastro36
    @alexandernicastro36 3 года назад +1

    This is great. However, when I saved the header and went to my home page, the menu appeared above the top header. How do I fix this?

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

      Facing the same issue

  • @VijayKumar-dn4pz
    @VijayKumar-dn4pz 4 года назад

    The custom header overlaps the content. Is there a better way of preventing that besides putting padding on the content?

  • @AliHamza-wl7xo
    @AliHamza-wl7xo 3 года назад

    when you hover over the menu the border radius becomes zero

  • @tabiko6457
    @tabiko6457 4 года назад

    Great tutorial. Exactly what I was looking for too! Thank you!

  • @hikka-ru
    @hikka-ru 4 года назад

    Thank you for the video. Why did you use CSS instead of section position settings, which has "fixed" setting?

  • @ShahramSedehi
    @ShahramSedehi 5 лет назад

    mobile menu drop down hides inside section and does not overflow even through visibility is set and z index 99999.

  • @D1nonly999
    @D1nonly999 5 лет назад

    Where to change text size for dropdown sub-menu? thx

  • @arthurread178
    @arthurread178 4 года назад

    How can i make a extra theme 3 feature post in header

  • @WannaBeMuzkant
    @WannaBeMuzkant 4 года назад

    Hi!...everything its great..but I want transparent header....everywhere i put my background color to transparent and its still white:)....Can you helped with that:)?.....Thanks...best regards from Slovenia

  • @marisadipalma
    @marisadipalma 5 лет назад

    Tus tutoriales son geniales!!! siempre me resuelven todos los problemas!

  • @nicenwise10
    @nicenwise10 4 года назад

    Hey mak i am facing some prob please help me
    When i am trying to add new row for menu coulmn the row is overlapping the global header row instead of going below the header row and also i cant move with move tool as well can you please what possibly could be the reason for this

  • @stephenbrowne7598
    @stephenbrowne7598 5 лет назад

    Can we get the Extra theme Divi builder fixed so that you can use hyperlinks and the dropdown menu to change text syles (Heading 1/2/3/4/5) please!

  • @DevKulkarni
    @DevKulkarni 5 лет назад

    how do you transform it on scroll?

  • @produklist
    @produklist 5 лет назад

    Please help me!! How to create costume Header to user login/out?

  • @themindsetrevolution
    @themindsetrevolution 5 лет назад +1

    This video is really good but misses out a lot of stuff you might need. BEWARE, once applied you can't access the top sections module to edit pictures or any top/first module settings. The module editor is obscured by the global header. There are issues with drop-down menus and the mobile version. I had to get the support guys to fix these issues (which took several hours). They had to add extra code. Eventually, I had so many problems I deleted it in the end. If you have a basic site with no drop downs this is good. Anything more and you might have problems.

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

      Yup he's right! this video leaves code that you need.

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

      @@adventurewithlawrence could you not just turn global header off, do your edits and then turn it back on?

  • @AdaRumford
    @AdaRumford 4 года назад

    Finding myself really wanting to just get in to the HTML to make each column function the way I want it to at each size. How can I do that?

    • @michaelbredius
      @michaelbredius 4 года назад

      You will have to change the CSS not the HTML :)

  • @itzchompa
    @itzchompa 4 года назад

    Brilliant!! Thumbs up

  • @MB-sl8pw
    @MB-sl8pw 5 лет назад +2

    Like it. Cluld you show how to colapse mobile menu items

  • @IrfanKhan-pt7oe
    @IrfanKhan-pt7oe 5 лет назад

    Hey MAC, the CSS SNIPPET [display: flex;] is not working for me, impossible to align the mobile menu with the logo in the header, any other solution to align the headers?

  • @CryptoPulsee
    @CryptoPulsee 5 лет назад

    i did everything he did...but once i reload the site...it shows totaly destroyes...i mean the header

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

    How come you never answer any of these comments? My Navigation hides the Global menu and now instructions how to fix. But why??

  • @paulwhitehead1816
    @paulwhitehead1816 5 лет назад

    Hello Mak, great tutorial. Can you please explain what sticking is & why that code is needed? Thank you!

    • @LDOYT
      @LDOYT 4 года назад

      If its sticking that means that it stays the same place on the screen all the time. So if you scroll is going to be in the same spot still

  • @WJ-ng5dc
    @WJ-ng5dc 4 года назад

    Excellent 👍 how do I access the css code

  • @harshbrownes
    @harshbrownes 5 лет назад

    I don't have the Theme Builder on my dashboard because I'm using the Divi Theme. How do I create global headers?

  • @evanbaker6375
    @evanbaker6375 4 года назад

    i walked through this and it works great and looks great when I'm in the divi builder. However when I attempt to make it active, it's missing the actual menu column....

  • @vincentlevalois
    @vincentlevalois 5 лет назад +10

    Extremely helpful as I was going crazy trying to achieve things like a sticky menu and now you've covered most of my questions with one tut :) One question though, how would you code getting the menu to reduce in size (including the logo) and remain sticky on scroll?

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

    I noticed you were setting your text sizes to 10px on tablet and mobile. Just a heads up that accessibility for disabled users require that you have text sizes 12px and above! Remember the disabled users!

  • @duranjulioe
    @duranjulioe 4 года назад

    Thanks a lot, this video was really helpful!

  • @hutlerDK
    @hutlerDK 4 года назад

    Hi MAK
    I had problems with the header lying under my body on my shopping side, but it was usually on my other sides.
    I solved it by writing the following CSS in the Theme Options> General> Custom CSS:
    header.et-l.et-l--header {
    z-index: 99999;
    position: fixed;
    width: 100%;
    }

    • @hutlerDK
      @hutlerDK 4 года назад

      I've just been in contact with Divi support.
      They tell me it's a known bug.
      This code should be written instead of the one I wrote before.
      #page-container {padding-top:70px!important;}
      .et_builder_inner_content {position:initial!important;}
      @media screen and (max-width:980px) {
      .et-tb-has-header #page-container {padding-top:70px!important;}
      }

    • @RPamela
      @RPamela 4 года назад +1

      @@hutlerDK That was very helpful. Thank you.

  • @andresAtMudra
    @andresAtMudra 2 года назад +1

    As someone who understands CSS there are a couple things that can be improved here.
    - max-width should be applied to the Row not the Section
    - Instead of setting the top-margin:10px, you should be using flex-box to center this items within the Nav
    It's a shame Divi does not allow you to customize flex box options within the Design tab.

  • @RalfTenbrink
    @RalfTenbrink 4 года назад

    Very informative, thx very much

  • @fiona.muthoni
    @fiona.muthoni 3 года назад

    Thank you so much for such a great tutorial!! I have one question though, how can i reduce the height of the header? On the desktop, it seems to fill up most of the screen

    • @elegantthemes
      @elegantthemes  3 года назад +1

      Hi Muthoni! 👋
      You can reduce the Section/Row/Module height to adjust the height. If you have more questions, please, create a ticket with the Support Team:
      www.elegantthemes.com/members-area/

  • @Oumeyy
    @Oumeyy 4 года назад

    So perfect ! Thank you !!

  • @oliviersilva
    @oliviersilva 5 лет назад

    can you replicate the EXTRA theme global header?

  • @wpsaiful
    @wpsaiful 5 лет назад

    It's really cool.............. Thank you so much kallu bhai :D

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

    Thank you soooo much.

  • @mihleo6391
    @mihleo6391 5 лет назад +2

    Problem is we can not create mobile header.

  •  9 месяцев назад

    This is nice really, but how is going to look on mobile? :)

  • @praveensharma929
    @praveensharma929 5 лет назад

    Awesome ..... just on point mak

  • @maiq3041
    @maiq3041 4 года назад

    This is great, thank you! Just 2 quick questions, 1) If you wanted to also make the header more "transparent" upon scrolling, how would you go about adding that functionality? Would you do a before: & after: code snippet in the advanced tab under the css customizations somewhere? 2) Is it possible to create a "dynamic" global header that changes according to the segment based on a toggle button on the secondary menu?

  • @kaziiqbalrana96
    @kaziiqbalrana96 4 года назад

    how to customize car rental demo.