lightbox css is breaking my existing lightbox
-
After installing this, it broke my existing lightbox I was using on other posts. (Those lightboxes no longer responded to clicks in Chrome and were missing the footer text they used to have.)
I was able to fix my problem by commenting out as follows in theGallery.php:
private $galleryTypes = array( // evtl. irgendwann alles dynamisch machen, dass man hier nur die einzelnen Typen anlegen muss und unten im code nichts mehr ?¤ndern muss 'sG' => 'scrollGallery', //'slG' => 'scrollLightboxGallery' );
It would be nice to not load even the lightbox css, etc if I am not using any lightbox galleries. It would be nice to at least have a setting to disable lightbox if not using.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘lightbox css is breaking my existing lightbox’ is closed to new replies.