• Resolved kyool

    (@kyool)


    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.

    http://wordpress.org/plugins/bmo-expo/

Viewing 1 replies (of 1 total)
  • Plugin Author Benedikt Mo

    (@bmodesign2)

    Hi,
    uncheck the the option: “Open images with the colorbox script by Jack Moore” and the lightbox script will not be integrated.
    With the option “Rel-attribute value ({id} will be replaced by the gallery type and the id. “|_” will be replaces by “[” and “_| by “]” – it is not possible to use “[ ]” inside shortcodes)” you can configure the rel attribute to match your lightbox script requirements.
    Regards
    BMo

Viewing 1 replies (of 1 total)
  • The topic ‘lightbox css is breaking my existing lightbox’ is closed to new replies.