• 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(&quot;&quot;); 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

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    I’m sorry, I’ve had some problems keeping up with the support messages and it’s probably too late now, but I’ll post anyway in case someone else is interested. I believe the problem might be this: https://github.com/humanmade/network-media-library/issues/15
    If the plugin modifies the default behaviour of the WordPress API, it creates issues with all the other plugins that make use of them. I won’t try creating a workaround due to lack of time unfortunately.

Viewing 1 replies (of 1 total)
  • The topic ‘Compatibility with Network Media Library’ is closed to new replies.