• Resolved bigdealben

    (@bigdealben)


    I guess I should have read the release note before hand but now I see you removed highslide.js compatibility from your plugin.
    We’ve purchased a highslide license and still want to use it. Is there a way to make it work using the custom lightbox dialog?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @bigdealben – Yes. We provided the Custom option under Gallery > Other Options > Lightbox Effects for basically this reason … so third-party Lightbox libraries et al. could be used with NextGEN Gallery.

    Basically just fill in the appropriate details into each field of that Custom option and it should work as expected.

    – Cais.

    Thread Starter bigdealben

    (@bigdealben)

    Do you have documentation on those fields. I can’t seem to figure out what goes where.

    Plugin Contributor photocrati

    (@photocrati)

    @bigdealben – We do not have anything specifically documented but essentially you need to fill those fields with the appropriate absolute URL links.

    – Cais.

    Thread Starter bigdealben

    (@bigdealben)

    except that doesn’t work. A) Any absolute URL links are changed to relative by your system. B)You don’t allow us to tag the images with the correct markup required to make the gallery work all the code line does is insert something that says data-description and then the code line. This is not resolved it is an open issue

    Hi bigdealben,

    NextGen should only change your URL to protocol relative; that is it should only change http://example.com/wp-content/.. to //example.com/wp-content/.. so that your CSS/JS work with both HTTP/HTTPS depending on which protocol the site was requested with.

    The “code” line is injected into the images anchor element; you could use it to add a class, data- attributes, rel, or anything else you may like. We also provide a filter (‘ngg_effect_code’ with params $effect_code and $displayed_gallery) you can use if you’d like finer control.

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

The topic ‘Re-integrating highslide.js’ is closed to new replies.