Settings Sidebar:: Add Block Text, Image and Checkbox Fields - WordPress Gutenberg Block

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 21

  • @AmarVoraIndia
    @AmarVoraIndia 2 ปีที่แล้ว +2

    Waiting for next video. please upload next video

  • @gautierantoine
    @gautierantoine 3 ปีที่แล้ว +1

    That's a really helpful tutorial.
    It helped to understand how to use npm and the wordpress components to make a gutenberg block.
    But can't wait for part 3, any idea when it will be release?

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว +1

      This should come up in the new month. I have been unavailable this month.

    • @tomfarrell251
      @tomfarrell251 2 ปีที่แล้ว

      @@TechiePress Thank you for the videos, very helpful. Any updates on part 3?

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว +1

      I am working on these. Will be pushing them out in the coming weeks. The API for blocks has slightly changed but we shall be able to navigate this. Thanks for watching and leaving feedback.

  • @jyotibarasker2792
    @jyotibarasker2792 2 ปีที่แล้ว

    Hi, can you tell me after this video how will display this data to our front view. I amnot able to find the 3rd video after this. Can u please guide

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว

      Unfortunately, this video is missing. However, you can use ACF blocks as the journey on developing native blocks continues. See how to do ACF blocks. th-cam.com/video/twQ10mKwAcU/w-d-xo.html

    • @jyotibarasker2792
      @jyotibarasker2792 2 ปีที่แล้ว

      @@TechiePress but i want to know how we can achieve this without using acf right can u please help? It will be very helpful for me. Thanks for the prompt response

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว +1

      @@jyotibarasker2792 I will be making a follow up video in 1-2 weeks. However, try this th-cam.com/video/ls1_XTfQJmg/w-d-xo.html

    • @jyotibarasker2792
      @jyotibarasker2792 2 ปีที่แล้ว

      @@TechiePress ok thanks waiting for your video

  • @jyotibarasker2792
    @jyotibarasker2792 2 ปีที่แล้ว

    Hi, your videos are excellent but I want to know why Gutenberg react component auto imports when I type the component name. Can you please tell me the extension for the visual studio that auto-adds the components while typing the name?

    • @TechiePress
      @TechiePress  2 ปีที่แล้ว

      Thank you for the kind comment. One can extensions like npm intellisense which detect the typed component name and auto complete the code line for you.

  • @joreymeljunejumayao8006
    @joreymeljunejumayao8006 3 ปีที่แล้ว

    Please Help me with my problem I want to add checkbox control to my accordion that when checked/active it is toggled in front-end.

  • @Amir-fu5zu
    @Amir-fu5zu 3 ปีที่แล้ว +1

    How to save the input value of TextControl? When I reload the page, it is empty again.

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      I will tackle that in the next video. Sorry for the long wait

  • @devilreaper8543
    @devilreaper8543 3 ปีที่แล้ว

    hello sir, i was excepting you to complete your woocemmerce series you have left out uncomplete......

  • @onelook1870
    @onelook1870 3 ปีที่แล้ว

    How can we use MediaPlaceholder to select multiple images??

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      That's a lengthy discussion but you can look at this for an easier example. stackoverflow.com/questions/67433601/custom-gutenberg-block-with-slider. You can also leverage github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/gallery/edit.js from the WordPress Library.

  • @russellazim6589
    @russellazim6589 3 ปีที่แล้ว

    can you show blog post ajax load more button and infinite scroll

    • @TechiePress
      @TechiePress  3 ปีที่แล้ว

      It is the similar to what we have here. The difference is you are calling the post “post” post type

  • @ian-tumulak
    @ian-tumulak 2 ปีที่แล้ว +1

    For anyone following this tutorial, in order for the checkbox to work, you need to use setAttributes instead of useState. It wasn't clear in the WordPress doc and it is missing a few details.