OMG! Thank you so much. You’re right! Interesting. I’ll see how that just now took effect. I appreciate the quick response!
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.