Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Guillaume

ACF add-on : Taxonomy bug with ACF homepage page type

Hi,

With Admin Columns Pro, ACF add-on and ACF up to date, when you add a fields group with “Homepage” Page Type, all the fields (in red in my screenshot) appears in taxonomy pages.

Example with post categories :

Bug

Desactivate the “Admin Columns Pro – Advanced Custom Fields (ACF)” plugin fix the problem.

Thanks!

1 year, 11 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for your feedback.
We found the issue and fixed it for the upcoming ACF integration release.
You can easily fix this by changing a typo in the following file:

ac-addon-acf/classes/FieldGroup/Location/Taxonomy.php

there is a line
remove_filter( 'acf/location/rule_match/page_type', '__return_ true', 16 );

you can remove the extra space in in the callback so it will look like this:
remove_filter( 'acf/location/rule_match/page_type', '__return_true', 16 );

1 year, 11 months ago
Guillaume

Perfect!

Thank you very much Stefan.

1 year, 11 months ago

You must be logged in to reply to this topic.