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.JPGThanks
Comments
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 :
̀
if (isImagePhoto()) { $tburl = getFullImageURL(); ?> <a href="<?php echo html_encode(pathurlencode($tburl)); ?>"><img src="<?php echo html_encode(pathurlencode(getDefaultSizedImage())); ?>" alt="<?php printBareImageTitle(); ?>" style="max-width:<?php echo getDefaultWidth(); ?>px"/></a>
But the link gives me a blank page first ! After F5, I get the full image as expected.
If someone can tell me what I miss or what is wrong here, that would be very nice.
BR.
The jquerymobile framework literally takes over everything. You must disable the default behaviour explicitly: http://demos.jquerymobile.com/1.4.5/navigation-linking-pages/
Perfect, works like a charm with rel="external" attribute.
Thank you very much !