Nick Meagher
Nick Meagher
  • 15
  • 97 719
How To Make A Gutenberg Block With Advanced Custom Fields Pro (Beginners Guide)
In this tutorial I'll show you how we create our WordPress websites with Gutenberg and Advanced Custom Fields Pro. This is the approach we have been using on all of our client websites and the feedback has been great!
SOCIAL:
Twitter: nick_meagher
Company: icepick.co/
มุมมอง: 8 472

วีดีโอ

Gravity Forms + Custom Post Types
มุมมอง 19K7 ปีที่แล้ว
In this video, I cover creating a new form with Gravity Forms and then attaching that form to a Custom Post Type so the user can submit the form and add a post. www.icepick.co
Sketch to HTML / CSS (Primer About Page) - Part 2
มุมมอง 7198 ปีที่แล้ว
In this video we finish up the about page for the Primer site. www.icepick.co
Sketch to HTML / CSS (Primer About Page) - Part 1
มุมมอง 5K8 ปีที่แล้ว
In this video I start the process of creating the new about page for the Primer website. www.icepick.co
Animating CSS with Animate.css
มุมมอง 2.1K8 ปีที่แล้ว
daneden.github.io/animate.css/ CSS Code: -webkit-animation-duration: 1s; -webkit-animation-delay: 0.6s; -webkit-animation-iteration-count: 1; -moz-animation-duration: 1s; -moz-animation-delay: 0.6s; -moz-animation-iteration-count: 1; -o-animation-duration: 1s; -o-animation-delay: 0.6s; -o-animation-iteration-count: 1; animation-duration: 1s; animation-delay: 0.6s; animation-iteration-count: 1; ...
Migrate a WordPress Website With a New Domain
มุมมอง 2258 ปีที่แล้ว
interconnectit.com/products/search-and-replace-for-wordpress-databases/ Twitter: @nick_meagher www.icepick.co
Navigation Smooth Scrolling with jQuery
มุมมอง 45K8 ปีที่แล้ว
Read my latest blog post covering this topic for a more in-depth tutorial! byprimer.co/blog/navigation-smooth-scrolling-jquery/
WordPress - Custom Post Types UI and Advanced Custom Fields
มุมมอง 6K8 ปีที่แล้ว
In this video I take you through the process of how to setup Custom Post Types and also Advanced Custom Fields and how you would use it in a real world example. www.icepick.co
Sticky Navigation On Scroll Using jQuery
มุมมอง 10K8 ปีที่แล้ว
In this video we use jQuery to achieve the "sticky" navigation effect on scroll. www.icepick.co

