This is a great course Imran! After 10+ years as a developer but using Wordpress only sparingly I realized I really enjoy working with it and want to become a WP freelance developer. Your course has been my main toolbox for that so I thank you! A little note on accessibility (since I've been specializing on it for the last 5 years). A header tag doesn't need an ARIA role of "banner" because It's already semantically a header so it has that role natively. You would need to add it for example if it was a div tag instead of a header...
Just wanting to thank you for making this advanced course available to the wordpress community, and am finding your short sessions easy to understand and am eager to complete the course.
all bootstrap files are included and enqueued also. but after adding the nav codes from bootstrap 5.0 (i am using bootstrap 5.0.1) The navigation menu does not look the way it has to (it is showing as old 1990 type only font which is not even aligned. May be css bootstrap is not loading) however when I inspect the page it shows bootstrap.css. Please help
get_template_part() is not working, include() is working. After getting the nav template, bootstrap is not working, I can see the bootstrap js and css in the header, but somehow its not working. Trying to resolve the problem.
I was using get_template_part('template-parts/header/nav.php'); instead of get_template_part('template-parts/header/nav'); that's why it was not working. I was using get_template_directory() instead of get_template_directory_uri() for bootsrap, That's why it was not working.
Dear Imran , in part 9 we have include bootstrap some else we include or link tailwindcss , as style sheet can I do better for theme ? Because nowaday tailwindcss better as bootstrap. Would you like make tutorial for tailwindcss and include this advance wordpress theme tutorial series. Thanks Regards Zohair Faruqi
I do have plans to make a tutorials for Tailwind as an option in the same series in future. I recently wrote a blog on how to do that. This should get you started quickly. codeytek.com/setup-tailwind-css-in-a-wordpress-plugin-or-theme/
Thanks for this tutorial, but i have some issue, my hamburger Menu isn't working on Mobile View, could you kno the problem of that? I have no Error in the console log
I had the same problem. Check if you've downloaded Bootstrap 4x... this version has jQuery dependency. By default, when you try to download Bootstrap files, the page takes you to the 5x version, and that has no jQuery dependency. I couldn't make it work with Bootstrap version 5x though I removed the jQuery dependency I kept having problems, so I tried with version 4x and it worked!
Anyone using bootstrap version 5 onwards, change the data-toggle and data-target within your button element to be data-bs-toggle and data-bs-target if the hamburger menu is not working for you.
This is a great course Imran!
After 10+ years as a developer but using Wordpress only sparingly I realized I really enjoy working with it and want to become a WP freelance developer. Your course has been my main toolbox for that so I thank you!
A little note on accessibility (since I've been specializing on it for the last 5 years). A header tag doesn't need an ARIA role of "banner" because It's already semantically a header so it has that role natively. You would need to add it for example if it was a div tag instead of a header...
I've been looking for an advanced WordPress course for a while, now, and this is absolutely perfect - amazing detail. Thank you Imran!
Thank you Chris
Just wanting to thank you for making this advanced course available to the wordpress community, and am finding your short sessions easy to understand and am eager to complete the course.
all bootstrap files are included and enqueued also. but after adding the nav codes from bootstrap 5.0 (i am using bootstrap 5.0.1)
The navigation menu does not look the way it has to (it is showing as old 1990 type only font which is not even aligned. May be css bootstrap is not loading) however when I inspect the page it shows bootstrap.css. Please help
Amazing work bro i love your teaching style keep it up ill be with you
Thank you
get_template_part() is not working, include() is working. After getting the nav template, bootstrap is not working, I can see the bootstrap js and css in the header, but somehow its not working. Trying to resolve the problem.
I was using get_template_part('template-parts/header/nav.php'); instead of get_template_part('template-parts/header/nav'); that's why it was not working.
I was using get_template_directory() instead of get_template_directory_uri() for bootsrap, That's why it was not working.
Awesome content 👍👍👍
Thanks
Dear Imran , in part 9 we have include bootstrap some else we include or link tailwindcss , as style sheet can I do better for theme ? Because nowaday tailwindcss better as bootstrap. Would you like make tutorial for tailwindcss and include this advance wordpress theme tutorial series. Thanks Regards Zohair Faruqi
I do have plans to make a tutorials for Tailwind as an option in the same series in future. I recently wrote a blog on how to do that. This should get you started quickly.
codeytek.com/setup-tailwind-css-in-a-wordpress-plugin-or-theme/
Sir in my case not sowing navigation menu what's problem
I'm following in first video
Hello sir!! Good morning...
Get_template_part();
Not working... Please help me..
Great. ..
Thank you so much to share this video
Awesome sir, Keep it up.
Thanks for this tutorial, but i have some issue, my hamburger Menu isn't working on Mobile View, could you kno the problem of that? I have no Error in the console log
I had the same problem. Check if you've downloaded Bootstrap 4x... this version has jQuery dependency.
By default, when you try to download Bootstrap files, the page takes you to the 5x version, and that has no jQuery dependency. I couldn't make it work with Bootstrap version 5x though I removed the jQuery dependency I kept having problems, so I tried with version 4x and it worked!
@@CynthiaSotoCaballerolYEAHl Thanks for your helping Cynthia!
Sir thank you very much.
Anyone using bootstrap version 5 onwards, change the data-toggle and data-target within your button element to be data-bs-toggle and data-bs-target if the hamburger menu is not working for you.
TOP CONTENT !!!
THX !!!
lovely content. when will you post next video . 😍
love your content
Thank you
get_template_part ( ' ' ) is not working for me.
Try to match your code with github repo to see what you are missing please
@@Codeytek I have tried same to same and check some other theme the cde is same but for me it's not working.
Same here...
I don't know why but I looked for the function in wp-includes/general-template.php and after that the defenition was found... -_-