• Hi!
    I want to disable the possibility to download the gallery images via the icon on top.
    I don’t know in which php or maybe css I could remove or comment out the icon/function…

    May be you have an idea?
    Thanks,
    Nina

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nina123456,

    To do this, please open onepress/assets/js/theme.js , then find and change again like this :

    $('.enable-lightbox', $context).lightGallery({
                    mode: 'lg-fade',
                    selector: 'a',
                    download : false
                });
    

    Hope that helps!

    Thank you so much! I wish this were a button on the customiser :).

    Your code had a , after the selector ‘a’ so I added one after the download false thing too, it seems to be working but I would love to know if I should just remove it :).

    • This reply was modified 8 years, 1 month ago by Alundra.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable download in gallery’ is closed to new replies.