Download Button
Posted: 07 Jun 2016, 00:31
I tested my X3 on some really stupid people. They could not find the download button in the "arrow button" top right.
I added this:
<a href="http://www.epicphoto.co.za/render/w1280 ... ownload</a>
to the "Default Image Description" area but I have 2 issues.
I want a big ass button down there. How do I do that assuming I have a button picture in my root I wanna use.
And secondly the link opens in a new window and don't activate a download.
I added this to .htaccess
<FilesMatch "\.(?i:jpg|gif|png)$">
Header set Content-Disposition attachment
</FilesMatch>
but it refuses to download.
How can I do this?
Thanks in advance
I added this:
<a href="http://www.epicphoto.co.za/render/w1280 ... ownload</a>
to the "Default Image Description" area but I have 2 issues.
I want a big ass button down there. How do I do that assuming I have a button picture in my root I wanna use.
And secondly the link opens in a new window and don't activate a download.
I added this to .htaccess
<FilesMatch "\.(?i:jpg|gif|png)$">
Header set Content-Disposition attachment
</FilesMatch>
but it refuses to download.
How can I do this?
Thanks in advance