PDA

View Full Version : Applet not appearing


olivercoquelin
02-Apr-2008, 11:01 AM
The Java applet that tells you how may items are in your basket and the total price is not appearing in the site www.poppyrocksshop.com for some reason.

If I view source on the uploaded pages it seems to be there in the code:

<td><div align="right"></div>
<div align="right"><span class="actxxsmall"> <font color="#265A53">
<script language="JavaScript">
<!--
document.write("Items:&nbsp;" + getCartItem(3)+"&nbsp;");document.write("Value:&nbsp;" + getCartItem(1));
// -->
</script>
</font></span> </div></td>

I have checked that the text is not the same colour as the background.

Does anyone have any idea as to what the problem may be? Thank you.

wjcampbe
02-Apr-2008, 12:06 PM
It is there in darker grey inside the little grey seperator band between your banner and content. Why not make it bright blue so you can see it - and then find a better contrast colour to use on that background?

olivercoquelin
02-Apr-2008, 12:12 PM
Thanks Bill. I've actually just worked out what the problem was. It wasn't uploading properly so I uploaded the javascript files manually and now it looks fine.

wjcampbe
02-Apr-2008, 01:07 PM
Thanks Bill. I've actually just worked out what the problem was. It wasn't uploading properly so I uploaded the javascript files manually and now it looks fine.
There should be references to actiniccore.js and actinicextras.js in the header of your primary templates. If those have been removed, it may be better to replace them post haste.

You should never have to manually upload those files. :eek: