Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author blueimp

    (@blueimp)

    Sorry for the really late reply, I didn’t have email notification enabled for this forum.

    The Gallery needs some way to know about the URLs to load the images from.
    This WordPress plugin takes them from the links to the images, so at the moment it’s only possible to cycle through all of the images if all of the links are present on the site.

    However, the original Gallery code provides an API to initialise the Gallery with a list of URLs, so you might want to have a look and customise the WP plugin code:
    https://github.com/blueimp/Gallery/blob/master/README.md

    Thread Starter tecvoid

    (@tecvoid)

    i have done all the site work so far, and im not scared of taking on new projects, but this looks like it would take to long to figure out, i do appreciate the reply though, if there is any chance you will make the plugin compatible with the gallery with a built in function please update me, i guess ill go back to the original gallery because i need the cycle function.

    Plugin Author blueimp

    (@blueimp)

    I’ve released a new version (1.1.0) which enables support for the default WP Galleries.

    How to enable the lightbox functionality for default WordPress galleries?
    In the Gallery settings, set the “Link To” option to “Media File”.

    If the automatic activation feature does not work, make sure the following is correct:
    If you go to
    /wp-admin/options-general.php?page=blueimp-lightbox
    The “Automatic activation” setting should be enabled by .
    The “Media types” setting should contain “gif,jpg,jpeg,png” by default, which applies the automatic activation to all links to the listed image files.

    Thank you!! Thank you!! Works great! 🙂

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

The topic ‘Gallery Support?’ is closed to new replies.