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
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
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