Replies: 7 comments
-
Not sure if WP supports metaboxes in the modal, don't think so. |
Beta Was this translation helpful? Give feedback.
-
Allright, There are also more field types that are not working in the modal. As for taxonomies, since WP doesn't support the default metaboxes for media modals either we should make a workaround for this or file a but-report at WordPress trac. |
Beta Was this translation helpful? Give feedback.
-
Related: https://make.wordpress.org/core/2012/12/12/attachment-editing-now-with-full-post-edit-ui/ |
Beta Was this translation helpful? Give feedback.
-
Maybe also take a look at this for implementation: |
Beta Was this translation helpful? Give feedback.
-
Also related: This plugin also implements a solution with multiple select, but not checkboxes: |
Beta Was this translation helpful? Give feedback.
-
Trac ticket since WP 3.5.. https://core.trac.wordpress.org/ticket/22938 |
Beta Was this translation helpful? Give feedback.
-
Still in Progress? or did will/did the DFV stuff help there? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a custom taxonomy for attachments with Pods, to create 'categories' for media items.
All works well, the cats are showing up as a metabox with checkboxes in the media edit screen, as expected.
However, in the 'Attachment Details' modal screen (which opens when you click a media item from the gridview of the Media library, and after upload from a post), the categories do not show up as metabox or checkboxes or anything selectable. There is only a text input field, where you can add comma-separated categories. See the attached screenshot below.
Do you know of a way to get the checkboxes working here?
Or could this be considered a feature request for Pods? Maybe this is WP core-related, or out of scope for Pods. I googled high and low but cannot find a solution. Some other media manager plugins get it working more or less, but add a lot of clutter or other issues.
Beta Was this translation helpful? Give feedback.
All reactions