I set up my accordion items. Put the shortcode onto the page. The accordion appears on the public page, but all the items are showing and clicking on any of the item headers doesn't make them open or close.
When I inspect the page i see this error: (index):161 Uncaught TypeError: $(...).accordion is not a function
Any way I can fix that, work around it, make it work somehow?
You can see the page here: http://keithdwalker.ca/resources/spiritual-gifts-definitions-and-scriptures/
Welcome to our forum,
The issue happening not only plugin issue its related to theme issue, might be your theme hooked scripts at footer while accordions scripts need to define in header.
you can ask your theme author to hooked scripts at header.
I have checked your theme source code please see the attachment
http://imgur.com/a/MomoX
Regards