Home › Forums › General Issues › Taxonomy Term – "Show this field group if" not applying › Reply To: Taxonomy Term – "Show this field group if" not applying
I just bought the plugin and faced the very same problem. As a temporary workaround, I solved the issue by doing this:
File: ./core/compatibility.php
Line: 409
Change
from: ‘taxonomy’ => ‘post_taxonomy’,
to: ‘taxonomy’ => ‘taxonomy’
Of course this is a bad solution; but it works for now (as I don’t intend to use “Post Taxonomy” option).
Hope this helps and we get a fix soon.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.