• Resolved Rana Rene

    (@rana-rene)


    I’m using the Divi theme with the Divi Gallery Module, and EverlightBox.
    
    In order to use your plugin with the Divi Gallery Module, I have to include the Custom CSS below. If not, both the EverlightBox, and the Divi Lightbox, popup at the same time.
    
    But when I use the this CSS, the EverlightBox plugin only pops up the first time you click on a photo in the gallery. If you close the lightBox and click again, EverlightBox no longer works. You have to refresh the page to get to get it to continue working.
    
    Is there a workaround for this?
    
    Thank you,
    
    John
    
    /*** Divi Gallery lightbox display:none ***/
    
    .mfp-bg.mfp-fade.mfp-ready,
    
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    
      display:none;
    
    }
    
    .mfp-zoom-out-cur {
    
      cursor:inherit;
    
    }
    
    /* photoswipe background color */
    
    .pswp__bg {
    
        position: absolute;
    
        left: 0;
    
        top: 0;
    
        width: 100%;
    
        height: 100%;
    
        background: #000000e6;
    
        opacity: 0;
    
        -webkit-transform: translateZ(0);
    
        transform: translateZ(0);
    
        -webkit-backface-visibility: hidden;
    
        backface-visibility: hidden;
    
    }
    
    /* photoswipe background color */
    
    html.js {
    
    overflow: unset !important;
    
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @rana-rene,

    Thanks for reaching out to us!

    Can you please send us a link so we can take a closer look?

    Thank you,

    Beatrice.

    Thread Starter Rana Rene

    (@rana-rene)

    Hi Beatrice,

    I ended up solving the issue (at least temporary) by getting rid of the Divi Gallery Modules, and creating new galleries using their Image Module.

    But you can take a look at this page. It’s still using the Gallery Module.
    https://kunkuman.com/bsk00135/

    Thread Starter Rana Rene

    (@rana-rene)

    In comparison… this is a page with a gallery using separate Image Modules, rather than the Gallery Module.
    https://kunkuman.com/anc00142/

    Thank you for your time with this.

    Plugin Support beatrice12

    (@beatrice12)

    Hi there,

    I took a look and everything seems to work properly on my end. Do you still encounter this issue?

    Warmly,

    Beatrice.

    Thread Starter Rana Rene

    (@rana-rene)

    Sorry Beatrice,
    The image gallery on that page had to be replaced replaced.

    I went ahead and created a new gallery using the Divi Gallery Module rather than multiple Image Modules.

    Again… if I click on the gallery to open the lightbox, the Divi Lightbox is disabled using the code above, and the EverlightBox Gallery works as expected… but if I then close the EverlightBox, and click to open it again, nothing happens.

    https://kunkuman.com/gallery-module-test/

    Thanks for you time with this.

    Plugin Support beatrice12

    (@beatrice12)

    Hi @rana-rene,

    Apologies for the late reply!

    I was able to replicate this behavior on my end. I opened a ticket with our development team regarding this issue and we will solve it in a future update. Apologies for the trouble!

    Warm regards,

    Beatrice.

    Plugin Support beatrice12

    (@beatrice12)

    This topic will be marked as resolved as we have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Divi Theme… Lightbox doubling’ is closed to new replies.