It looks like the plugin JavaScript file isn’t loading. A couple things you can try/look into:
- Check the theme’s
footer.php file and ensure that <?php wp_footer(); ?> is included right before the closing </body> tag.
- There may be a conflicting plugin. I see references to
tabs in your pages code. Do you have another plugin installed that uses tabs or accordions, or is that functionality bundled with the theme?
Hi Phil,
I have set the footer to be diplay:none as I did not want it to show at all.
As with the plugins…I have no other plugins installed that has this action. I downloaded and installed this plugin as I normally do. Do you think it might already have an inbuilt functionality?? If so, should I remove the plugin?
Thanks,
David
Hi Phil,
The footer tag you suggested is in fact there fyi.
Thanks,
David
I also tried deactivating your plugin and it still didn’t work 🙁
Thanks,
David
Accordion and Google Maps are the only two plugins installed…It was not working even without the Google Maps plugin???
Thanks,
David
Hi Phil,
It looks as though the theme does have an inbuilt functionality…I do like you plugin better though.
Thanks,
David
I had the same problem. The accordion.min.js file was not being loaded at all. It’s working now, but I’m not clear on how I fixed it. Here’s what I did.
My first idea was to mannually enqueue the script in my functions file, so I did. But I screwed up the php and got an error. So I removed my enqueue code. When I reloaded the page, the accordion js was suddenly loading. Now it works.
I also have a caching plugin installed on the site. I don’t know if that caused a problem, and perhaps it was flushed and that got it working.
A caching plugin can certainly cause issues.
@sadviser: It might be something that is built into the theme. Do you know what theme you are using?