Page 1 of 1

Tabber not firing

Posted: Tue Sep 09, 2014 12:44 pm
by pixelhaus
Rebuilt a site in V12.0.4 OCUC with tabbedProductdescriptionsV405 but it is not firing correctly.
The attached screen grab should give you an idea of the problem. Not sure if it is a css or query error.
Image
Any help gratefully appreciated.

Re: Tabber not firing

Posted: Tue Sep 09, 2014 2:08 pm
by norman
It's not possible to diagnose what's wrong from a screenshot.

If you can upload and point me to a faulty page that will help a lot.

Re: Tabber not firing

Posted: Tue Sep 09, 2014 4:56 pm
by pixelhaus

Re: Tabber not firing

Posted: Tue Sep 09, 2014 8:35 pm
by norman
This is possibly because you are loading jQuery (2 different versions) after the initial load of jQuery that Tabber uses. jQuery should only be loaded once. These other instances of jQuery are not from SellerDeck or other of my add-ons.

Try removing:

Code: Select all

<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
And:

Code: Select all

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
My add-ons are designed to test if jQuery is already loaded and skip loading it if it's already there.