Page 1 of 1
jquery.fancybox-1.3.4-iefix
Posted: Mon Nov 14, 2011 10:03 am
by Ozfarmer
We recently upgraded to 1.5.1.3 and I notice that we get a 404 Error in relation to /catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js is there a way to fix this? I notice some posts with code edits etc.. but not sure if that's the right way to proceed.
Re: jquery.fancybox-1.3.4-iefix
Posted: Tue Nov 15, 2011 3:14 pm
by Ozfarmer
Not worth worrying about then?
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Dec 18, 2011 5:02 am
by Valteri
I have the same error on my server side. I cant find an answer to this question. What it is?
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Dec 18, 2011 5:17 am
by Ozfarmer
Just uninstall it, it doesn't work.
Re: jquery.fancybox-1.3.4-iefix
Posted: Fri Dec 23, 2011 4:47 am
by Valteri
How to remove? Links to the file in the body code written...
Re: jquery.fancybox-1.3.4-iefix
Posted: Fri Jan 20, 2012 11:39 pm
by Brook
For an OpenCart 1.5.1.3 install How do we get rid of the "jquery.fancybox-1.3.4-iefix" error that displays in Internet Explorer 8 when you visit your homepage?
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Jan 22, 2012 4:42 am
by Brook
What code do I need to modify in OpenCart 1.5.1.3 to remove the jquery.fancybox-1.3.4-iefix SyntaxError that I am getting in Internet Explorer 8.0?
When I bring up my Catalog Home Page in the bottom left hand corner Internet Explorer tells me "Done, but with errors on page", when I click on the "!" next to the "Done, but with errors on page" I see the following error
Webpage error details:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)
Timestamp: Sat, 21 Jan 2012 20:40:39 UTC
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI:
http://www.xxxyyyzzz.com/catalog/view/j ... 4-iefix.js
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Jan 22, 2012 9:34 am
by MarketInSG
Edit catalog/view/theme/YOUR-THEME/template/common/header.tpl
Remove (line29-31)
Code: Select all
<!--[if IE]>
<script type="text/javascript" src="catalog/view/javascript/jquery/fancybox/jquery.fancybox-1.3.4-iefix.js"></script>
<![endif]-->
Regards
MarketInSG
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Jan 22, 2012 10:01 am
by Brook
Removing the lines from the header.tpl file solved my error. Thank you for you help.
Re: jquery.fancybox-1.3.4-iefix
Posted: Sun Jan 22, 2012 1:19 pm
by MarketInSG
Welcome.
Re: jquery.fancybox-1.3.4-iefix
Posted: Thu Apr 19, 2012 4:54 pm
by rodcarls
Hello guys, since its a fixed to IE....what will happen on IE browser if we're going to delete it ?
Re: jquery.fancybox-1.3.4-iefix
Posted: Thu Apr 19, 2012 5:11 pm
by MarketInSG
Nothing.