• Hi,

    I’ve just checked that on my multisite the images are not displayed with the “singlepic” shortcode, only the link of the images. It works on the main site, but not on the second one. As I remember this function worked properly earlier…

    I can see that on Bitbucket you already posted a kind of fix for multisite. When can we expect an update?

    Is it also possible in the future, that two sites on a multisite share galleries?

    Thx!

    https://wordpress.org/plugins/nextcellent-gallery-nextgen-legacy/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi weigertj,

    The fix on Bitbucket is for another issue, so I would like to get some more information on the issue you’re having. Would it be possible to provide following information?

    1. A screenshot of the issue.
    2. A screenshot/copy-paste of the html code? You can view this by hovering hover the link and selecting ‘Inspect element’ in the right-click menu (this is in Chrome, don’t know how it’s called in other browsers)

    It’s fine if you don’t have everything, but the more information, the better.

    The gallery sharing would be a major feature, and would require a lot of work. This is something that I’ll consider looking into, but I’m currently busy optimising/rewriting existing code, so it will have to wait. If you want to track if there is progress, you can follow this Bitbucket issue: https://bitbucket.org/niknetniko/nextcellent/issues/33/share-galleries-on-multisite

    Thread Starter weigertj

    (@weigertj)

    Hi niknetniko, thank you for your efforts, I will check the html code soon and I will let you know about the details. What I saw basically was that the images were displayed row-by-row as link. When I clicked on any of them, the single selected image was displayed by WordPress.

    Thread Starter weigertj

    (@weigertj)

    Hi niketniko,

    I uploaded the screenshots of the issue here: screenshots

    Basically the folders of the galleries for my second site are placed in the WordPress root directory instead of wpcontent/gallery (of course, wpcontent/gallery wouldn’t be good in this case as it is for the main site). As you can see, even the thumbnails are not displayed because of the wrong url.

    The code of an image looks like this:

    <img class="ngg-singlepic" src="http://www.weigertimages.com/journal///testgallery1/2014-01-05-wonderful-autumn-wedding-10.jpg" alt="2014-01-05-wonderful-autumn-wedding-10" title="2014-01-05-wonderful-autumn-wedding-10">

    In my case this would be the correct URL:

    http://www.weigertimages.com/testgallery1/2014-01-05-wonderful-autumn-wedding-10.jpg

    This works, however it is not really elegant if the galleries are in the root WP directory, especially if there are many of them.

    Looking forward to your answer!

    I will look into this, it seems like the slashes /// are added at some point where they should not.

    Thread Starter weigertj

    (@weigertj)

    Okay, thank you! It would also be good, if the galleries were not created in the root folder, wpcontent/galleryxxx would be a more proper location.

    Indeed, and normally it should, it’s just broken for some reason.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Multisite problem’ is closed to new replies.