Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use ACF with EA-Starter #17

Closed
Boa2 opened this issue Nov 29, 2019 · 2 comments
Closed

Can't use ACF with EA-Starter #17

Boa2 opened this issue Nov 29, 2019 · 2 comments

Comments

@Boa2
Copy link

Boa2 commented Nov 29, 2019

When I switch from the theme TwentyTwenty to EA-Starter-Master I loose the menu "Custom Fields" from my ACF Pro - so I can not use ACF with the new build of EA-Starter (downloaded today: 2019-11-29.).
I could use ACF with an EA-Starter build that I downloaded on 2019-09-06.
Help appreciated,
Andrea

@billerickson
Copy link
Owner

You need to add define( 'WP_LOCAL_DEV', true ); to wp-config.php, or comment out this line.

This feature allows you to use ACF to create metaboxes in your development environment, but prevents anyone from editing or deleting them in the production environment.

@Boa2
Copy link
Author

Boa2 commented Nov 29, 2019

Adding define( 'WP_LOCAL_DEV', true ); did not work for me. I had to comment out the line you marked in acf.php.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants