No its not possible yet. will work on this widget in future
Some troubles with new versions: – cannot display user page: getting error 404 – cannot download new tag plugin link is broken – filtering questions by category is cool however getting back to “All Categories” do not work, no questions is found in this category…
Looks really good 🙂 Liked it.
There may be some PHP error outputting in Ajax response. Simply open console and check what is content of response. and post it here.
Yes you can allow anyone to post. There is not any private forum feature added yet, but you can make a question private which can bee seen by only admin and moderator.
create a new folder called anspress inside your active theme directory. and now copy this file wp-content\plugins\anspress-question-answer\theme\default\user\about.php to newly created folder. You must keep the same directory path, like this copied file must exist like this: YOUR_ACTIVE_THEME/anspress/user/about.php Now you can modify this file as per your needs. For overriding css, copy wp-content\plugins\anspress-question-answer\theme\default\css\overrides.php to: YOUR_ACTIVE_THEME/anspress/css/overrides.php. And add your own CSS styles.
Base page is set, but Question Help page and Answer Help page are not.
Please let me know what the solution of the problem. I have the same http://support.docentfx.com/ask/ Clean install wp & AnsPress
ap_register_user_page('amy_custom_user_page', __('My page', 'ap'), 'my_custom_user_page'); function my_custom_user_page(){ //YOUR HTML HERE }
Allow filtering page slug  +1