
Originally Posted by
jagall
thanks for replying, so really I should have any page specific js files in different folder.
Well, something like that... You should get familiar with Zen Cart's override system and js/css files load system. For example, if you want a js file to load only on your shopping cart page, you'll add that js file in includes/modules/pages/shopping_cart/ folder. If you want to load a specific stylesheet only on shopping cart page, you'll add a stylesheet in your includes/templates/your_template/css/ folder and name it shopping_cart.css etc etc etc. It's a long story, quite well explained in the Tutorials and Wiki.
The hit counter is on the dashboard, just a quick indicator of website traffic each day, but since installing the slideshow, the hit counter has gone through the roof sorta speak.
Honestly, I haven't noticed any major changes with that hit counter (nor it should have any effect). Perhaps you're getting actual traffic 
Yes you so right about the css folder (tut tut i know) I probably should merge the ones I use into the main stylesheet? been a bit nervous of messing things up.
BTW on a slightly different note, I really like the layout of your loveboxboutique dot com website, have been trying to get something similar working around the slideshow using banners but the banners not behaving correctly or I am not really getting it, if you have any tips that would be great thanks
Merge and remove those that are not in use, definitely.
LBB layout - it's all about placing your divs and using other banner positions. For example, LBB has two banner positions next to the slideshow and two banner positions under the entire upper section. Something like this:
Code:
<div banners>
<div upper>
<div slideshow>
<div side top>
<div side bottom>
<div lower>
<div left>
<div right>
Play with the positions and you'll get it right.