- Posts: 24
- Thank you received: 1
Store Locator not working in IE
-
lorvar
Inactive member - Topic Author
- Member
Less
More
13 years 5 months ago #9533
by lorvar
Replied by lorvar on topic Re: Store Locator not working in IE
I found the issue, the Mootools updater was disabled. I also put the ie css hack into it and its fine. Thanks Ivan!
The following user(s) said Thank You: sapna18
Please Log in to join the conversation.
-
sapna18
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #9891
by sapna18
Replied by sapna18 on topic Re: Store Locator not working in IE
I am also facing the same problem.
Can you please tell me how do you did that. Actually, I am getting the following error:
Unable to get value of the property 'firstChild': object is null or undefined
main.js, line 456 character 26
Thanks in Advance
Can you please tell me how do you did that. Actually, I am getting the following error:
Unable to get value of the property 'firstChild': object is null or undefined
main.js, line 456 character 26
Thanks in Advance
Last edit: 13 years 4 months ago by sapna18.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #9901
by ivan.milic
Replied by ivan.milic on topic Re: Store Locator not working in IE
That is due old version of jQuery. For example if you use IE9 and you have jQuery older that 1.5.1 (first jquery after IE9 release). Here is the text telling how to setup jQuery to me optimal on your site,(note that you dont have to do all of that if you now how to just update jQuery) :
TEXT:
Good practice is to disable JQuery in all modules and then in index.php of template in head section add manually reference to .
Latest version of jQuery you can download from jquery.com , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
TEXT:
Good practice is to disable JQuery in all modules and then in index.php of template in head section add manually reference to .
Latest version of jQuery you can download from jquery.com , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
Please Log in to join the conversation.
Time to create page: 0.077 seconds