I love this theme.
However when I go to it on an ipad I can’t look at the post in teh slider without selecting them. I mean if I touch one to see the full picture it automatically goes to the post without letting me open the full image of the other posts.
Is there someway to make it open when I touch it and go to the post when I touch it again.
My website is http://www.theholygeek.com
Identify the code that makes the slider expand upon hovering the mouse over, and change that to expanding upon clicking.
that part of the code is in kwicks.js… might be a little tough, but what kwicks is doing is animating the position of the div. try adding
-webkit-transition: left .3s, margin .3s;
-moz-transition: left .3s, margin .3s;
-o-transition: left .3s, margin .3s;
transition: left .3s, margin .3s;
to .slide .active in the css… Cant say its gonna work, but i will mess with it later and find the correct way.
Has there been any progress on this? I’m having the same problem too.