Hello. Thanks for the wonderful plugin, but recently I came across a problem. I’m trying to integrate a profile from AnsPress to WP Recall.
I tried using the shortcode [anspress page=”user”] but the shortcode only displays the anonymous profile.
The solution does not work:

Add it before “get_header()”:
$curr_user = wp_get_current_user();
set_query_var( ‘ap_page’, ‘user’);
set_query_var( ‘author_name’, $curr_user->user_login);

Maybe I’m doing wrong? I add the code to the template of the page where the shortcode is used, for example in page.php
In my case, it looks like this:
<?php
$curr_user = wp_get_current_user();
set_query_var( ‘ap_page’, ‘user’);
set_query_var( ‘author_name’, $curr_user->user_login);
get_header();
?>

Cannot Answer Questions or Comment:
When clicking on answer – the answer loads up but you cannot see any text on any buttons – when trying to click POST ANSWER – it doesn’t do anything – until you refresh the page manually…

Hi,
I want to know if it’s possible to display the answer below the question, or in a accordion.
Thanks

Hi. I get an update error. “Unauthorized” – even though I have an active license:
https://www.dropbox.com/s/a6vcfdn7y1psk5s/Screenshot%202019-02-17%2008.31.46.png?dl=0
How else to update WITHOUT accessing the web server via FTP?

Hi
I am using WordPress 5.0.3
Participants don’t see link for editing their own questions although they have this permission in the role settings.
I have seen info in this forum about avoiding using the base page as the home page.
I am not sure what the base page is but have created a new page and selected it as the home page but problem still persists.
Please help.
Thanks
Lynn

Hi!
I need to know the reputations of the users of my AnsPress Comunity.
I created a competition between the users, The user that more help the others will recevied a book.
I already use the add on Reputations but, I just can see the reputation in the profile of the user, but we have 50k users.
So I really need to generate a list that show all reputations of all users.

In file class-form-hooks.php this message not enabled for translate
‘An account for you will be created and a confirmation link will be sent to you with the password.’


Hi team,
I have been started using this plugin from the past few weeks and find the amazing plugin as compare to other competitor plugins. while testing in google structured data testing tool, i found an error related to markups which might degrade the page ranking. Could you please check.
Thanks in advance

After what someone has made an action (add post, vote and so on) notification does not change status instantly. Only then, what user refreshes the website. There is the same problem if a user wants to mark all notifications as seen. He gets the push message, that everything is ok “Successfully updated all notifications”, but the number of notifications stays the same. The user is forced to refresh the website and then is notifications clear.
It was tried at a new installation WordPress version 5.0.3 with only single plugin AnsPress Question Answer version 4.1.15 and template askbug version 3.1.9. We didn’t set any configuration and options.
Any idea what’s wrong?

After upgrading wp to v5.0.3 i got a theme customizer a blank page. After deactivsting anspress it work fine. How to fix this
When is the next update ?