Viewing 6 replies - 1 through 6 (of 6 total)
  • https://www.ads-software.com/extend/plugins/galleria-galleria/
    I wonder if can combine that plugin to also open with a lightbox

    ifound this on the documentation,
    $(‘#galleria’).galleria({
    lightbox: true
    });

    but when i aplly is not working.
    Parhaps i`m using the code on the wrong document.
    If anyone knows where to apply the code please help me (us)!

    I’m looking for this feature aswell. Would be slightly awesome if it worked.

    caricari

    (@caricari)

    anyone???

    wptobbe

    (@wptobbe)

    Sorry, I haven’t found anything yet. Haven’t been working too hard on it either.

    Plugin authors, do you have any idea?

    After a few trial and errors turns out its really simple. Just go into the galleria-galleria.php file

    look for this section

    // run galleria and add some options

    and add “lightbox: true” to the listed options

    so it should look something like this

    // run galleria and add some options
    echo “$(‘.galleria-gallery’).galleria({
    autoplay: ” . $autoplay . “, lightbox: true,
    //height: ” . $height . “,
    width: ” . $width . “,
    transition: ‘” . $transition . “‘,

    I haven’t tried your solution out yet but I will the next time I use Galleria. Thank you for looking in to it!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Photo Galleria] galleria and lightbox’ is closed to new replies.