Hi everyone
i would like to add a download button in the caption section of the images in image galleries. The button should allow the downloading of the same image in high resolution.
I’ve seen the plugin WP Gallery Custom Links but i think it doesn’t solve my problem.
How i have to do?
Best regards
Hey baradigicode,
Our theme does not provide this function out of the box, but I would suggest searching for a plugin that could accomplish this task.
Best regards,
Jordan Shannon
Im searching the same thing, Did you find it baradigicode?
Hello Tomas
i have added the link to the high res image in the lightbox footer. i have changed 953 line in enfold/js/avia.js file, in Ligthbox activation section.
The line was
return title;
i change with this string
return title + ‘hi res image‘;
Ciao