Log in

View Full Version : page turning effect needed



StickBoy
03-17-2017, 05:22 AM
Check out the samples at turnjs.com (http://www.turnjs.com)

That is EXACTLY what I need.

The problem is, I need it to work on a WordPress-based website that has jQuery v1.11 installed. This works great with jQuery v1.7, but will not work with v1.11

I have tried to contact the author but got no answer. The GitHub page where the code is located seems to be saying he is not working on it anymore.

Can someone please tell me what I need to do to make it work?

Or direct me to another code that will do the same thing? (I searched but couldn't find what I need - either it doesn't exist or I am not using the right keywords.)

Thanks!

jscheuer1
03-18-2017, 07:46 AM
I have little to no idea about the integration of scripts with WordPress. But if you know how to do that and just need it to work with jQuery 1.11, you could try using migrate:

https://blog.jquery.com/2016/05/19/jquery-migrate-1-4-1-released-and-the-path-to-jquery-3-0/

But since jQuery 1.11 is already outdated, perhaps this or an even earlier version of migrate would be better:

https://code.jquery.com/jquery-migrate-1.3.0.min.js

jscheuer1
03-20-2017, 03:36 AM
Wait a minute! I just downloaded the zip for turnjs from the link in your post and tried out their basic demo using jQuery 1.11.3 and it worked fine as far as I can tell.

You will have to be more specific about what your problem is.