Hello.
My client is running version 9 of Actinic. I made some modifications to his template and also inserted a Lightbox image gallery. All was working well until recently now he is getting the exclamation mark warning about errors on the page in IE7.
The js files for lightbox are entered in to the actinic template like this:
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="lightbox.js"></script>
but on viewing the live page they are called to like this:
<script type="text/javascript" src="acatalog/prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="acatalog/lightbox.js"></script>
The file are also included in the additional files section of Actinic. It is looking for the scriptaculous.js file in the root of the website, where in fact it is uploaded to the acatalog folder like the other ones.
Does anyone have any ideas why this would be occuring?
If anyone would like to view the site in question please visit ** contains adult content ** www.electrastim.co.uk/index2.html
Regards,
Cammy.
My client is running version 9 of Actinic. I made some modifications to his template and also inserted a Lightbox image gallery. All was working well until recently now he is getting the exclamation mark warning about errors on the page in IE7.
The js files for lightbox are entered in to the actinic template like this:
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="lightbox.js"></script>
but on viewing the live page they are called to like this:
<script type="text/javascript" src="acatalog/prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="acatalog/lightbox.js"></script>
The file are also included in the additional files section of Actinic. It is looking for the scriptaculous.js file in the root of the website, where in fact it is uploaded to the acatalog folder like the other ones.
Does anyone have any ideas why this would be occuring?
If anyone would like to view the site in question please visit ** contains adult content ** www.electrastim.co.uk/index2.html
Regards,
Cammy.
Comment