VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: naoko15 on January 16, 2013, 23:32:49 PM

Title: Category and product navigation doesn't work in IE
Post by: naoko15 on January 16, 2013, 23:32:49 PM
Hello, my site's category pagination doesn't work in IE (tested in 8 and 9). It works great in all the other browsers. When you click on next page, it does nothing, it stays in the same page. Not sure if it's related but there's an error message that says:


Mensaje: Error no especificado.
Línea: 460
Carácter: 20
Código: 0
URI: http://xxx/media/system/js/mootools-more.js

This is line 420 in that file:

if(c==null){c=true;}if(typeOf(b)=="element"){b=g.indexOf(b);}if(b==this.previous&&!a.alwaysHide){return this;}if(a.resetHeight){var e=g[this.previous];


I've unpublished all third party extensions, plugins etc that might be in conflict but it doesn't work.

My site's closed to visitors, so i can't post an url. I'm using Joomla 2.5 and VM 2.0.12f.

Help please!! i'm desperate : (

EDIT: This is that i get from Firebug concerning jquery libraries. I've no idea what's wrong here and what should i disable for it to work:

<link href="/templates/shoppingbag/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/components/com_virtuemart/assets/css/facebox.css" type="text/css" />
<link rel="stylesheet" href="/components/com_virtuemart/assets/css/vmsite-ltr.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="http://xxx/templates/shoppingbag/css/s5_flex_menu.css" type="text/css" />
<link rel="stylesheet" href="http://xxx/components/com_acesearch/assets/css/acesearch.css" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/jquery.noConflict.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/vmsite.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/facebox.js" type="text/javascript"></script>
<script src="/components/com_virtuemart/assets/js/vmprices.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="http://xxx/templates/shoppingbag/js/s5_flex_menu.js" type="text/javascript"></script>
<script src="http://xxx/modules/mod_s5_live_search/js/s5_ls_fade.js" type="text/javascript"></script>
<script src="http://xxx/components/com_acesearch/assets/js/autocompleter.js" type="text/javascript"></script>
<script src="/modules/mod_virtuemart_s5_simple_cart/js/S5vmprices.js" type="text/javascript"></script>
<script type="text/javascript">
Title: Re: Category and product navigation doesn't work in IE
Post by: jenkinhill on January 17, 2013, 17:44:24 PM
URI: http://xxx/media/system/js/mootools-more.js  - this is being used by something in your template, maybe the menu, or search. Confirm by changing to a simple template such as beez
Title: Re: Category and product navigation doesn't work in IE
Post by: naoko15 on January 17, 2013, 17:57:08 PM
Changing to beez results in this error in IE:

Mensaje: 'offset().top' es nulo o no es un objeto
Línea: 99
Carácter: 4
Código: 0
URI: http://xxx/

How can i find out exactly what is causing the error?

Also, a strange thing i've noticed is that pagination work ok on search results, even though it doesn't in categories and product details. I'm using Virtuemart's search module.

Thank you for your reply!!!



Title: Re: Category and product navigation doesn't work in IE
Post by: jenkinhill on January 17, 2013, 21:49:44 PM
What about these two?

<script src="http://xxx/modules/mod_s5_live_search/js/s5_ls_fade.js" type="text/javascript"></script>
<script src="http://xxx/components/com_acesearch/assets/js/autocompleter.js" type="text/javascript"></script>
Title: Re: Category and product navigation doesn't work in IE
Post by: naoko15 on January 17, 2013, 21:53:26 PM
I've already unpublished those two and it's still the same. :/
Title: Re: Category and product navigation doesn't work in IE
Post by: naoko15 on January 20, 2013, 09:46:20 AM
No one?  :-\ I really need to solve this, please
Title: Re: Category and product navigation doesn't work in IE
Post by: jenkinhill on January 21, 2013, 00:05:41 AM
As you seem to the only one having this problem it must be related to your particular site setup. If nobody else has had the problem they will not know what the fix is.
Title: Re: Category and product navigation doesn't work in IE
Post by: naoko15 on January 21, 2013, 00:28:03 AM
I think so too, as i've searched all the forum and i've found nothing similar. Please, could someone give me a tip as to what should i look for or what should i try?

I've no idea why is this happening and  really really really need to make this work. I can't have this broken forever : (

Any help will be very appreciated.

Thanks.