admin admin

When should I use ampersands (&) and the question mark (?) in Lightboxify URLs?

In Lightboxify URLs, the question mark (?) is used to start the query string, which contains the parameters for the Lightboxify functionality. The ampersands (&) are used to separate multiple parameters within the query string.

Example Format:

  • URL Structure: /source-gallery?lightboxify=true&lightboxify-mode=gallery&lightboxify-theme=dark#gallery-block-id

    • The ? begins the query string.

    • The & separates each parameter (e.g., lightboxify=true, lightboxify-mode=gallery, lightboxify-theme=dark).

This format ensures that all the parameters are correctly passed to enable the lightbox with the specified attributes. For more details, you can refer to the Lightboxify URLs FAQ.

Read More
admin admin

How to open a different lightbox gallery for each image in a grid gallery?

To open a different lightbox gallery for each image in a grid gallery, you can follow these steps:

  1. Create Source Galleries

    • Insert a Gallery block or section a page (e.g., /source-gallery)

  2. Insert Lightboxify URLs

    • Your Lightboxify URL should look like this:
      /source-gallery?lightboxify=true&lightboxify-mode=gallery#gallery-id

  3. Link Images to Their Corresponding Lightboxify URLs

    • Link each image to its corresponding Lightboxify URL.

  4. Save and Preview

    • After linking all images, save the changes. Each image should now open its unique lightbox gallery when clicked.

For more detailed instructions, you can refer to this blog post.

Read More