• Resolved painter22

    (@painter22)


    Hello,

    I have 2 kinds of galleries to feature Google Photos:

    1. Multiple photos from a single album are featured on a single page. They open up in a lightbox with thumbnails at the bottom. This gallery had a bug, thumbnails were src=”null” and they were not displaying. https://landonpetersart.com/houseboats
    2. Multiple albums are featured on a single page. When an album thumbnail is clicked, an overlaid pop-up panel opens up and displays thumbnails of photos in that album. Each thumbnail can be clicked on, and a full photo opens up in a lightbox. This gallery was working fine and the overlaid pop-up panel displayed all thumbnails. https://landonpetersart.com/sold-paintings/

    To resolve the first gallery bug, where thumbnails in the lightbox were not displayed, I followed the instructions in this tread https://www.ads-software.com/support/topic/thumbnails-inside-a-lightbox/#post-17689039 and I switched the default processor from CSS to JS.

    This resolved the bug, and thumbnails inside the lightbox are displaying. However, my second gallery now has a bug. The overlaid pop-up panel is not displaying thumbnails.

    When I switched default processor back from JS to CSS, the second gallery works fine and the overlaid pop-up panel displays the thumbnails. But then my first gallery is not displaying the thumbnails in the lightbox.

    I am looking for a solution that would work for both galleries, where thumbnails would be visible inside the lightbox as well as in overlaid pop-up panel.

    Any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Add this to your custom CSS:

    .modal-gallery.sizes-missing .photonic-thumb { display: inline-block; }
    Thread Starter painter22

    (@painter22)

    @sayontan Thank you, very helpful. It resolved all the issues. I’ve left a positive feedback for this plugin, and I “bought you a coffee”.

    Great plugin and support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnails inside a lightbox and overlaid pop-up panel’ is closed to new replies.