Tagged: automatically download link
Hello,
I wanna create a link “here download” and behind this link is an Image integrated. So now it’s not possible to click on the link and then starts the download.
The image is only opened in a separated window. How can I change it?
Link *click -> automatically start the download.
Thank you!
Hi Anna_Tewes,
I think you are using a plugin for that, I think the plugin author or support can give you a better answer.
Best regards,
Nikko
no no I dont mean the PDF-Button. I Mean when I create a normal link.
Hi Anna_Tewes,
Please try to add a class noLightbox and download to the anchor tag like:
<a class="noLightbox" href="https://website.com/wp-content/uploads/2023/07/my-image.jpg" download>Click here to start downloading</a>
Hope it helps.
Best regards,
Nikko