News:

Support the VirtueMart project and become a member

Main Menu

Category and product navigation doesn't work in IE

Started by naoko15, January 16, 2013, 23:32:49 PM

Previous topic - Next topic

naoko15

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">

jenkinhill

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
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

naoko15

#2
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!!!




jenkinhill

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>
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

naoko15

I've already unpublished those two and it's still the same. :/

naoko15


jenkinhill

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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

naoko15

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.