Compatibility with Network Media Library
-
I have recently turned our website in to a multisite, Crelly slider works great on all sites.
Most of the sites on multisite will share the same images, so instead of having to duplicate each image 6 times for each multisite, I have installed Network Media Library (https://github.com/humanmade/network-media-library) plugin which allows us to share one set of media across all sites.
This is where the problem comes, I upload a new image, it is shown in preview but when saving, the image is not saved. relading the slide in Crelly shows a blank slide and viewing on the front end shows a blank image in inspector;
<li style="background-color: transparent; background-image: url(""); background-position: center center; background-repeat: no-repeat; background-size: cover; width: 1292px; height: 501.6px; display: none; top: 0px; left: 0px; opacity: 1;" data-in="fade" data-ease-in="300" data-out="fade" data-ease-out="300" data-time="3000" class="cs-slide">
The Network Media Library plugin attaches the shared media library to site ID 2 and the images uploaded after this plugin is installed is of the format
/wp-content/uploads/sites/2/2020/03/image.jpg
instead of the standard
/wp-content/uploads/2020/03/image.jpg
Notice the ‘/sites/2/’ addition.
Is there a way to have Crelly recognise this url structure, it’s as though it refused to save the url as it isn’t standard to WordPress for some reason.
Thanks
- The topic ‘Compatibility with Network Media Library’ is closed to new replies.