One other thought if you’re running DW CS3 or DW 8 there maybe a JavaScript file needed. May look like this see head section of index.php file
<script src="includes/scripts/AC_RunActiveContent.js" type="text/javascript"></script>
You may need to add the file to your images folder of your template
AC_RunActiveContent.js => copy to your Joomla template images folder
Then change the path
Delete this path
“includes/scripts/”
So it looks like this//<script src="{leave mouse curser here!}AC_RunActiveContent.js" type="text/javascript"></script>
Then use the Jtools Menu => Pull down => “Writes the template image path”
Then it would look like this.
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>
AC_RunActiveContent.js" type="text/javascript"></script>
Last edited by admin; 04-27-2007 at 02:36 PM.
|