Does it work with Polylang?

example

How to remove the noindex setting from the question page

Hello, I don’t think this is being done by AnsPress. Can you try theses suggestions: https://stackoverflow.com/questions/28043745/wordpress-remove-robots-meta-tag-noindex

Setting Maximum length for question title and question content

Hello, there is already 100 max length validation on title. You can override that using below code.

QA box on single pages and products

Hello, You can make it work in single page as well in products page. You’ll have to use this shortcode: To automatically grab current single page id, you’ll have to insert shortcode using PHP.

Why Am I Not Receiving Email Notifications?

Please make sure you have enabled email addon like this:

add a new section under about profile

Hello, You have to use this function ap_register_page. For usage instruction please have a look at source code of notification add-on here: https://github.com/anspress/anspress/blob/19e6d549ef06c7d78ac65740f409848f96a49fc6/addons/notifications/notifications.php#L63

How to enable paragraph formatting in comments?

Hello, Sorry for late reply. I just checked this in our staging site and I don’t think we are stripping line breaks. I am sorry that I got confused and thought this as a AnsPress issue. This used to be an issue in AnsPress long ago. I think some plugin in your site is causing this?