![]() |
|
download mode using zpmobile - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: download mode using zpmobile (/thread-12622.html) |
download mode using zpmobile - stuartmiles - 2016-11-17 Hi I am trying to get the image to download when clicked using zpmobile theme. It doesn't download either on the mobile or laptop. In options/image I set the mode to download and here is an example of a page http://freepixelz.com/zen2/Love/picfair-bat1-00267.JPG Thanks download mode using zpmobile - acrylian - 2016-11-17 zpMobile has no support for the full image link currently so you would have to modify the theme's image.php to add it. download mode using zpmobile - stuartmiles - 2016-11-17 ok thanks download mode using zpmobile - acrylian - 2016-11-17 Forgot to mention you find of course example how to modify in the Basic or Zenpage theme. You could also just add an extra link for the full image itself instead of linking the image itself. download mode using zpmobile - pled - 2018-10-09 Hum, I would like to do the same, but that's not easy to me (I am not a developer). I tried adding a href link inspired from zenpage theme, something like :
download mode using zpmobile - acrylian - 2018-10-09 The jquerymobile framework literally takes over everything. You must disable the default behaviour explicitly: http://demos.jquerymobile.com/1.4.5/navigation-linking-pages/ download mode using zpmobile - pled - 2018-10-10 Perfect, works like a charm with rel="external" attribute. |