I tried on a empty page and when you click on DOWNLOAD it opens a new tab with the image. Isn’t an option to just download the image?
I had this same problem today. The way i resolved it was had to change the code in the robo_gallery.js and robo_gallery_alt.js files. Basically, I searched for the class “image-source-link” and removed the ‘target=”_blank”‘ portion that followed. I then added download before closing the a-tag.
Ends up looking like this:
<a class="image-source-link" href="'+n+'" download="'+n+'"></a>
it forces a download.
-
This reply was modified 6 years ago by
missarahi.
-
This reply was modified 6 years ago by
missarahi.
Actually if you enable download button it’s should enable download link for the image. If it’s not working for some reason please post here your gallery version here and wordpress version we’ll try to do some extra testing.