I tried to install the plugin v. 6.2.1. on wp. version 6.4.2. and got a fatal error when trying to activate the free version of the plugin.
]]>The latest version of the plugin, version 2.6.10, appears to introduce fatal file-not-found errors in the Freemius directory. I have encountered this on production and staging sites running ACF Pro and ACF Blocks, as well as on a fresh install of ACF (free) and ACF Blocks on a local development site. The issue appears to be in line 16 of freemius/require.php
which produces the following error:
Warning: require_once([<site path>]\wp-content\plugins\acf-blocks\freemius/includes/fs-html-escaping-functions.php): Failed to open stream: No such file or directory in [<site path>]\wp-content\plugins\acf-blocks\freemius\require.php on line 16
Fatal error: Uncaught Error: Failed opening required ‘[<site path>]\wp-content\plugins\acf-blocks\freemius/includes/fs-html-escaping-functions.php’ (include_path=’.:/usr/share/php:/www/wp-content/pear’) in [<site path>]\wp-content\plugins\acf-blocks\freemius\require.php:16 Stack trace: #0 [<site path>]\wp-content\plugins\acf-blocks\freemius\start.php(486): require_once() #1 [<site path>]\wp-content\plugins\acf-blocks\acf-blocks.php(30): require_once(‘[<site path>]…’) #2 [<site path>]\wp-content\plugins\acf-blocks\acf-blocks.php(53): acfb_fs() #3 [<site path>]\wp-admin\includes\plugin.php(2314): include_once(‘[<site path>]…’) #4 [<site path>]\wp-admin\plugins.php(192): plugin_sandbox_scrape(‘acf-blocks/acf-…’) #5 {main} thrown in [<site path>]\wp-content\plugins\acf-blocks\freemius\require.php on line 16
It looks like the file in question, fs-html-escaping-functions.php
does not exist in version 2.6.10 as downloaded via the built-in plugin installer, and the plugin does not handle the stream opening failure gracefully.
I’ve disabled and removed the plugin on our sites temporarily while evaluating options to fix this via rollback. If this is a known issue and there is a timeline for a patch that info would be greatly appreciated.
]]>Will I be able to create and sort grids using The Events Calendar’s custom fields without leaving the blocks editor?
]]>is this plugin available on GitHub? can you post the repo ?
]]>Posts Block – create pagination support?
In order to decide to purchase the acf pro version, it is necessary to check whether the pagination function can be set in the posts block.
Is there a url where I can check the pagination demo?
Is this plugin still supported? I added it to my WP 5.9 site, which is a multisite. ACF Pro and ACF Blocks plugins are both activated. I’m using the Twenty Twenty Two theme.
https://www.dropbox.com/s/p3kllxd0qkk800a/Screen%20Shot%202022-06-23%20at%209.12.19%20AM.png?dl=0
The ACF Blocks menu item shows up in the Dashboard menu down the left side, but there are no new blocks in my block selector. There’s no way for me to choose a block from this plugin, to add to my page. For example, here, I tried to add the Business Hours block.
https://www.dropbox.com/s/2zwpi1a040s7pqx/Screen%20Shot%202022-06-23%20at%209.21.29%20AM.png?dl=0
Am I missing a configuration step? Or is something weird going on?
]]>I’m trying this block, but select field item is empty.
I have defined ACF field for post, so I don’t know where is the problem…
WordPress 5.9.2
Latest ACF PRO
Latest ACF Blocks
Would be nice if you could add thumbnail slider style to the Image Slider block.
]]>hi, I’m a bit curious about marketing approach of this plugin. I see that the plugin supports the famous ACF custom fields plugin, the look of the logo and plugin name seem as if the two plugins are highly related or from the same author. This throws me off when in fact ACF Blocks Suite is mainly a Gutenberg design block suit that support ACF created fields, and the authors are different people.
Thanks
]]>Hi Munir!
Thanks for the cool plugin.
I’m wondering if you’d be willing to add “Category Exclude” support to the Posts block in the next release?
I created a “acfb_category_exclude” Taxonomy field to the field group and then added the following to acfblocks-templates/free/acfb-posts.php:
// BEGIN Exclude support
$acfb_exclude = get_field( 'acfb_category_exclude' );
$acfb_exclude_names = array();
if(is_array($acfb_exclude)){
foreach($acfb_exclude as $catskey => $catsval){
$acfb_exclude_names[] = $catsval;
}
}
// END Exclude support
$args = array(
'post_type' => 'post',
'post_status' => 'publish',
'posts_per_page' => $acfb_number_of_posts,
'cat' => $acfb_cat_names,
'category__not_in' => $acfb_exclude_names, // ADDED for Exclude Support
);
Thanks for your consideration!
]]>Hello,
Your name and logo are very confusing. Is your plugin working with the real original ACF: Advanced Custom Field plugin?
Your logo looks exactly the same.
Normally your blocks would be ACF (Advanced Custom Field) compatible blocks.
Am I correct?
Thank you to clarify.
]]>The vertical Image Accordion cuts off the content on mobile — maybe the margin/padding/spacing settings should be customizable by breakpoint? or maybe dynamic from the slide’s height — or stay vertical on mobile but with skinnier or horizontally-stacked inactive slides
However you decide to fix is fine, but it’s display is basically broken at this time
]]>I activated the plugin but the blocks don’t show in Gutenberg.
Is it because of WP 5.6 version?
Thanks, Blaise
]]>Hola
It would be nice if all blocks can get data from ACF fields.
Will this be available in the future?
Hola
Please have a look at your acfblocks.com website.
At the moment, it’s not displaying correctly.
Good Morning.
A question to see if someone can solve it.
One of the advantages of blocks is that you can restrict the colors you allow for text and background with a simple smippet, blocking the user from turning the pages into a kaleidoscope. To do this, just put the following function in the functions.php:
add_theme_support (
‘editor-color-palette’, array (
And complete the array with the colors you want to enable. So far so good.
What I ask myself, and I ask you is if there is an easy solution for blocks that are not from the core, that is, those that are added through plugins, such as Genesis blocks ACF Blocks, etc.
That is, the question / idea is how to extend the color limitation to any block, regardless of whether it is the core or a plugin.
Hi,
There’s a problem when you have Gutenberg plugin installed and active (Version 8.9.0 – lastest).
Post block showing posts only on editor, not on front end – it’s Gutenberg plugin fail, but check it.
I test it with simple block that query recent posts: same problem. It doesn’t work.
Also there’s a warning for get_value() – please check it too.
Best,
Paul
Hi,
I am using a field type “Wysiwyg Editor”. But I would like to have a textarea with Gutenberg Blocks. Is this possible with this plugin?
Thanks,
Francisco
Hi,
Is there a way to customize the ‘read more’ button into the ‘Posts’ block without hardcoding it into the acfb-posts.php file?
Thanks by advance !
J
Publications block
I want to use this block for listing products.
But it used posts. But I want to use Pages. Mon need is not a temporaly information.
it is possible ?
Thanks
These selectors lack specificity and therefore hide all radio and checkbox inputs:
acfblocks.css line 674-677:
ul.acf-radio-list li input[type=”checkbox”],
ul.acf-radio-list li input[type=”radio”],
ul.acf-checkbox-list li input[type=”checkbox”],
ul.acf-checkbox-list li input[type=”radio”] {
display: none;
visibility: hidden;
}
This fixes the problem but I’m not sure this was intended:
.acfb_social_networks ul.acf-radio-list li input[type=”checkbox”],
.acfb_social_networks ul.acf-radio-list li input[type=”radio”],
.acfb_social_networks ul.acf-checkbox-list li input[type=”checkbox”],
.acfb_social_networks ul.acf-checkbox-list li input[type=”radio”] {
display: none;
visibility: hidden;
}
Hi,
usually I do all the ACF Stuff by myself. I love this Plugin. But since Gutenberg the fields can’t be organized any more. They are just positioned to the very bottom of the Page. So I know that I could create GB Boxes with ACF, but it is quite time consuming. My Goal number one is performance in the Frontend. My Question: How do you realize such Sliders, Accordions or progress Bars for example. Do you use JQuery and a lot of JQuery Modules/Plugins? How heavy is the CSS load in the Frontend? Do you use Backward Compatibility – kind of “CSS Grid” for example? What about responsive?
Thanks for your answer in advance.
Best, Mikkel
Hi there
Thanks for the amazing plugin.
This is the best thing for WordPress after ACF itself. Very user/developer friendly.
I am in a confusing situation now:
Lets say you have an accordion(FAQ) in Gutenberg with ACF Blocks and you want to show it in multiple pages designed with elementor. (of course you can copy/paste in Gutenberg every time you make the page and post content widget in elementor pulls data to the front-end BUT only from the current post). Now what if you have an elementor page template for a CPT. It means user has to paste this FAQ block in Edit screen every time she is creating a post.
To make it short,
1. Is there a way to be able to show this block separately in elementor post template (not in elementor’s post content widget) e.x. with shortcode?
2. and also pull data from other posts as well?
Thank you.
keep up the good work
how can I always show only one slide on screen < 768 px ?
suspect I need
acf-blocks/js/image-slider.js
I just installed this plugin and I do have ACF Pro installed and working correctly. I can add a new block (like Tabs) to my working page, but I cannot edit it/insert content. I’ve tried to do this with multiple blocks…am I missing an installation step?
]]>Hi
Do you take on any custom work? I need to have a feature implemented into the Post Grid function
Just installed this plugin on a multisite, network activated and checked that it’s active in the particular site I want to use it for.
Unfortunately I don’t see the new Gutenberg blocks when I click to add a block.
Should this plugin work on multisite?
Any help much appreciated.
]]>Love your plugin first of all, but the plugin takes my acf field groups json and adds them into your plugins acf-json folder and skips adding it to my themes acf-json folder. Any way to fix this?
]]>Hello,
Good job for your plugin but this don’t work when “WP Log Viewer” is active.
]]>I’m curious whether this block is actually what I’m looking for:
Does it allows user to insert some other post’s data in current post?
]]>