Hi,
I'm trying to add the same navigation to the top sections that I already have on other pages of my site to the catalog pages.
I have my section links as four images -
About Us Products Distributors Contact Us
'Products' takes you into the catalog, and in there you don't see the section links.
So, I'm trying to use the JavaScript method for inserting Section Lists. I have this code in the <head> to include the javascript file -
I won't bother inserting the JS function or the HTML code that calls it as I'm sure the problem isn't there.
When I refresh my site, I can see that the Act_section.js file gets overwritten each time, but it always looks like this -
and that's all there is.
What could I be missing that's preventing Actinic from creating the Act_section file properly?
Cheers,
Dan
I'm trying to add the same navigation to the top sections that I already have on other pages of my site to the catalog pages.
I have my section links as four images -
About Us Products Distributors Contact Us
'Products' takes you into the catalog, and in there you don't see the section links.
So, I'm trying to use the JavaScript method for inserting Section Lists. I have this code in the <head> to include the javascript file -
HTML Code:
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT> <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->
When I refresh my site, I can see that the Act_section.js file gets overwritten each time, but it always looks like this -
Code:
var sections = new CreateArray(1);
What could I be missing that's preventing Actinic from creating the Act_section file properly?
Cheers,
Dan
Comment