You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing problems to make acf-builder work on a standard wordpress setup. I'm using:
default wordpress (no bedrock)
default theme like twentytwenty
My approach:
In the theme folder I created a composer.json file with acf-builder inside and ran composer install.
In the functions.php I required the autoload file. (require_once('vendor/stoutlogic/acf-builder/autoload.php');)
I know that acf-builder is relying on the 3rd party library that has also been installed successfully.
To avoid 500 erros I specified "button_label" on my repeater field.
The problem
There is no error but in the backend there is no button showing up on the repeater field. I mean the button like "Add whatever".
Same behaviour on Flexible Content element.
There are no errors in the browser console.
The fields like the text field are working normally.
I'm experiencing problems to make acf-builder work on a standard wordpress setup. I'm using:
My approach:
In the theme folder I created a composer.json file with acf-builder inside and ran composer install.
In the functions.php I required the autoload file. (require_once('vendor/stoutlogic/acf-builder/autoload.php');)
I know that acf-builder is relying on the 3rd party library that has also been installed successfully.
To avoid 500 erros I specified "button_label" on my repeater field.
The problem
There is no error but in the backend there is no button showing up on the repeater field. I mean the button like "Add whatever".
Same behaviour on Flexible Content element.
There are no errors in the browser console.
The fields like the text field are working normally.
Here is my code of functions.php
The text was updated successfully, but these errors were encountered: