Slider on Ipad wont let me view pictures it just automatically goes to the post.

Viewing 4 posts - 1 through 4 (of 4 total)
  • #7788
    curtisonline36
    Participant

    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

    #7937
    stargazer713
    Participant

    Identify the code that makes the slider expand upon hovering the mouse over, and change that to expanding upon clicking.

    #10796
    gavintfn
    Participant

    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.

    #11982
    Vincent_Karma
    Participant

    Has there been any progress on this? I’m having the same problem too.

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: ,

You must be logged in to reply to this topic.