2

I've installed the Ultimo theme and it works great but there is a javascript error on the product view page which effects the dropdown navigation, image zoom and tabs for the product description, reviews etc,etc.

I have no idea how to debug the problem to fix it. Example = http://goo.gl/uajKTY

Konstantin Gerasimov
  • 4,273
  • 23
  • 37
handcoded
  • 33
  • 1
  • 5

1 Answers1

6

I have checked view source of your page.

There are two jQuery files included in your page.

They are

i) http://www.handcoded.co.uk/berserks/js/infortis/jquery/jquery-1.7.2.min.js

ii) //ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js

Try removing one. That may solve your problem.

enter image description here

vinothavn
  • 1,349
  • 12
  • 23