Build Custom Gutenberg Blocks with Advanced Custom Fields (ACF) for WordPress Block Editor

  Рет қаралды 16,574

TechiePress

TechiePress

Күн бұрын

Пікірлер: 51
@kossic.fiadjigbe1815
@kossic.fiadjigbe1815 3 ай бұрын
Super super awesome work, brother!
@ashrafzaky
@ashrafzaky 5 ай бұрын
Brilliant Brilliant Brilliant , Thank You.
@JohnSmith-mt5ok
@JohnSmith-mt5ok 8 ай бұрын
Wow, what an amazing guide, best that I’ve found, thank you for sharing
@GoTechUG
@GoTechUG 3 жыл бұрын
I was checking out ACF the other day and was blown away by how much power it adds to wordpress. Now this tutorial makes it absolutely easy for people like me interested in learning to create custom dynamic websites in wordpress. Thank you.
@wesonweb
@wesonweb 2 жыл бұрын
I was moving my custom blocks out of my theme into a plugin and this tutorial was really helpful. Thank you!
@dareadel
@dareadel 2 жыл бұрын
Love your tutorials. Thanks again for this one
@Perchpole
@Perchpole 2 жыл бұрын
Brilliant video. You're an excellent tutor.
@andresposadallano9490
@andresposadallano9490 2 жыл бұрын
Great course, amazing, thank you so much!
@salehalnaggar7926
@salehalnaggar7926 3 жыл бұрын
Amazing tutorial as always, Thank you so much for your time 🌹
@TechiePress
@TechiePress 3 жыл бұрын
I am glad you found it worth your time. Build some nice things with it.
@dapowebdeveloper
@dapowebdeveloper Жыл бұрын
Simply awesome!
@InspirationBroadcast
@InspirationBroadcast 3 жыл бұрын
This is so spot on man. Just download acf and was looking for resources and boom got this notification. Thanks
@TechiePress
@TechiePress 3 жыл бұрын
I am glad it was timely. I left a little tip and trick at the end of the video. Check the video chapters for the last spot. I hope you enjoy it.
@ronalyncani4624
@ronalyncani4624 Жыл бұрын
thank you so much for your sharing this amazing tutorial 🙌🙌
@gurukul_org
@gurukul_org 2 жыл бұрын
Very Clearly explained - your explanation is very Good, Keep it up 👍
@mateuszb4387
@mateuszb4387 3 жыл бұрын
so cool! Advanced usage of acf is what makes me very happy!
@TechiePress
@TechiePress 3 жыл бұрын
I like ACF. Do you use it on the daily for your projects?
@mateuszb4387
@mateuszb4387 3 жыл бұрын
@@TechiePress just beginning with simple cases (combined with oxygen builder) but I would love to switch to gutenberg+acf. You are a great teacher, your stuff about WooCommerce is top-notch and unique, just wow.
@marcokielenschede
@marcokielenschede 3 жыл бұрын
Thank you very much, great tutorial!
@TechiePress
@TechiePress 2 жыл бұрын
Glad you enjoyed it!
@Riouken
@Riouken 2 жыл бұрын
You are the best!!
@MrPanzerDragoon
@MrPanzerDragoon 2 жыл бұрын
At 7:55, THANK YOU so much for explaining why these blocks are now in the plugins folder. I started a new job and have never touched Gutenberg (last time I used WordPress was before Gutenberg) and now it makes sense why it's not in the themes folder and why it should be in the plugins folder!
@TechiePress
@TechiePress 2 жыл бұрын
Congrats on the new job. The location of things haven’t changed since Classic editor days. If you find WordPress not so usable for your case, try ClassicPress.net or the classic editor
@mevthawk
@mevthawk Жыл бұрын
Thanks for video
@TechiePress
@TechiePress Жыл бұрын
You are welcome.
@learnwithhasib8323
@learnwithhasib8323 2 жыл бұрын
I found the video to be very helpful. Thank you so much
@TechiePress
@TechiePress 2 жыл бұрын
I am glad. Share what you have learnt with someone else. That cements it in your memory.
@najibelaz6706
@najibelaz6706 3 жыл бұрын
good things to know love this things
@jimmypham9951
@jimmypham9951 3 жыл бұрын
Cool. Thank you for this helpfull video. I hope u also make more a videos with WordPress and acf
@TechiePress
@TechiePress 3 жыл бұрын
I sure am. Thanks for watching. ACF is super interesting.
@RogerioOrioli
@RogerioOrioli Жыл бұрын
this is a fuck amazing , thanx a lot
@lionelgibaudan3592
@lionelgibaudan3592 6 ай бұрын
Great tutorial.... very interesting.. Then, It Seems that ACF Pro has evolved, the acf_register_block_type() function looks like it's deprecated? Here is what the ACF doc says: Since ACF 6.0, We recommend you register blocks with the new block.json syntax syntax rather than the legacy acf_register_block_type() detailed here.
@TechiePress
@TechiePress 5 ай бұрын
Thanks for this. I will be making a follow up video to fix this.
@yoscbd
@yoscbd Жыл бұрын
Thank you for a great video!!!, In terms of performance - Is there a different between using ACF vs Using react modules of Gutenberg and write this functionality without using ACF?
@TechiePress
@TechiePress Жыл бұрын
Yes, using react will be relatively slower in development for each component but you can do this completely. I have a starter series for native Gutenberg development kzbin.info/aero/PLNqG1qGUllk0hREdRiz4dCkXCz2UPtOHE
@dragonspirit254
@dragonspirit254 2 жыл бұрын
I'm on wordpress 6, and the wp_enqueue_assets() is loading the block style in the wordpress backend, but not the that the preview is in.. styles are not working. I can't figure out how to get the styles to work on the preview.
@TechiePress
@TechiePress 2 жыл бұрын
I noticed this as an issue I am yet to research well. Have you tried to wp_enqueue_style() the file via the template? That also helps
@KariposTheOne
@KariposTheOne Жыл бұрын
I'm trying to modify a block, I want to add another text field to an existing block, with a default value, but the default value doesn't show on the frontend only in the backend
@TechiePress
@TechiePress Жыл бұрын
What do you mean by existing block? Is it a core block?
@KariposTheOne
@KariposTheOne Жыл бұрын
@@TechiePress I created a custom block using ACF, called "hero section", which includes a text field and background image. I now need to add a select box for two different height options. Although I set a default value, it does not appear in the frontend for unknown reasons.
@russellazim6589
@russellazim6589 3 жыл бұрын
If i want to make any gutenburg blocks level theme , how i do that
@TechiePress
@TechiePress 3 жыл бұрын
I have a series planned for this coming soon.
@russellazim6589
@russellazim6589 3 жыл бұрын
@@TechiePress do you have rest API live project like Facebook, instagram feed show project
@TechiePress
@TechiePress 3 жыл бұрын
No, I don’t have one.
@jyotibarasker2792
@jyotibarasker2792 3 жыл бұрын
sir your videos are great but github link is shared is not working
@TechiePress
@TechiePress 2 жыл бұрын
I have corrected that. Thanks for watching
@hectorcampbell8843
@hectorcampbell8843 3 жыл бұрын
the github code sample link doesn't work
@TechiePress
@TechiePress 2 жыл бұрын
I have corrected that. Thanks for watching
@mrmbeautiquethebrand
@mrmbeautiquethebrand Жыл бұрын
Voice nahi aarahi hai
@martinlauritsen5150
@martinlauritsen5150 3 жыл бұрын
Github link does not work
@TechiePress
@TechiePress 2 жыл бұрын
I have corrected that. Thanks for watching
WordPress REST API + Ajax for Secure External API Data
31:10
TechiePress
Рет қаралды 8 М.
Задержи дыхание дольше всех!
00:42
Аришнев
Рет қаралды 3,6 МЛН
DAD LEFT HIS OLD SOCKS ON THE COUCH…😱😂
00:24
JULI_PROETO
Рет қаралды 16 МЛН
Я обещал подарить ему самокат!
01:00
Vlad Samokatchik
Рет қаралды 8 МЛН
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 10 МЛН
ACF Blocks Post Carousel Tutorial
23:24
Brian Coords - WordPress Dev
Рет қаралды 3,9 М.
Beginners Guide to Blocks and Gutenberg in WordPress
14:58
Jonathan Jernigan
Рет қаралды 25 М.
The Day Michael Jordan Destroyed Kobe Bryant & Shaquille O’neal
13:22
Players Unlimited - Basketball
Рет қаралды 724 М.
How to Create a Testimonial Block with ACF Blocks
59:24
WP Engine Builders
Рет қаралды 4,7 М.
Easy custom blocks using InnerBlocks in Gutenberg
19:09
Brian Coords - WordPress Dev
Рет қаралды 2,7 М.
WP Engine Webinar:  Advanced Custom Fields Tutorial
49:28
WP Engine
Рет қаралды 1,5 М.
#samsung #retrophone #nostalgia #x100
0:14
mobijunk
Рет қаралды 13 МЛН
Частая ошибка геймеров? 😐 Dareu A710X
1:00
Вэйми
Рет қаралды 3,3 МЛН
iPhone 15 Pro Max vs IPhone Xs Max  troll face speed test
0:33
My iPhone 15 pro max 😱🫣😂
0:21
Nadir Show
Рет қаралды 725 М.