acf-extended / ACF-Extended

🚀 All-in-one enhancement suite that improves WordPress & Advanced Custom Fields
https://www.acf-extended.com
238 stars 27 forks source link

Bug in field type "Taxonomy Terms" #73

Closed sebastienserre closed 3 years ago

sebastienserre commented 3 years ago

Describe the bug When a Taxonomy Terms fields is created with check box I have a display bug in Content edit page: terms-checkbox

If I modifiy from Checkbox to Radio: terms-radio

If I add this field group into a front end form (with ACF Extended): terms-form

WordPress & ACF WordPress version: 5.6.2 ACF Pro version: 5.9.5 ACF Extended: 0.8.7.6

acf-extended commented 3 years ago

Hello,

Thanks for the feedback! I'll split your report in two part.

I can't seem to reproduce the issue on my local setup. Everything works fine here when switching between checkbox & radio. I noticed that your Taxonomy Names seem to have weird duplicated names "categoriecategorie".

Have you injected a custom code in the field render? I would advice to not inject JS/PHP there, since the Taxonomy Terms (and "Grouped" radio/checkbox feature from ACF Extended) use some PHP+JS method to create those "Grouped Titles". This may be the cause of the problem.

Base-28 Base-29

This issue will be fixed in the next patch. Here is the Trello card: https://trello.com/c/uManW6a5/515-field-checkbox-radio-fixed-title-group-options-not-working-on-front-end

Have a nice day!

Regards.

acf-extended commented 3 years ago

Hello,

Just a heads up to let you that the latest 0.8.8 Update fixed this issue.

Have a nice day!

Regards.