Cool feature. Very handy.
This feature has been added to AnsPress RC. Now question can be embedded in posts using this shortcode: [question id="3301"] Cheers.
check answer here Comment does not working in divi theme
I think its not related to AnsPress but your server config. read the answer here: stackoverflow
I think its timeout error or consult with your server provider.
Here as I said earlier comment wrapper is missing in your template may be due to override. compare between default and yours:
Look like issue with another plugin. Disable all plugin and then try.
Please make sure you followed the instructions. And boilerplate is not WP plugin, its stated in boilerplate page that this is not a WP plugin.
Add this to your theme functions.php function ap_page_template_redirect() { if( ap_get_ask_page_slug() == ap_current_page() && ! is_user_logged_in() ) { auth_redirect(); exit(); } } add_action( 'template_redirect', 'ap_page_template_redirect' );
https://github.com/anspress/anspress