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 ?
I want to restrict the number of questions that a user can ask daily in a site I use the plugin. How can I do it?
Hello,
Hi ppl,
Anyone knows if AnsPress Question Answer wordpress plugin will be updated in the next days or weeks?
I am asking that, because this plugin is not updated for more than 2 months and i don´t know if i can use it.
Maybe they abandoned the plugin. If anyone knows something please help me on this, because i want to use it but only if it will be updated, i don´t use out of date plugins.
Thank you very much.
Hello,
I’d like to customize AnsPress in the way, that all answers will be show directly in the question list in the questions page:
Q1
-A1
-A2
…an so on.
So I made a child theme and all that for the customization.
I tried to evoke ap_the_answer() and ap_get_answers() in question-list-item.php to no effect. Also tried to fire the Answers_Query class directly. Not working on question page.
Is there a better way to display the answers in the question template?
Thank you for your help and best regards
abhoette
We are trialling AnsPress for a Maths student Q&A forum.
Questions have Latex in their titles.
All works fine on the page displaying the question in full.
But on the Questions page where question titles are listed and have a hyperlink on them, the HTML breaks.
This is because the post title is passed to the title attribute of the <a> element.
The title contains an <img> element.
This comes through with its own attributes delimited with double quotes and that gets embedded in the double quotes delimiting the title attribute of the <a> element.
This is what the broken html looks like.

In anspress-question-answer\templates\question-list-item.php
on Line 44 the_title() is passed to the title attribute of the hyperlink.
I have tested this solution which replaces double quotes with single quotes in the_title().
Replace that line with the following:
<?php
$title = get_the_title(); // Ge the title as a variable
$title = str_replace(‘”‘, “‘”, $title); // Replace Quotes
?>
<a class=”ap-questions-hyperlink” itemprop=”url” href=”<?php the_permalink(); ?>” rel=”bookmark” title=”<?php echo $title; ?>”><?php echo $title; ?></a>
Do you think you could add this to question-list-item.php as standard?
First I would like to thank you for the great plugin. Do you have any plans to support Gutenberg in the near future?
Can I know how to start Chinese translation for askbug?
I failed to find a completed language package in English to start now, at least.
Please kindly instruct.
thanks
Steven