Duplicate lightbox on galleries from Simple Lightbox (SLB) and Divi (MFP)
I installed Simple Lightbox (SLB), but now when I click an image, I get two lightboxes popping up with the same image. Using "inspect element" I can see that the top one is something like:
div class="mfp-figure" ...img class="mfp-img" ...
and after closing it, the remaining one is something like:
span class="slb_template_tag ...img ...
I suppose the second one is from the Simple Lightbox plugin because its class name starts with SLB. I want to keep it because it has options like starting a slideshow automatically from clicking any image.
What is the top one (class names starting with MFP?) and how can I stop it from popping up?