I have write [anspress page=”user”] and the form always show as anonymous user, whats wrong with the code?
hi, the current stable version of anspress is 4.0.5.
Do you know the release date of the new version and possible new features?
thanks
Hi,
First of all I would like to thank you for this greate plugi in.
I was struggling with few issues and gave up therfore I hope you will be ale to help me.
- URLs-
My idea is to have the following url structure:
https://pozyczasz.pl
this should be subpage with topic list
https://pozyczasz.pl/forum/my-question-title
this should be subpage with single post
https://pozyczasz.pl/forum/question/
this should be subpage with “add qustion” subpage
I have settings as on the screenshot:
and have 404 error when trying add new topic.
I’ve noticed that issue doesn’t exist when I chage url with topic list, for example https://pozyczasz.pl/forum-1 - How to disable text editor? My goal is that visitor has possibility only write text.
Hi Anspress Team,
I’m a first time customer.
- I was trying to checkout yesterday when buying the AskBug Theme but I got the following error message as can be seen in the screenshot. May you please assist.
- May you also provide me with a list of websites that are currently using this theme. I just want to have a better overview of how other buyers have implemented and customized this theme.
- Is there a limit to how may user accounts I can generate on this theme? My userbase will be 100,000+
- I did email [email protected] and [email protected] last week with the above two questions (question 2 and question 3) but did not get a reply. Could you perhaps address these in your reply to this thread.
Many Thanks

Emojis are quietly invading AnsPress and ready to pounce whenever you click Edit Question or Edit Answer ?
Steps to reproduce:
- Type an emoji ? into a question or an answer.
- Click Post question or Post answer
- Go back to that question or answer
- Click … > Edit
- Huge emojis!! ? ? 🙂
Workaround:
- Copy /wp-content/plugins/anspress-question-answer/templates/css/editor.css to /wp-content/themes/<your_child_theme>/anspress/css/editor.css
- Add .emoji { width: 1em; } into that CSS file
- If it’s still not working, you need to increment the version of your editor.css file. Add into /wp-content/themes/<your_child_theme>/functions.php:
add_filter( ‘ap_theme_url’, ‘ap_my_editor_css_url’ );
function ap_my_editor_css_url( $template_url ) {
$editor_css_url = get_stylesheet_directory_uri() . ‘/anspress/css/editor.css’;
if( strpos( $template_url, $editor_css_url ) !== false ) {
return $editor_css_url . ‘?v=0.1’;
}
else {
return $template_url;
}
}
Thanks,
@awijasa
Hi
I’m trying to add the bad words but only the first is blocked.
I tried different ways, example:
test1, test2
“test1”, “test2”
How do i put it?
Thanks in advance!
when ever I click on a question I get something like this
Not Found
The requested URL /questions/question/roof-ladders-anyone/ was not found on this server.
i have version 4.0.5
this use to work fine, this just started happening recently
I can see all my questions and if I go to the anspress plugin in wordpress I can see the question and answers, but if I try and preview or if I click on the question on the website I get the above error
any sugestions?
Regards,
eric
Not an issue. I just want to share that Cloudflare > Scrape Shield > Email Obfuscation (enabled by default in Cloudflare) will interfere with a Post Answer animation when the answer contains a mention (e.g. @awijasa). Note that BuddyPress is also installed in my case.
Cloudflare Email Obfuscation often set an email address to [email protected] even in an AJAX call.
Thanks,
@awijasa
and have 404 error when trying add new topic.