Hi all. Weve purchased the http://drillpine.biz/actinicstuff/index.html "Engraving / Embroidering" - perfect for the product. We have the script now, and reasonably easy to install, BUT - apparently the script and installation is set up for the standard actinic layouts that they provide. We have done created our site AWAY from that - making it a bit tricky.
The instructions follows with these 2 things -
(2) In the Actinic Content Tree, click on any Product Section.
Then select the Design Tab, then the Design Tree (bottom right).
Click the top of the Design Tree (on default site - "Works Best with Reflective").
In the Layout Code window look for the line (about line 65 - NOT the <head> line near the top):
</head>
Paste the following above it.
<script language="javascript" src="textfieldsupport.js" TYPE="text/javascript"></script>
(3) Look in your Overall Layout for the fragment (it's in the <BODY ...> line):
onload="
amend it to read (leave the rest of the line intact)
onload="refreshcounts();
Click Apply.
2 seems to be easy enough to add. but number 3 makes it tough, because we have rollovers - ie -
<body onload="MM_preloadImages('rollover1/home2.jpg','rollover1/pro2.jpg','rollover1/his2.jpg','rollover1/inst2.jpg............">
Ive altered it to =
<body onload="refreshcounts(); MM_preloadImages('rollover1/home2.jpg','rollover1/pro2.jpg','rollover1/his2.jpg',
But doesnt quite work. Any ideas? I know this is a bit tricky and long windered, but thought it would be worth a while here. The instructions are attached also.
The instructions follows with these 2 things -
(2) In the Actinic Content Tree, click on any Product Section.
Then select the Design Tab, then the Design Tree (bottom right).
Click the top of the Design Tree (on default site - "Works Best with Reflective").
In the Layout Code window look for the line (about line 65 - NOT the <head> line near the top):
</head>
Paste the following above it.
<script language="javascript" src="textfieldsupport.js" TYPE="text/javascript"></script>
(3) Look in your Overall Layout for the fragment (it's in the <BODY ...> line):
onload="
amend it to read (leave the rest of the line intact)
onload="refreshcounts();
Click Apply.
2 seems to be easy enough to add. but number 3 makes it tough, because we have rollovers - ie -
<body onload="MM_preloadImages('rollover1/home2.jpg','rollover1/pro2.jpg','rollover1/his2.jpg','rollover1/inst2.jpg............">
Ive altered it to =
<body onload="refreshcounts(); MM_preloadImages('rollover1/home2.jpg','rollover1/pro2.jpg','rollover1/his2.jpg',
But doesnt quite work. Any ideas? I know this is a bit tricky and long windered, but thought it would be worth a while here. The instructions are attached also.
Comment