Тёмный

Bootstrap 5 Sidebar | Sidebar Bootstrap 5 Responsive | Left Vertical Navbar Bootstrap 

Codz Sword
Подписаться 2,1 тыс.
Просмотров 49 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 57   
@n.n.1279
@n.n.1279 7 месяцев назад
The Bootstrap sidebar menu has a huge problem 👎: You are on the first webpage. You click on the hamburger menu icon. The sidebar menu opens. You click on a link and go to the next webpage. Then you click on the back button and go back to the first webpage. Problem: The sidebar menu is still open! While this may not be an issue on big screens, on a mobile screen visitors see a big sidebar menu that takes the whole screen. They do not see the webpage content. So they click again on the back button and leave the website completely! Sure, you can hack with JS, but why should you? And what if the BS code changes in the next version??
@codzsword
@codzsword 7 месяцев назад
I don't really see the big problem you're talking about with the sidebar project built using Bootstrap 5. 🫣 Let me break it down: The sidebar is just one component of the dashboard, which is the main parent component. The sidebar remains open initially, with toggle functionality provided for user preferences while using the dashboard. As for the issue with the sidebar on mobile devices, sure, it might not have been considered in the tutorial, but you don't even need JavaScript for this in a Bootstrap dashboard. One visitor already commented on this [ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4VN8ZdDse9M.html] , and I provided the solution. And about changing Bootstrap classes, come on, it's not like it's going to break compatibility with the next version. If you're still not convinced, check out the HTML CSS sidebar project covered on this channel. 🙏
@paulofelipesilvadesouza7287
@paulofelipesilvadesouza7287 4 месяца назад
It helped me start my own sidebar, thanks!
@codzsword
@codzsword 4 месяца назад
Thank you for your support Please remember to like, share, and subscribe.
@LeeMin-ho26
@LeeMin-ho26 6 месяцев назад
Thank you so much for your source code.
@codzsword
@codzsword 6 месяцев назад
You're most welcome
@HELLZEL_J
@HELLZEL_J 6 месяцев назад
thanks for help my guider give me this task and says do your own research on but and i found your video it really helped me 😃
@codzsword
@codzsword 6 месяцев назад
You're welcome 😊
@mohamadderouich1899
@mohamadderouich1899 11 месяцев назад
Thank you very much. I used this template for my CS50 final project job analysis website.
@codzsword
@codzsword 11 месяцев назад
You're very welcome! I'm glad to hear that you found the template useful for your CS50 final project job analysis website.
@codzsword
@codzsword 9 месяцев назад
Personal Portfolio Website Using HTML CSS JavaScript ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-OgXJpPoM1ZY.html
@wormerking4909
@wormerking4909 7 месяцев назад
Wow, Thank you for that!
@codzsword
@codzsword 7 месяцев назад
You're welcome!
@robotinike
@robotinike 5 месяцев назад
Hi, it's amazing. Thanks!
@codzsword
@codzsword 5 месяцев назад
Thank you too! 😀
@StevenWong1995
@StevenWong1995 11 месяцев назад
thanks for this amazing and easy-to-follow content. im a backend developer where i struggle a lot when it comes to designing UI but this video helped so much!
@codzsword
@codzsword 11 месяцев назад
Glad it was helpful!
@francisjayvillas5623
@francisjayvillas5623 11 месяцев назад
thanks a lot!! it really help me in our system project. thanks!
@codzsword
@codzsword 11 месяцев назад
Glad to hear that! 😀😃😀😀😀
@nuhanislam2059
@nuhanislam2059 Год назад
Nice work ❤
@codzsword
@codzsword Год назад
Nice profile image too. 😄😉 ধন্যবাদ
@miroframe
@miroframe 16 дней назад
Thanks for the clear instructions. Apparently, if you allow, I will use it in the creation of my website. i also want to ask about the picture you used as background. I like it. Did you create it yourself or did you download it from some photo bank? I would like to buy it. Where can I download it please? Thank you and good luck with your next tutorials.
@codzsword
@codzsword 15 дней назад
Feel free to use this for your project! I found the background image on Freepik, and it's completely free. Thanks so much for your support, it means a lot! I've also created several videos on sidebars, which you can check out if you're interested. And if you feel like supporting the channel further, you could even consider becoming my first channel member-only if you want to, no pressure. Your support really makes a difference.
@miroframe
@miroframe 15 дней назад
​@@codzswordthank you for your reply. I want to ask if you have created a tutorial for using DataTables in a project with Bootstrap 5? I'm building my own web application in Bootstrap 5 - an information system with a database connection and I'm trying to learn how to use Datatables in my project. Thank you very much for your reply. Miro
@Unicorn-qg8mz
@Unicorn-qg8mz 11 месяцев назад
this was so good thanks!
@codzsword
@codzsword 11 месяцев назад
You're so welcome!
@Cyecize
@Cyecize Год назад
Thank you for that! I will use it for a personal project of mine. IoT Device manager 👌✌
@codzsword
@codzsword Год назад
I truly appreciate your kind words! Comments like these bring a smile to my face. Wishing you the best of luck with your project as well! Благодарим ви за милите думи! 🤜🤛
@tamaraochoa376
@tamaraochoa376 Год назад
increíble trabajo me sirvió mucho 🤩Gracias
@codzsword
@codzsword Год назад
🤩Gracias
@MohammadAminiNasab
@MohammadAminiNasab Год назад
very useful
@angelolobascio6608
@angelolobascio6608 5 месяцев назад
hi, but if you have perfectly created the css for each class and id, what do you need for bootstrap? Sorry for the stupid question but I'm still at the beginning.
@codzsword
@codzsword 4 месяца назад
Certainly, these types of questions are commonly encountered by all, not just beginners. Firstly, I believe Bootstrap may not encompass all the necessary CSS rules within its predefined classes, leading us to target specific classes and apply custom styles accordingly. Secondly, it is often more convenient to incorporate custom styles rather than relying solely on individual Bootstrap classes. Lastly, for this particular project, I have opted for minimal usage of custom styles, primarily focusing on the sidebar toggle functionality and the dropdown icon. Thanks
@angelolobascio6608
@angelolobascio6608 4 месяца назад
@@codzsword Thank you for the response... you are a really good artist. Can I ask you one last question? Why, even though I apply all the necessary CSS rules, my small projects have a white background, but my white is duller, more opaque than other modern websites? Is there any particular rule for that? Thank you for any response. Greetings from Italy.
@TheRagreis
@TheRagreis Год назад
Amazing. Thanks
@codzsword
@codzsword Год назад
Thank you too!
@akanosz2
@akanosz2 11 месяцев назад
Yo, I'm quite new to Bootstrap. How can I implement the template inside a folder? (I tried putting the code inside it, but the Bootstrap path isn't recognized, I think.)
@codzsword
@codzsword 11 месяцев назад
Certainly! You can easily add Bootstrap to your project by just copying and pasting the Bootstrap Content Delivery Network (CDN) links into your project's `index.html` file. It's a straightforward process.
@akanosz2
@akanosz2 11 месяцев назад
@codzsword I tried pasting the entire code, even tried moving the file inside a folder, but it still doesn't work as intended... Also, thanks for responding so quickly, kek.
@codzsword
@codzsword 11 месяцев назад
Please don't worry! You can access this sidebar project by following the link provided in the description. I hope this information is helpful to you.😉😉
@alexanderrivas5192
@alexanderrivas5192 11 месяцев назад
Excelente diseño, me será de mucha ayuda 🤩
@codzsword
@codzsword 11 месяцев назад
Gracias.🥰🥰🥰
@codefoxx
@codefoxx Год назад
Source code for advanced developers would be appreciated
@codzsword
@codzsword Год назад
I apologize for the delay in addressing your comment. I would like to notify you that I have recently implemented changes to the source code and have also added a live demo link in the description. Please take a moment to review it. I sincerely apologize for not being able to respond to your comment in a timely manner once again.
@KaledNader
@KaledNader Год назад
How to open a menu after clicking on sidebar links? I want you to stay on the same page.
@codzsword
@codzsword Год назад
The aim is for the sidebar navigation links to open within the same tab when clicked. This is how my code operates as well. All that's required is to insert the URL into the anchor tag. If you're facing any difficulties, feel free to download the source code for reference.
@Jc-pc6jz
@Jc-pc6jz Год назад
Hello, Can you provide a source code. I am a beginner and I don't understand some of the codes. I have to repeat a few clip of the video to look for the code which is a bit hassle. I hope you understand. Thank you.
@codzsword
@codzsword Год назад
Apologies for the delayed response. I've updated the source code and included a live demo link in the description. Please have a look. Sorry again for the delay in replying to your comment.
@Jc-pc6jz
@Jc-pc6jz Год назад
@@codzsword Thank you so much for responding. It really helps a lot.
@viviansepti
@viviansepti Год назад
nice
@codzsword
@codzsword Год назад
Thanks
@jigyasanamdeo
@jigyasanamdeo 11 месяцев назад
voice rakhenge to aur behtar hoga sir
@codzsword
@codzsword 11 месяцев назад
It would have been more beneficial for both you guys and myself if there were audio-explained tutorials available. Considering the current situation, it could be quite time-consuming, and I must admit that I'm not very confident in this regard. 😳Nonetheless, I have attempted to create voice-over videos for PHP tutorials, and I hope you'll take the time to review them. I always appreciate reading your feedback.❤❤
@andreyparovozz
@andreyparovozz Год назад
100500 like!
@TariqueMahmud313
@TariqueMahmud313 Год назад
the background music is so annoying. I am leaving
@codzsword
@codzsword Год назад
Stay with me, bro! 😭😢😢😭 I understand, no worries! You can mute this video and play your favorite music in another tab. Don't worry, I won't leave! , and I appreciate your concern. By the way, I've provided the source code for the sidebar just for you. Enjoy. চিন্তা করবেন না
@TariqueMahmud313
@TariqueMahmud313 Год назад
@@codzsword Thank you. :)
Далее
Sidebar Menu Using Bootstrap 5 | Bootstrap 5 Sidebar
15:04
Bootstrap 5 Crash Course | Website Build & Deploy
1:18:48
Sidebar Bootstrap 5  |  Coding League
15:16
Просмотров 115 тыс.
Subtle, yet Beautiful Scroll Animations
5:04
Просмотров 1,7 млн
2024 10 13 20 04 20
33:39
Просмотров 6