• Resolved Rasso Hilber

    (@nonverbla)


    Hi there!

    Today I noticed, that the taxonomy selectize field for the attachment taxonomy is not being rendered in the details view inside and ACF Gallery field

    Can you reproduce this on your end?

    I don’t have the time to further look into this issue at the moment, but maybe you know an easy quick fix that could be part of the next release?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author FAKTOR VIER

    (@faktorvier)

    Hi @nonverbla

    We tried to reproduce the problem but it looks like on our installation the field is correctly rendered. We created a fieldgroup with a acf gallery field and were able to manage the terms with the rendered taxonomy selectize fields. What do we have to do to reproduce this exactly?

    Thread Starter Rasso Hilber

    (@nonverbla)

    Sorry for not getting back earlier – if you can’t reproduce it on your side, It must have something to do with my setup. I had some other issue with the selectize from your plugin, that doesn’t allow me to select new terms once I delete one from the list. It feels like the click event doesn’t fire anymore. I have to navigate to the next/previous attachment and back again, and voila – the select is alive again. But I doubt my clients will love this workflow ;))

    I resorted to disabling the plugin’s selectize for now, and will be using an ACF Taxonomy field, instead.

    
    /**
     * Disable the attachment taxonomy select from the plugin
     * https://github.com/faktorvier/f4-media-taxonomies
     * since it is a bit buggy. Instead, an ACF taxonomy field can be used
     */
    remove_filter('attachment_fields_to_edit', 'F4\MT\Core\Hooks::attachment_fields_to_edit', 1, 2);
    

    No big deal ??

    Plugin Author FAKTOR VIER

    (@faktorvier)

    Hi @nonverbla

    Glad you we’re able to fix this issue so easily. If there are more issues from other users in combination with ACF, then we we’ll check out what we can do to be more compatible with the ACF fields.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Taxonomy Field is not being displayed in ACF gallery details view’ is closed to new replies.