Hello,
I’m using woocommerce to sale print on the site.
Now I would like to give free images but I don’t want to mix the print store with the free images.
Is there a way to add a download button to any of the enfold galleries? So when someone sees the image they will also see a download button?
or is the a way to have 2 woocommerce store front on the same site? one for download and one for prints?
Or do you now any photo galley plugin that provides an image download option?
I saw http://www.nextgen-gallery.com/ but it is not very nice looking.
Thanks for the help.
Hi Santos Ramos!
I’m sorry but I’m not sure I understand. Can you send us a link to your page so we can get a better idea?
Regards,
Elliott
Hey!
So your wanting a download button to display in the magnific popup when you click on the image correct? You can add some extra content to the popup like so, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.
Something like this perhaps.
return title + '<a href = "'+encodeURIComponent(item.el.find('img').attr('src'))+'">Download</a>';
Best regards,
Elliott
Thanks!