Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #251029

    Hi,

    I hav e to use a couple of gallery’s and I want the visitors to be able to save those images. In the past I was using nextgen with thickbox, then I had the possibility. Now within enfold, there’s a very nice gallery from enfold itself. But I ain’t able to save the images from the frontend. When I try to use nextgen, the lightbox from enfold also kicks in.

    Does anyone have a solution how to resolve this issue? I would love it to use the gallery from enfold.

    Regards,

    Erwin

    • This topic was modified 10 years, 7 months ago by Erwin.
    #251069

    Hi erwin_m!

    Thank you for using the theme!

    You can disable the default lightbox plugin within the theme. Edit js > avia.js, find this code on line 60:

    //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'});

    Best regards,
    Ismael

    #251359

    Hi Ismael,

    Thank you for your suggestion. I already found that one in this forum. At first it didn’t work for me, cuased by my child-theme. At the end it did work. But, I have switched to the standard prettybox which is embedded in your theme. I’m happy now!

    Regards,

    Erwin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Let visitors save images from gallery’ is closed to new replies.