Hello.
I am currently attempting to import a design snapshot into our current site, to bring in our new site design. Every time Actinic gets to 'checking catalog' (during Generating Site or Uploading, Snapshots, etc) it crashes with a dmp file produced, which Actinic support are currently looking at. I was issued a 'fixed' database, but this doesn't seem to work either.
Okay, back on to the current issue.
On brochure pages, everything works fine. The collapso menu shows as it should and the miniCart also works as it should. The problem is with products within the 'acatalog' section.
In the <head> section of shop section pages/product pages, I have:
Okay, so JavaScriptFunctions is in there. I've checked the contents of this variable, and actinicextras.js and actiniccore.js are both being called, as expected, and as per the brochure pages.
But, when I preview the site, the source code seems to not bother generating the JavaScriptFunctions into the design, thus the two .js files mentioned previously are missed out, and thus, many features which require these files also don't work.
What I'm confused about is that both <head> sections on brochure pages and product pages/section pages are identical. The generated pages for both brochure and products have the exact same <head> section with the exception of the product page having 5/6 lines of whitespace where the <script src=....> tags should be.
So, can anyone show some light on why this isn't being generated on product pages? I've checked through all Site Options, Library, everywhere I can possibly imagine - and can't find any reference to not/including these Javascript functions.
I'm currently working on a virtual server so don't have a live url either, sorry
We've been hoping to get this site done before December, now we're looking like it'll be likely to be completed by the end of December given the current state with this issue, and the issue with Actinic crashing, which I am told is due to a corruption in the product table in the database and thus, does not effect the issue described above.
Thanks,
Grant
I am currently attempting to import a design snapshot into our current site, to bring in our new site design. Every time Actinic gets to 'checking catalog' (during Generating Site or Uploading, Snapshots, etc) it crashes with a dmp file produced, which Actinic support are currently looking at. I was issued a 'fixed' database, but this doesn't seem to work either.
Okay, back on to the current issue.
On brochure pages, everything works fine. The collapso menu shows as it should and the miniCart also works as it should. The problem is with products within the 'acatalog' section.
In the <head> section of shop section pages/product pages, I have:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title><Actinic:Variable Name="PageTitle"/></title> <actinic:variable name="BaseHref" /> <actinic:variable name="MetaTags" /> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"> <link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"> </actinic:block> <actinic:variable name="JavaScriptFunctions" /> <link href="style-new.css" rel="stylesheet" type="text/css" /> <actinic:variable name="Collapso-5 Support" /> </head>
But, when I preview the site, the source code seems to not bother generating the JavaScriptFunctions into the design, thus the two .js files mentioned previously are missed out, and thus, many features which require these files also don't work.
What I'm confused about is that both <head> sections on brochure pages and product pages/section pages are identical. The generated pages for both brochure and products have the exact same <head> section with the exception of the product page having 5/6 lines of whitespace where the <script src=....> tags should be.
So, can anyone show some light on why this isn't being generated on product pages? I've checked through all Site Options, Library, everywhere I can possibly imagine - and can't find any reference to not/including these Javascript functions.
I'm currently working on a virtual server so don't have a live url either, sorry
We've been hoping to get this site done before December, now we're looking like it'll be likely to be completed by the end of December given the current state with this issue, and the issue with Actinic crashing, which I am told is due to a corruption in the product table in the database and thus, does not effect the issue described above.
Thanks,
Grant
Comment