404 Error for Users

Make sure user page slug and user page slug are different, in previous version there was a bug where both slug was users

Shortcode for recent questions

Is it possible to make a shortcode with a property to limit to the latest posts? The widget won’t work for where I want this to appear.   Thanks,

404 Error for Users

try to save the pages settings at least once

User profile problem

glad you solved that issue. for the other one, try first to add this line just after the one you added: define('WP_CACHE', true); if that one didn’t fix it tr the following so we can see what is causing it 1 – delete the error_log file 2 – go to the pageĀ  that causing the issue 3 – copy the error log message and past it here

Best answer in reputation only shows “answer”

Its because taht answer is created in version older less then 2.0. which do not save title for answer. Just edit that answer from wp-admin and add title (same as question).

Answerbox features

Yep you can, simply go to menu editor and add this two items:

Only notify user when a comment is made to his answer

Already fixed today, get new version of AnsPress email.

User profile problem

ok so from your log error you seems to bypass the limit of allowed memory, there are several ways to increase it one that would be simple for you is to use the wp-config.php file (on your wordpress root directory) Add the following before any file includes define( 'WP_MEMORY_LIMIT', '128M' ); if it doesn’t work then you have to contact your hosting provider they must be not allowing php memory increase. hoep this could be helpful

Style issues after update to 2.3

Its look like you are overriding AnsPress, if so please update old CSS or simply delete old styles. Update tags and category extension from github, I just pushed some commits. For avatar issue, do this:

Bugs reporting for AnsPress 2.3 and AnsPress.io

All cleared. Please get latest version from github and mark this as solved. Thanks for reporting.