** Whoops! I made a mistake ** Head's up everyone. I made an error in my coding. This version works in Chrome but not Safari. Here's the patch for it: github.com/haydn5/animated-navigation-safari-fix/blob/main/custom.css The error was using margin-top instead of position: absolute and then top. I've provided the files gratis via Git Hub. Kudos to a subscriber for pointing out the error. Thanks, Haydn
@brosquadyt43912 жыл бұрын
This is also not working brother.. Please make sure once again and can't we build this for all web browsers with same code?? I'm new here.. Help me out thanQ 🙂
@philippenewman2 жыл бұрын
Urgh. I don't have browserstack, nor a mac at the house. LOL. I'm surprised either version of your CSS would conflict with Safari. Hoping the updated one works. :||
@andohfrancis93532 жыл бұрын
Thanks
@tektektuktuk4086 Жыл бұрын
is this the best way to make toggle icon?
@philippenewman2 жыл бұрын
I'm grateful that my 10 years dated web education allows me to actually follow along with this. ;D Great tutorial!
@ADesignerWhoCodes2 жыл бұрын
You are very welcome.
@RobertSebestyen-dk1gq Жыл бұрын
BUG spotted: if you click the toggler icon and then refresh the page it refrehes to a collapsed navbar with a X icon. Solution: . You need to write the class name "collapsed" in "button line".
@kruzM18 Жыл бұрын
Thank you! this helped me!
@robyngalea Жыл бұрын
Thank you, I had the same problem and was hoping someone had mentioned this. Your fix fixed my problem too.
@teodorgorka Жыл бұрын
Thanks for the effort, I wouldn't figure it out! :)
@jamescyber5075 Жыл бұрын
Thank you so much!
@SharvinKhanal8 ай бұрын
thanks
@lachlanwilliams581811 ай бұрын
You are the best! Take my up vote!
@ekikei Жыл бұрын
you just saved my school project, thank you
@NotPolloz3 жыл бұрын
Thank you for making this video! Saved me a lot of time.
@ADesignerWhoCodes3 жыл бұрын
You're welcome Rayhan. Glad to hear it helped.
@venugopal-in6im3 жыл бұрын
Thanks alot for the clean and beautiful code
@ADesignerWhoCodes3 жыл бұрын
You are very welcome.
@venugopal-in6im3 жыл бұрын
@@ADesignerWhoCodes Can you please tell me how can i be a good web developer, Thanks in advance
@gabrielmadej31962 жыл бұрын
Thank you for your help. I have just gotten started with bootstrap.
@lehlohonologlenton26802 жыл бұрын
On iPad the toggle button is just a single line, how one fix this issue?
@kingasaurio35972 жыл бұрын
What do you mean by things getting in the way around 6:00?
@madushandesilva142 Жыл бұрын
Thanks! This really helped.
@retoulrich31372 жыл бұрын
Thank you, it works wunderful. How must the CSS be extended if I still want to do the following: When the button is clicked, I want the navbar to go to the full width and full height of the browser window, the background color (now gray) to be orange, the transparency of the background round to be 50% and the background behind the navbar to be blurred. If the toggler icon doesn't appear (expand-lg) the navigation should stay as it is, horizontally side by side. I tried so many things, but nothing worked. Can you support here at best?
@danka-video Жыл бұрын
.toggler-icon { display: block; position: absolute; height: 3px; width: 100%; background: $white; border-radius: 1px; left: 0; top: 10px; transform: rotate(0deg); transition: .2s ease-in-out; } If you put top: 10px ; it looks much better when its switch from hamburger to X. Anyway THX
@AhmedKhaled-fk2zc3 жыл бұрын
This helped me so much, thanks alot!
2 жыл бұрын
Thanks for this amazing tutorial !
@creacionesbrunila2 жыл бұрын
no hay forma de hacerlo con : ? que sea mas facil ? y solo con boostrap ?gracias
@abdulbasitsalah2918 Жыл бұрын
thank you, sir, it really helped me.
@manuict4916 Жыл бұрын
Hello congratulations for tutorial can you do another tutorial like this and try menu completly different. For example menu shape circle button and widescreen menu. Or side menu etc. Because I would like to create different menu.
@dafera2 жыл бұрын
Great video man, but i wanted to make the menu to only appear when i click the button, this way the button only appears if i minimize the page
@kingasaurio35972 жыл бұрын
What do you use to change to mobile view? ctrl+shift+i to inspect right? But it doesn't give me mobile view.
@ADesignerWhoCodes2 жыл бұрын
I do control + click and inspect to get mobile view. Their could be an additional keyboard shortcut
@nerdycoder23 Жыл бұрын
I tried the exact code but it didn't work, anyone faced same issue like me ?
@cecileniess90032 жыл бұрын
Merci pour votre vidéo cela ma énormément aider :)
@jamescyber5075 Жыл бұрын
Thank you so much!
@essentialaffiliatemarketing2 жыл бұрын
Great video, but instead of using opacity and filter on the middle bar why not use display none?
@ADesignerWhoCodes2 жыл бұрын
That also works. I just went with opacity in this instance.
@kingasaurio35972 жыл бұрын
I feel like I missed something. Is middle-bar something from bootstrap or css?
@md.arifhosain34616 ай бұрын
Excellent♥
@jeevankamble9791 Жыл бұрын
I am very happy sir 🤩🤩🤩thank you, sir❤❤❤
@geniusbrother22342 жыл бұрын
for giving the code i subscribe you.
@Adnan_19946 Жыл бұрын
BUG spotted: if you click the toggler icon and then refresh the page it refrehes to a collapsed navbar with a X icon
@ADesignerWhoCodes Жыл бұрын
Ya. I put in a fix in the comments. It's tricky one. And I don't know if Bootstrap might change the setup.
@briseisselene30428 ай бұрын
Hello ! for me ".navbar-toggler .middle-bar { opacity: 0; filter: alpha (opacity=0); }" doesn't work at all, help me please ?
@maciejpawlik58212 жыл бұрын
This one i awesome, thank You
@ADesignerWhoCodes2 жыл бұрын
You are so welcome. Glad it helped ya.
@supratimchoudhury1492 Жыл бұрын
sir with due respect i thought you would explain the individual terms and not just write those classes without explaining what those terms really meant.. what does navbar toggler, data bs toggle collapse means??????????????????? HOW THESE CLASSES INTERACT WITH EACH OTHER TO GIVE THE HAMBURGER MENU ITS EFFECT ? and what are the functions of these classes : - WHAT NAVBAR COLLPASE IS DOING AND WHAT COLLAPSE ROLE IS? SIR CAN YOU KINDLY EXPLAIN IN ANOTHER VIDEO THE ROLES OR FUNCTIONS OF THESE CLASSES SO THAT THEY DONT APPEAR AS FOREIGN LANGUAGES TO ME??? THANKS