ความคิดเห็น

  • @harmmie
    @harmmie 24 วันที่ผ่านมา

    The only thing thats keeping me from switching is that the acf fields now are really small, and with large blocks or repeater fields. It can look quite messy, because of the limeted horizontal space of the sidebar.

  • @nibraylwedneess8931
    @nibraylwedneess8931 4 หลายเดือนก่อน

    Hello, I know it's been a year since this film was published, but I can't find an answer to my question anywhere. WordPress is pushing the "Full Site Editing" approach and ACF Pro blocks solve this problem to some extent, but how do you deal with it, for example, when creating a custom theme compatible with FSE and you need to create a header? Do you use a hybrid approach to theme creation? And what about larger sections like a blog page where we have a hero and posts loaded with Ajax underneath, connected by a single background?

  • @gindrunk
    @gindrunk 5 หลายเดือนก่อน

    This is how we are doing it rn, and the only reason is we dont want clients to design their layout, thats the agency's job and what we want is for the client to have a visual and edit content thats all

  • @jdpromotions5252
    @jdpromotions5252 5 หลายเดือนก่อน

    great video. how do i show only my blocks to client so that they don't break the page with some other default block. thanks

    • @filippotinnirello
      @filippotinnirello หลายเดือนก่อน

      PublishPress Blocks plugin has block permissions

  • @filip3148
    @filip3148 5 หลายเดือนก่อน

    have you tried combining acf blocks with "Elementor Blocks for Gutenberg" ?

  • @johanstam3602
    @johanstam3602 6 หลายเดือนก่อน

    Does this approach need a Block Theme or can you start with a 'Classic' theme? What theme do you use for client projects?

    • @filippotinnirello
      @filippotinnirello หลายเดือนก่อน

      You need a block theme in order to enable Gutenberg

  • @ryanknowlton1187
    @ryanknowlton1187 6 หลายเดือนก่อน

    Do you have to include ACF pro with the final website, or can you export the custom fields and get away with packaging ACF free with the final build?

    • @icepickco
      @icepickco 6 หลายเดือนก่อน

      We have the agency plan so we include it with all of our builds! For the blocks to work you'll need ACF Pro.

    • @hahahap9844
      @hahahap9844 6 หลายเดือนก่อน

      will you make more videos? @@icepickco

  • @pomade34
    @pomade34 7 หลายเดือนก่อน

    Merci pour la vidéo

  • @afaqahmad4461
    @afaqahmad4461 8 หลายเดือนก่อน

    Thanks Nick

  • @seanmwhitmore
    @seanmwhitmore 8 หลายเดือนก่อน

    Great tips!

  • @user-co2hv6uz2x
    @user-co2hv6uz2x 9 หลายเดือนก่อน

    Great tutorial! I previously adopted this approach as, like you said, doing it the js/react way is really tedious to build in the first place and can be a hassle for some users with the end result. The only issue with mine was that I didn't integrate the css file and the preview mode looked like that traditional ACF fields input but now it really has a professional look. Do you know if there's any way you can set the block to always have the preview mode on when you bring it in the backend of a webpage instead of actually toggling between the Edit/Preview mode?

  • @abanksob1
    @abanksob1 9 หลายเดือนก่อน

    where can I download the plugin Gravity Forms + Custom Post Types

  • @mattbillingham1329
    @mattbillingham1329 9 หลายเดือนก่อน

    Hey Nick, thanks for this it's super useful. I've tried this approach and also included my javascript file as well as the stylesheet. I have an issue where if I update a block that is dependent on js (an accordion for example) I have to completely refresh the browser to get it to work again once the content is updated. Do you have a way to refresh the js when a block is updated without requiring a full browser refresh? Thanks again.

    • @johanstam3602
      @johanstam3602 5 หลายเดือนก่อน

      you may try to enqueue your js file by adding the time() function. I ran into the same issue with a css file..

  • @djave_co6365
    @djave_co6365 9 หลายเดือนก่อน

    Great video. How do you / do you remove the default blocks from the top level?

  • @AhmadChaidir
    @AhmadChaidir ปีที่แล้ว

    Hi Nick, thankyou for this tutorial. I just starting to learn using clean method like this instead of page builder. To much bloated code. As SEO's i always think this is the best approach from speed perspective, but adding devs cost its not always an option with clients. The way i see, its basically same like elementor correct? Where you create sections to used in other part of the site. Also, since i only know the basic concept of html and bootstraps, do you think Ai can help me accomplish what you've shown here? Thankyou

  • @gimmeabreak22
    @gimmeabreak22 ปีที่แล้ว

    Wow, this was so helpful. I'm converting a theme pattern to an ACF repeater block and this helped a ton. Thanks!

    • @icepickco
      @icepickco ปีที่แล้ว

      I'm so glad! Good luck!

  • @toby-green
    @toby-green ปีที่แล้ว

    Getting my head around how I would use this... I guess since the block is essentially built on ACF there aren't use cases that would need a dynamic option. How does the speed of ACF blocks compare with native Gutenberg and dynamic acf content?

    • @icepickco
      @icepickco ปีที่แล้ว

      Exactly - no need to build native Gutenberg blocks. We've built large websites using this and haven't run into any issues with speed.

  • @nimanajafi9139
    @nimanajafi9139 ปีที่แล้ว

    Post types is missing for me under Post Fields > Post Title for some reason i dont have that option so when i submit my form its going to the default posts submission rather than the custom post ive created. Has anyone else encountered this?

  • @WendyWebSA
    @WendyWebSA ปีที่แล้ว

    Hi Nick, I actully tried to use the offical ACF documentation and it didn't work, but using your tutorial and all the code, it worked for me.

    • @icepickco
      @icepickco ปีที่แล้ว

      I'm glad I could help!

  • @tanuparnasanyal6307
    @tanuparnasanyal6307 ปีที่แล้ว

    I've followed the same steps, but not showing on the page

  • @mikail7109
    @mikail7109 ปีที่แล้ว

    Hi Nick, thanks for the great tutorial! I am facing an issue i hope you could help me with. None of the css i write in the style.css file works for the blocks, because of this i am forced to use inline css in the blocks.

    • @icepickco
      @icepickco ปีที่แล้ว

      Did you make sure to add your stylesheet to the add_editor_style function?

  • @aryasutrisna6961
    @aryasutrisna6961 ปีที่แล้ว

    Hi , how make guten berg editor full width ?

    • @icepickco
      @icepickco ปีที่แล้ว

      .wp-block { max-width: 100%; }

  • @nadiat1686
    @nadiat1686 ปีที่แล้ว

    Hi, what are you using to access the ftp/folder area of your website?

    • @icepickco
      @icepickco ปีที่แล้ว

      It's called Nova - nova.app/

  • @markbolden4540
    @markbolden4540 ปีที่แล้ว

    Great tutorial. A lot faster than writing native JS/React blocks by far!!! Cheers!

    • @icepickco
      @icepickco ปีที่แล้ว

      Thank you! I totally agree!

  • @lukaacajic
    @lukaacajic ปีที่แล้ว

    I followed your tutorial but can't get styling to work in guttenberg. Could it be that something changed in WordPress 6?

    • @icepickco
      @icepickco ปีที่แล้ว

      Hey Luka, We are still following this same technique on WP 6 and it's working for us! Did you make sure to add your stylesheet to the add_editor_style function?

  • @seanraz
    @seanraz ปีที่แล้ว

    Thanks for sharing this. Looks like a nice workflow. I have a custom build process using my own themes and ACF (if needed), and have avoided adopting Gutenberg as long as possible. Mainly because the end-product for my customers was better with classic. But this seems to be a good way to build with "Modern" WordPress. It's important to be able to build efficiently so as to not inflate the price to the end-customer. This seems a good way to do that as developing Gutenberg blocks is still so poorly documented and time-consuming to build with. Question: do you guys roll your own classic theme? What's your base theme you work with? Thanks!

    • @icepickco
      @icepickco ปีที่แล้ว

      Thanks Sean! We did the same thing for quite awhile and ended up coming up with this solution. We still have a lot of agencies we partner with using the classic editor still so it's all just preference but I do like this setup since it has the real-time preview functionality which flexible content fields did not have. We do roll with our own base theme and you can use it if you'd like here - github.com/nickmeagher/Icepick

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

    I couldn't find that plugin and I assume GravityWiz took it over. I added it, but when I choose custom field and then the dropdown for existing custom fields, my ACF fields do not show up. Something I've missed?

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

    i used the same thing but my existing custom field is showing empty?? Can you help me

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

    Great video. Using ACF gives so much flexibility to the client without the bloat of a page builder. More tuts like this would be awesome. Do you build entire websites using ACF to create Gutenberg blocks? Can clients change colors in the blocks(background, font color, etc.)?

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

      I totally agree! We do use this approach on full website builds and we have been now for the past year and a half and the response from clients has been great. We typically try to build out these blocks to include as many options as possible to limit the amount of duplicate blocks that might be similar to it. We don't add options like background, font color, etc. just because we've found if we give too many options clients can end up making things looks a bit crazy 😂

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

    Hi Nick - great content. We are loving Gutenburg. We have a small design and management business and all of the initial setup for each new client is repeatable: same wordpress install (newest version ofc), plugins, settings etc. Is there a way to create a worepress install that is the same to a certain point? I am hopeful it may save some time! Thank you!

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

      Thank you! Are you using Gutenberg in the same way I am or are you guys using a different approach? My first thought would be to use a host like WPEngine and make a development install with the configuration you’re wanting and then copy that to any new installs you create as a starting point.

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

    Hello Nick Thanks for the video Is there a way i can add a different form on same custom post type but different category using Gravity forms or any other tool there

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

    Your ACF Field doesnt show up:!!... SOLUTION: Once you add a custom field, create an entry (fill that entry) for a records (post or page) Then it will show up on GF.

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

    Thank you, easy on the keyboard.

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

    Would have loved to see the custom field setup included at the start and a little slower presentation. Lots of great info here for sure but you lost me, I’m afraid

  • @malenlaberinto4734
    @malenlaberinto4734 4 ปีที่แล้ว

    1eowietlkeuem9emuejek

  • @RoelJhonatan
    @RoelJhonatan 4 ปีที่แล้ว

    great tutorial

  • @AbdulSamad-qe2nn
    @AbdulSamad-qe2nn 4 ปีที่แล้ว

    Hey Nick - thanks for the great tutorial. I need your suggestions on "Offer Price From". Is there any possibility to create "Make An Offer" form using gravity? I would like to use the "Make An Offer" form with WooCommerce products. Appreciated.

  • @user-rc8yx9zp2u
    @user-rc8yx9zp2u 4 ปีที่แล้ว

    Thank you very much! =)))

  • @danielep18
    @danielep18 4 ปีที่แล้ว

    I kwow that it's a old post, but I would use this features in my website. This solution now work with checkbox field or with other multiselect field. Do you help me? thank you

  • @luismontero259
    @luismontero259 4 ปีที่แล้ว

    Thanks dude

  • @AlexGamerPanama
    @AlexGamerPanama 4 ปีที่แล้ว

    Thanks

  • @sarahpickert7688
    @sarahpickert7688 4 ปีที่แล้ว

    Nick - This has been really helpful. What WP tool did you use to create the drop-down filters?

    • @icepickco
      @icepickco 4 ปีที่แล้ว

      Sarah Pickert Those were built custom actually with PHP & jQuery!

  • @peaterrepeater4441
    @peaterrepeater4441 4 ปีที่แล้ว

    Thanks, a very helpful tutorial!

  • @vikasjain268
    @vikasjain268 4 ปีที่แล้ว

    How can we disable the default category option?

  • @dorondav
    @dorondav 5 ปีที่แล้ว

    how come i don`t see my acf fields in the 'custom field name'

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

      yes. this happened to me: SOLUTION: Once you add a custom field, create an entry (fill that entry) for a records (post or page) Then it will show up on GF.

  • @OsmanShakil
    @OsmanShakil 5 ปีที่แล้ว

    Does it work with the event calendar? I am facing a problem, where I should paste the code?

  • @nimda2sdfsdfsd
    @nimda2sdfsdfsd 5 ปีที่แล้ว

    Great Video, but i would like to know how would i use woof or any other filter with these custom post type and with the custom fields plugin ? could you please put a video on this.

  • @RealJustinEstrada
    @RealJustinEstrada 5 ปีที่แล้ว

    This is awesome. Thank you for creating this video!

  • @ThDrkKnyt
    @ThDrkKnyt 5 ปีที่แล้ว

    thank you so much, it worked like a treat!