Hi Eugene, thanks for your reply.
I am using ECWID with Zen Tools from Joomlabamboo. Zen Tools requires jb_library. I know there are forum posts of issues with jb_library but I think I almost have it right.
To try and learn how to get ECWID/JB_library and Zen Tools to play together, I have put a fresh install of Joomla 2.5.9 on a test domain and installed no other extensions than Anycode, the latest JB_Library and Zen Tools.
I am using the default sample code from the ECWID dashboard with one (Official ECWID) widget added.
The basic shop works fine with Zen Tools/JB_library but the widget (Creates tabs in the product description) requires that I add jquery paths in the head of the template and that creates problems.
Widget description:
http://tinyurl.com/bpsul8s
I am using Beez 20 template.
On this template I was able to put the paths the jquery files in the head but the tabs script only worked at the same time as the Zen Tools lightbox if I put the paths in an additional bit of code to what was described in the ECWID knowledgebase. Not sure where I found that bit of function code or what is really does but I tried it and it mostly works..
Code:
$(function(){ //
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
});
Now Zen Tools lightbox and ECWID tabs are working OK on this test site - the only remaining issue that concerns me is that the code below is appearing at the top of all my pages...
Code:
$(function(){ // });
All the error messages showing in my firebug console relate to "TypeError: jQuery(...).jackBox is not a function"
The JB_library settings are default with the exception that JQuery noconflict had to be disabled for the tabs and Zen Tools to work. I cannot see anywhere that ECWID gives control of scripts in theor control panel.
Any suggestions as how to get rid of that bit of code appearing at the top of my pages? I am also asking this on the Joomlabamboo forum, but thought it might be worth looking at from an ECWID point of view too.
Site URL
http://79.170.44.128/test-13.co.uk/
Many thanks