Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nsadowy

    (@nsadowy)

    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.

    Plugin Author John Gardner

    (@jgardner03)

    Hi,

    Sorry to hear about the troubles. While the CSS is loaded in the header, the Javascript is loaded in the footer. Make sure your footer.php file has wp_footer() before the closing </html> tag.

    Thread Starter nsadowy

    (@nsadowy)

    Yes! That was it. Thank you. Great plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘arconix-faq.js not loading and accordion not working’ is closed to new replies.