scripts.js function creativeHeader()
in Other
I am having a javascript conflict (bug) with function creativeHeader() within your scripts.js file (around line 411). I am having to disable (comment) this function in the scripts file. Disabling it has no direct visual impact, but allows other later scripts to load. I have a custom script (in a no-conflict wrapper) that works fine when creativeHeader is disable. This error occurs in both Chrome and Firefox, whether my script is loaded or not.
When I looked in to the issue it seem to be related to ch.live call. .live() (flagged as not a function) was depreciated in version 1.7 of jquery. Wordpress is currently loading 1.11.2. Maybe you could convert your script to use .on() for an upcoming update.
Here is an stackoverflow article address this issue. - http://stackoverflow.com/questions/14703646/jquery-how-to-use-the-on-method-instead-of-live
Thanks )
Comments
thanks for the info. We'll do this with next update of course.
Thanks