Acf Gutenberg



We apologize for this inconvenience. Your IP address has been automatically blocked from accessing the Project Gutenberg website, www.gutenberg.org. This is because the geoIP database shows your address is in the country of Germany.

Diagnostic information:

Blocked at germany.shtml
Your IP address: 188.40.85.20
Referrer URL (if available): (none)
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Date: Sunday, 25-Apr-2021 23:24:24 GMT

Why did this block occur?

  1. ACF Field Groups show under the Gutenberg editor. They look slightly different visually, but function as intended. You can set the position of Field Groups to “Side” and they do show in the sidebar of the Gutenberg editor in the “Extended Settings” dropdown. If ACF already works with Gutenberg, why change it?
  2. I am using ACF with Gutenberg blocks. These work fine and I can translate them. However they don't appear on the front end on translated pages. For example: Here is my page in the default language hidden link ignore the odd page design. This page consists of three blocks, a paragraph block and two custom blocks created with ACF.

A Court in Germany ordered that access to certain items in the Project Gutenberg collection are blocked from Germany. Project Gutenberg believes the Court has no jurisdiction over the matter, but until the issue is resolved, it will comply.

For more information about the German court case, and the reason for blocking all of Germany rather than single items, visit PGLAF's information page about the German lawsuit.

Gutenberg

The Ultimate Gutenberg Blocks Suite ACF Blocks is a collection of ready-to-use Gutenberg Blocks for WordPress. Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Best of all it’s FREE. In this #WordPress tutorial, we go over how to create a #Gutenberg block with the new and shiny Advanced Custom Fields version 5.8. This is geared towards be. Turns outs, creating custom blocks with ACF is simple and actually fixes a lot of the issues I had with Gutenberg in the first place. Setting Up a Custom Block If you are familiar at all with creating custom post types, then creating a block with ACF will feel fairly natural to you.

For more information about the legal advice Project Gutenberg has received concerning international issues, visit PGLAF's International Copyright Guidance for Project Gutenberg

This page in German

Automated translation (via Google Translate): translate.google.com

Acf Gutenberg Block Plugin

How can I get unblocked?

All IP addresses in Germany are blocked. This block will remain in place until legal guidance changes.

If your IP address lookup is incorrect

Use the Maxmind GeoIP demo to verify status of your IP address. Project Gutenberg updates its listing of IP addresses approximately monthly.

Acf Gutenberg

Occasionally, the website mis-applies a block from a previous visitor. Because blocks are applied momentarily, you should try again later to visit https://www.gutenberg.org if Maxmind shows your address as being outside of Germany.

If your IP address is shown by Maxmind to be outside of Germany and you were momentarily blocked, another issue is that some Web browsers erroneously cache the block. Trying a different Web browser might help. Or, clearing the history of your visits to the site.

I have other questions or need to report an error

Please email the diagnostic information above to (removing the spaces around the @) and we will try to help. The software we use sometimes flags 'false positives' -- that is, blocks that should not have occurred. Apologies if this happened, because human users outside of Germany who are making use of the eBooks or other site features should almost never be blocked.

Most recently updated: January 28, 2020.

Warning

If you’re not using ACF plugin, this feature won’t be available

Worldess has built-in support for registering new custom gutenberg blocks through Advanced CustomFields.

To register a block go to the initializerconfig/initializers/custom_gutenberg_acf_blocks.phpand uncomment the last line in the custom_gutenberg_acf_blocks() function.

The function is very well self documented:

config/initializers/custom_gutenberg_acf_blocks.php

Acf Gutenberg Blocks

Having a block registered this way, you will found it selectablein the ACF field group’s options.

Advanced

Said you’ll register a block like

Wordless will search for two partials to render:

  • views/blocks/admin/_slider.html.pug
  • views/blocks/_slider.html.pug
Acf

The first one is used to render the block in the backend Gutenberg’sinterface. If absent, then the second will be used.

You will be obviously free to render the block anywhere in yourfront-end template, since it’s a simple partial:

Acf Gutenberg Preview

Note

Custom Gutenberg Block

You can change the path where the partial is searched forby using the wordless_acf_gutenberg_blocks_views_pathfilter