#6 Advanced WordPress Theme Development | Wordpress theme development course | enqueue stylesheet

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

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

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

    Only development from scratch unique plugins and themes, thank's for lessons

  • @arshalanrawshan4035
    @arshalanrawshan4035 4 года назад +3

    I am very enjoying this course..
    thanks

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

    You are great, greetings to you wherever you are , keep going dude

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

    Great in depth tutorial, thank you for publishing it for free

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

      Glad it was helpful!

  • @our-videos123
    @our-videos123 7 месяцев назад

    6:12 Style version is soo good 😮 it helps you to prevent caching while css change while still caching. That's crazy

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

    Hello Imran, I tried to add stylesheet to my page, I have done exact the same thing what you said. but it hooked to blog/style.css not the one that I have created. please help me.

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

    Hey i' using a gulpfile.js to generate a css base on my scss, and i put it in a css folder. My problem is i can't get the right uri for my generate style, when i try to use: get_stylesheet_directory_uri(). So i basically paste the href in my header.php file like that this : href="wp-content/themes/coachlightv2/css/style.digitalsoundscapes.css" to get the style on my page. I know it's a bad way , but i don't found the solution. Do you have any idea how i can fix it
    out?

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

      See how I am enqueuing in this blog
      codeytek.com/slick-slider-wordpress-without-plugin-slick-carousel/

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

    Thank you so much to share this video

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

    Please can you tell the name of extension that you installed in your browser that says you main focus today.

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

    Everything worked so far, but in this section I ran into some major problems. for some reason print_r doesn’t display - I’m just getting front end. Also for so,e reason I can’t link style.css at all not via functions not even linking directly. I went over and over the section and checked the code of all pages so many times I can’t find the problem. I’m using windows, XAMPP, and VSC. Can you please advise what your set up and installation are - it’s easier to spot a mistake when the setting are the same with the instructions. I really like your course and I’ve tested a few, but I’m stuck :(

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

      Can you push your code on github. I will ask someone with similar setup like yours to test

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

      @@Codeytek I need to learn how to do it first

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

      I’ve noticed that in the themes when I pick Aquila console gives me a localhost error GET localhost/Wordpress/wp-admin/undefined 404 (not found). Could that be a problem. I’ve checked other themes don’t generate that error

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

      @@Hella333 Please check, you have created header.php and footer.php correctly. In header.php have you entered wp_head() function correctly, also in index.php called 'get_header()' function correctly? And in footer.php have you entered wp_footer() function correctly, also in index.php called get_footer() function correctly? Hopefully you will get the right track.

  • @12noooooon
    @12noooooon 4 года назад

    you are amazing pleas keep going

  • @softcation
    @softcation 10 месяцев назад

    how you write pre/ to print ? which shortcut keyboard use you ?

    • @Codeytek
      @Codeytek  10 месяцев назад

      It's a custom snippet I created on PHPStorm editor

  • @mr.techno-era7474
    @mr.techno-era7474 3 года назад

    Hi,
    How can i extract only those css which is used for mobile devices?
    I want to remove excessive css from main.css.

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

    you are super and the lecture is fantastic please guide me anyone how to add style.css in funtions.php it is not shown in browser. is there any thing we write in index file also to attach function.php file. and also guide me how to add auto complete option for wp development

  • @Miltonhn
    @Miltonhn 6 месяцев назад

    Weren’t they supposed to be called with the WP head?

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

    the best!

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

    My CSS and javascript file is not connected on function.php file. anyone can solve this problem?

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

    Thank you so much sir for the tutorial. Do you have any Woocommerce advance class? I would like to subscribe. Even though it is paid :)

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

      There is playlist for that on my RUclips channel

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

    Super ❤️❤️

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

    What IDE do you use bro? Is it VScode?