ZenphotoCMS Forum
Any Swiping Themes? - 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: Any Swiping Themes? (/thread-10908.html)



Any Swiping Themes? - fdnyfish - 2013-03-11

Looking for a theme where swiping left or right would change the image.

Any info on this?

Thanks




Any Swiping Themes? - sbillard - 2013-03-11

Such a thing would be dependent on some aspect of the device as it would require a touch screen. So it would depend on what gets sent to the server upon a swipe. If it links to the next image then all themes would support it.

If it sends some esoteric sequence you could program a plugin to convert that into the next image link.

If it sends nothing back to the server then only a theme that had downloaded all the images would have a chance at handling it. If this is for a mobile device (where most of the touch screens are) such a theme would not be very friendly--lots of data downloaded.

Anyway, no info on such a theme. This is a new topic that has not appeared here before.




Any Swiping Themes? - acrylian - 2013-03-11

The question did appear already, I think. We have no official theme with that but jQuerymobile which is used by our zpMobile theme says to have that:
http://view.jquerymobile.com/1.3.0/docs/examples/swipe/swipe-page.php

You will however have to setup/modify it yourself. Lacking such a device I could not even test it.