Zen Cart Logo
Forums / General Questions / I am getting jscript errors in IE - HELP!!!

I am getting jscript errors in IE - HELP!!!

Views: 666

Results 1 to 7 of 7
30 May 2012, 3:13 AM
#1
pityocamptes avatar

pityocamptes

New Zenner

Join Date:
Aug 2007
Posts:
77
Plugin Contributions:
0

I am getting jscript errors in IE - HELP!!!

I don't see these errors in FF, just in IE, both IE 8 and IE 9. Can someone help? Thanks!!!

Error message:

line: 1
char:1
error: syntax error
code: 0
url: https://newworldtreasure.com/min/?f=/includes/templates/ashley_pink/jscript/jscript_googleanalytics.js,/includes/templates/ashley_pink/jscript/jscript_jquery.js&1334887259

line: 57
char:2
error: jquery is undefined
code: 0
url: https://newworldtreasure.com/

line: 1
char:1
error: syntax error
code: 0
url: https://newworldtreasure.com/includes/templates/ashley_pink/jscript/jscript_googleanalytics.js

Site address:

https://newworldtreasure.com/

Thanks!!

30 May 2012, 3:39 AM
#2
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

Not sure about the javascript
But for the form "quick_find_header" you have the end </form></div> around the wrong way. You should close the div first.

Why is it all in SSL mode https. Totally unnecessary and might be adding to your problems.

Also you using the one large image for small, medium and large.
This makes the small and medium jaggy and have an excessive load size, slowing your site.

30 May 2012, 11:12 AM
#3
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

Add this to your stylesheet and scaled images are no longer jaggy.

img { -ms-interpolation-mode: bicubic; }

30 May 2012, 6:04 PM
#4
pityocamptes avatar

pityocamptes

New Zenner

Join Date:
Aug 2007
Posts:
77
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

gilby:

Not sure about the javascript
But for the form "quick_find_header" you have the end </form></div> around the wrong way. You should close the div first.

Why is it all in SSL mode https. Totally unnecessary and might be adding to your problems.

Also you using the one large image for small, medium and large.
This makes the small and medium jaggy and have an excessive load size, slowing your site.

Ok, thanks. Where do I find the quick_find_header at? Thanks!

30 May 2012, 6:09 PM
#5
pityocamptes avatar

pityocamptes

New Zenner

Join Date:
Aug 2007
Posts:
77
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

dgent:

Add this to your stylesheet and scaled images are no longer jaggy.

img { -ms-interpolation-mode: bicubic; }

Where exactly do I add this, and to which style sheet? Thanks!

30 May 2012, 6:10 PM
#6
pityocamptes avatar

pityocamptes

New Zenner

Join Date:
Aug 2007
Posts:
77
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

Plus, as far as the SSL, I have no problems with any other browser except for IE - the jquery error as posted above, which I don't hink is an SSL issue...?!?!?!? IE is junk...

31 May 2012, 8:58 AM
#7
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: I am getting jscript errors in IE - HELP!!!

pityocamptes:

Where exactly do I add this, and to which style sheet? Thanks!

Add it anywhere in your includes/templates/YOUR_TEMPLATE/css/stylesheet.css