linuxguy,
with that username, i expect more!

please use bbcode tags especially when posting code. it makes it easier to read. there is a link at the bottom for bb code tags.

glad you found the console error. now i will not post it...

the console error is definitely your problem. normally i would not think so, but i'm 100% on this one.

go to your site, open the developer tools, then f1 for settings, then disable javascript, and reload the page. site comes up.

pretty basic problem, you do NOT have the jquery library loaded. you can either use a CDN for loading the jquery library, or download a copy of it, and put it here:

fec18/includes/templates/responsive_classic/jscript

but in looking at the source, are you sure you have the same copy of:

https://github.com/zencart/zencart/b...tml_header.php

ok, looking at the code you posted above, you need:

lines 137 and 138 look to load the jquery library.

add those BEFORE the loader code and see what happens.

i would start there.

best.