Accordian menu not working

Permalink
I have hard coded an accordion menu.
But it won't pick up the javascript file.
Any ideas please?

This is a charity-based site so buying addons is out of the question as the budget is not there.

trixiemay
 
Mainio replied on at Permalink Reply
Mainio
Did you know that many of the add-on developers there offer free or discount licenses for charity/non-commercial sites? The support might not be that good if you get a free license but I can see that there is an add-on for this in the marketplace.

Also, for fixing your hard-code situation, you should provide a lot more information to get suggestions for solving the problem. Try adding:
1. What is your situation now? Add a screenshot, add arrow where the problem is.
2. How would you like it to appear? Give an example link what you're looking for.
3. Add a link to the problem site, this is probably the most efficient way to get suggestions as people can see really how it behaves and what might be the problem.

Please also check this incredible how-to from JohnTheFish:
http://www.concrete5.org/documentation/how-tos/editors/getting-help...


Antti / Mainio
trixiemay replied on at Permalink Reply
trixiemay
Sorry. I forgot to add my site reference:

http://www.saiacs.edu.in/index.php/about...
Mainio replied on at Permalink Reply
Mainio
You're referencing the JavaScript wrongly:
<link href="/themes/SAIACS THEME/js/accordian.js" type="text/css" />


Change that to:
<script type="text/javascript" src="/themes/SAIACS THEME/js/accordian.js"></script>