Yes! That was it. Thank you. Great plugin!
More info: I copied the arconix-faq.js file to the root of my theme hoping that it would load. No joy. I then manually enqueued the script in my theme’s function.php and it loaded. I saw the note in the admin php file regarding:
add_filter( ‘pre_register_arconix_faq_js’, ‘__return_false’ );
I’m wondering if that filter is somehow set to false somewhere (I don’t know where) that is inhibiting it loading. Any guidance you could provide would be appreciated.
Thanks.