• Resolved misstest

    (@misstest)


    I enable the download button but when i clic on the button to download de image it doesn’t download.

    When I clic, something dark appears behing de image and there is no way to clic o view what it is.

    • This topic was modified 6 years ago by misstest.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter misstest

    (@misstest)

    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?

    missarahi

    (@missarahi)

    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.
    Plugin Author robosoft

    (@robosoft)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t download’ is closed to new replies.