• Resolved pummelfee

    (@pummelfee)


    Hi!
    I have made a slider that is showing featured images from posts. So far so good; i’ve set this up so that a click on the image opens it.
    What i rather would like to have is: by clicking on the image, it should initiate the download of the image.
    So, has anyone a tipp for me how to make this work?
    Thank you!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @pummelfee!

    I’m sorry, but we don’t have an option like this, so it can only be done by custom coding what we do not support. If you are a developer, then the way this should be done is by creating a PHP file and writing your download code in it. As the link on the slides, just link to this PHP file and pass through the image’s url with $_GET parameter:
    https://www.w3schools.com/php/php_superglobals_get.asp
    to download it.

    Thread Starter pummelfee

    (@pummelfee)

    Hi Gabor,
    thank you very much for this tipp. I am not a developer but i will try to find one…

    • This reply was modified 2 years, 10 months ago by pummelfee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘click on slide to download it…’ is closed to new replies.