Tabber not firing

Tabbed Product and Fragment Descriptions.
Post Reply
pixelhaus
Posts: 5
Joined: Mon Dec 15, 2008 10:59 pm

Tabber not firing

Post 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.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Tabber not firing

Post 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.
Norman
pixelhaus
Posts: 5
Joined: Mon Dec 15, 2008 10:59 pm

Re: Tabber not firing

Post by pixelhaus »

norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Tabber not firing

Post 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.
Norman
Post Reply