1 00:00:00,750 --> 00:00:01,410 Welcome back. 2 00:00:01,830 --> 00:00:03,480 Now in the navigation bar. 3 00:00:03,720 --> 00:00:07,080 If you click on one of these buttons, you'll find that they don't work. 4 00:00:07,380 --> 00:00:09,660 And the reason is because I didn't work on them. 5 00:00:09,670 --> 00:00:14,430 So we need to fix these buttons so that they work in all pages. 6 00:00:15,000 --> 00:00:17,340 So some of them work and some don't work. 7 00:00:17,730 --> 00:00:18,600 So let's fix this. 8 00:00:19,050 --> 00:00:26,030 And the good news is that now we have only one place to fix this, which is the which is the layouts. 9 00:00:26,490 --> 00:00:29,400 All you need to do now is that you just need to open the. 10 00:00:30,440 --> 00:00:38,510 You just need to open the the header and fix this in the header and it will be fixed in the entire website. 11 00:00:39,320 --> 00:00:47,180 So the homepage, the homepage should have a trip up index that BHP, the shop should have chopped that 12 00:00:47,180 --> 00:00:47,690 BHP. 13 00:00:48,560 --> 00:00:50,000 The blog we don't have a blog. 14 00:00:50,450 --> 00:01:03,050 So a blog you a blog is is usually hosted on another you are l or a what's called a sub domain or just 15 00:01:03,050 --> 00:01:05,090 a domain that's inside your domain. 16 00:01:06,650 --> 00:01:07,800 A contact us page. 17 00:01:07,820 --> 00:01:09,020 We have this contact. 18 00:01:09,800 --> 00:01:10,580 Contact? 19 00:01:11,900 --> 00:01:13,780 Contact that email. 20 00:01:13,790 --> 00:01:14,750 We need to convert this. 21 00:01:14,750 --> 00:01:17,870 You has to make everything consistently converted. 22 00:01:18,860 --> 00:01:24,020 It's not important to convert it because it doesn't contain any beach code, but I'm going to bet I'm 23 00:01:24,020 --> 00:01:28,820 just going to be converting it into BHP just to make everything consistent. 24 00:01:28,820 --> 00:01:34,220 So here I'm going to say contact BHP for the here for the account. 25 00:01:34,520 --> 00:01:37,040 We need to say account that BHP. 26 00:01:39,300 --> 00:01:42,900 And hearing to say that BHP laying out this. 27 00:01:43,260 --> 00:01:47,980 Let me go back to the main page and let me click on home. 28 00:01:48,000 --> 00:01:50,280 If they click on home, it's going to take me to the homepage. 29 00:01:50,730 --> 00:01:53,430 If I click on shop, it's going to take me to the shop page. 30 00:01:53,970 --> 00:01:58,440 If I click on blog, nothing, because we don't have a blog, contact us. 31 00:01:58,440 --> 00:02:00,270 It's going to take me to the Contact US page. 32 00:02:02,220 --> 00:02:04,950 If I click on Cart, it's going to take me to the cart page. 33 00:02:05,310 --> 00:02:08,550 If you click on this account, it's going to take me to the account. 34 00:02:08,850 --> 00:02:11,880 And if I if I'm logged in, it's going to take me to my account. 35 00:02:12,180 --> 00:02:19,980 However, if I'm logged out, if I log out and if I go to the homepage and click on this account icon, 36 00:02:20,310 --> 00:02:26,130 it's going to take me to the login page because the login page is fully protected and from the log in 37 00:02:26,130 --> 00:02:31,770 page the user will be able to go to the registration page and of course the user will be able to go 38 00:02:31,770 --> 00:02:34,860 back and forth between the log in and the registration page. 39 00:02:34,860 --> 00:02:35,610 There is no problem. 40 00:02:36,030 --> 00:02:41,820 And now the good news is that any page in your website, whether it be the registration page or the 41 00:02:41,820 --> 00:02:48,240 shop page or the contact us or any page or even the cart, if you go even to the cart, you will find 42 00:02:48,240 --> 00:02:51,720 that the navigation bar is fully, fully functioning. 43 00:02:51,720 --> 00:02:56,790 So if you click on if you now are in the cart, if you click on home, it's going to take you to the 44 00:02:56,790 --> 00:02:57,090 home. 45 00:02:57,570 --> 00:03:02,070 If you go back to the cart and if you click on shop, it's going to take you to the shop. 46 00:03:02,550 --> 00:03:06,810 If you go to the cart and click on Contact US, it's going to take you to the contact us. 47 00:03:06,810 --> 00:03:12,870 So it's fully functioning and this is the power of using the layout and this is the power of using the 48 00:03:13,170 --> 00:03:14,910 design method that they have shown you.