@Toni and Chris, thank you for the positive feedback.
Chris, you will copy the p7ap folder with all its contents to the root of your Joomla installation. If you are going to use Accordion Panel Magic on many pages, then it's best to just copy the path to the script and stylesheet in your template's index.php file, just before the </head> close tag as such:
<script type="text/javascript" src="p7ap/p7APscripts.js"></script>
<link href="p7ap/p7AP_xx.css" rel="stylesheet" type="text/css" media="all" />
</head>
Of course, you could also use a full absolute path, e.g.,<script type="text/javascript" src="http://domainname.com/joomladirectory/p7ap/p7APscripts.js"></script>
I use the relative path because I keep a duplicate copy of the installation on XAMPP for development purposes.
If you are only going to use APM in only one or two pages, you may consider using a Joomla plug-in called CustomHeadTag, which allows you to associate the script and stylesheet with a menu or article ID so that they're not loading on every page. For example, I only use APM on one page (
China EFL Teacher Resources
) so I have the script and stylesheet entered in this plug-in for this particular widget. Just enter the relative path in the plug-in without a leading "/".
If APM doesn't work properly for you in all browsers, try appending the entire contents of your AP_xx.css file to your template's template.css file (I had to do this with PopMenuMagic in order for PMM to work properly in IE8).
Let me know if you have any other questions.
Best of luck,
Greg