Scripts.js error
The page that shows the error is: http://www.zionscampfw.org/test
The error is being generated because jquery's live() method is being used in scripts.js, which has been deprecated as of version 1.7. Moreover the page is loading two versions of jquery, 1.10.2 and 1.11.1, which I think is further compounding the problem. You need to replace live() with the on() method for binding events.
Please take a look at this and tell me how to resolve it.
The error is being generated because jquery's live() method is being used in scripts.js, which has been deprecated as of version 1.7. Moreover the page is loading two versions of jquery, 1.10.2 and 1.11.1, which I think is further compounding the problem. You need to replace live() with the on() method for binding events.
Please take a look at this and tell me how to resolve it.
Comments
this problem is not related with theme on 100%. Please deactivate all plugins because one of them is probably guilty. But if this won't help, then please update theme files via FTP.
Thanks!
Thanks