Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #184611

    How do I disable enfolds default light box?
    I wish to use Justified image grid for my galleries.
    Actually what I want is to use photoswipe for my lightbox.
    Thank you !

    #184666

    Hey smue!

    Edit js > avia.js, find this code:

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Replace it with:

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘disable the default lightbox’ is closed to new replies.