Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27066

    Id like to easily disable the lightbox feature for all photos. How do I do that?

    #132609

    Hi,

    Open js > avia.js, find this code

    //activates the prettyphoto lightbox
    if($.fn.avia_activate_lightbox)
    $(container).avia_activate_lightbox();

    Replace it with

    //activates the prettyphoto lightbox
    //if($.fn.avia_activate_lightbox)
    //$(container).avia_activate_lightbox();

    Regards,

    Ismael

    #132610

    + clear cache browser

    #132611

    Hey!

    Let us know if you need more help.

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to turn off the lightbox on all photos’ is closed to new replies.