#9 Advanced WordPress Theme Development | Bootstrap WordPress Theme | get_template_part

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

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

  • @TheJuanivitale
    @TheJuanivitale 6 месяцев назад +1

    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...

  • @chrisevans3942
    @chrisevans3942 3 года назад +5

    I've been looking for an advanced WordPress course for a while, now, and this is absolutely perfect - amazing detail. Thank you Imran!

  • @DavidRobertLewis
    @DavidRobertLewis 8 месяцев назад

    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.

  • @bsvenom9488
    @bsvenom9488 3 года назад +2

    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

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

    Amazing work bro i love your teaching style keep it up ill be with you

  • @learndigitalskills8932
    @learndigitalskills8932 2 года назад +2

    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.

    • @learndigitalskills8932
      @learndigitalskills8932 2 года назад +2

      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.

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

    Awesome content 👍👍👍

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

    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

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

      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/

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

    Sir in my case not sowing navigation menu what's problem
    I'm following in first video

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

    Hello sir!! Good morning...
    Get_template_part();
    Not working... Please help me..

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 4 года назад +1

    Great. ..

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

    Thank you so much to share this video

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

    Awesome sir, Keep it up.

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

    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

    • @CynthiaSotoCaballerolYEAHl
      @CynthiaSotoCaballerolYEAHl 3 года назад +3

      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!

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

      @@CynthiaSotoCaballerolYEAHl Thanks for your helping Cynthia!

  • @anarul-islam
    @anarul-islam Год назад

    Sir thank you very much.

  • @ajayamaharjan4754
    @ajayamaharjan4754 4 месяца назад

    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.

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

    TOP CONTENT !!!
    THX !!!

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

    lovely content. when will you post next video . 😍

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

    love your content

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

    get_template_part ( ' ' ) is not working for me.

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

      Try to match your code with github repo to see what you are missing please

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

      @@Codeytek I have tried same to same and check some other theme the cde is same but for me it's not working.

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

      Same here...

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

      I don't know why but I looked for the function in wp-includes/general-template.php and after that the defenition was found... -_-