Hello, I am using anspress on my website. i have checked the google structured markup test:
https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fvpn-anbieter-vergleich-test.de%2Fhilfe%2Ffragen%2Fkann-ich-vpn-auch-auf-einer-vavoo-streambox-nutzen%2F
Warning on ‘Question’ type: “Missing a QAPage markup item on page to which this item should be associated.”
How could associate it? Could you help me?

Hi!
Is it possible to trigger a FCM push notification with the notification API service of AnsPress?
Regards, dom

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