network-media-library icon indicating copy to clipboard operation
network-media-library copied to clipboard

Network Media Library plugin for WordPress Multisite

Results 62 network-media-library issues
Sort by recently updated
recently updated
newest added

This one needs testing. Setting (and removing?) featured media via XML-RPC should work as expected.

Task
compatibility

Setting (and removing?) the featured media for a post via the REST API does not work. I'm pretty sure the REST controller class for posts can be extended and its...

Task
compatibility

The output of the "Gallery" widget does not work as expected, due to the way it fetches gallery items with a `WP_Query` for the current site.

Task
compatibility

The output of the "Video" widget does not work as expected, due to some checks for the existence of the attachment on the current site.

Task
compatibility

There are some "thumbnail" Ajax actions that still need to be checked and supported if necessary: * [ ] `wp_ajax_set_post_thumbnail()` * [ ] `wp_ajax_set_attachment_thumbnail()`

Task

During a REST request, the plugin switches to the central media site, but it doesn't switch back once the request is complete. This probably breaks anything that does an internal...

Task

Visiting the Settings -> Media screen on a sub-site will show you settings that don't necessarily reflect those on the central media site. These settings needs to be synchronised, or...

enhancement

This should automatically switch sites in the same way that `wp_get_attachment_image_src` does. Might need some extra filters in core. Need to check it.

Task

This PR fixes the following. - `wp_make_content_images_responsive()` is deprecated and the `wp_make_content_images_responsive` hook was removed. - Use `wp_filter_content_tags()` and the `wp_filter_content_tags` hook instead. - Fix ACF bug with repeater fields...

SETUP: Wordpress 6.3 multisite with Woocommerce on all sites Plugins WP All Import Pro WP All Import: When trying to import images in either product or category imports the images...