Hi,When I try to open tickets, the loading bar freezes at around 75% with grayed overlay. By inspecting the chrome console I noticed that the following error prevent the page load. I tried using different browsers and it occurs among all browsers.This is affecting the business at the moment so appreciate if somebody can show me the direction to sort this out.VM6965 Uncaught SyntaxError: Unexpected token > at eval () at jquery-1.8.3.min.js at Function.globalEval (jquery-1.8.3.min.js) at HTMLScriptElement. (jquery-1.8.3.min.js) at Function.each (jquery-1.8.3.min.js) at init.domManip (jquery-1.8.3.min.js) at init.append (jquery-1.8.3.min.js) at init. (jquery-1.8.3.min.js) at Function.access (jquery-1.8.3.min.js) at init.html (jquery-1.8.3.min.js)This is the section that the debugger displays. Red-colored is the section it says there is an error./* [CDATA[ */(function(d,s,a,i,j,r,l,m,t){try{l=d.getElementsByTagName('a');t=d.createElement('textarea');for(i=0;l.length-i;i++){try{a=l.href;s=a.indexOf('/cdn-cgi/l/email-protection');m=a.length;if(a&&s>-1&&m>28){j=28+s;s='';if(j
The datepicker problem is happening because you are using an old version of jQuery:
jQuery 1.8.3 should be in use on that site with Gravity Forms 1.6.12 and WordPress 3.5.1. The old jQuery is creating JavaScript errors which is why the datepicker is not working properly. Here are some of the errors:
css
imagesHere's what's in the template. In the head, a meta viewport tag sets the screen width to the pixel width of the device and references to jQuery, jQuery Mobile and the mobile theme stylesheet from the CDN add all the styles and scripts. jQuery Mobile 1.2 (1.2.1) works with versions of jQuery core from 1.7.0 to 1.8.3.
df19127ead