Please try disabling other plugins. It may be due to other plugin.
i disabled all plugins and all js files of template, nothing help…
Try query monitor, there must be some error. or else re-install it.
Or if you are overriding AnsPress from theme then make sure all assets are loading.
i tried reinstall, all assets are loaded …Trying to find reason but cannot
i solved problem)). Template was wrote by me. And my code generate it’s own body class by php. And yor plugin couldn’t append class “anpress” to it. I read your js files and saw that click events exucute when parent html element has class “anpress”. I simply wrapped content in my qa page template, into div with class “anpress” and all working.
P.S. Your plugin has one small bug, for me it is no critical. When plugin activated, in admin->settings->DiscussionSettings disapear option – Default Avatar and choices for it, when debug is enable you can see error
– Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘AP_User’ does not have a method ‘default_avatar’ in
It is bug of your plugin because when i deactivate plugin option apear and error disapear, thank you for plugin)