Hi,
Just installed Anspress, looks awesome !
How should I proceed to help translate in french (i am a french & I need correct french translations on Anspress)
THX
Why is my right menu not working?
I’ve done all possible to get the right menu to work without success
Is there a way to limit the number of questions a user can ask within a certain period of time?
For example 3 questions a week? Or 5 questions a month?
This would be a great feature to have especially for a large community.
Thanks!
Hi, I’m stuck from days on this issue.
i’ve adapted anspress to my theme using override.css method here: https://azerothshard.org/laboratory/
however i’ve a bug on comments that happens only with this theme unfortunately:
When i post a comment the ajax POST call works but it doesn’t close the editor showing the comment. But if i refresh the page my comment is displayed.
I’ve no javascript errors in console, so could you help me to find the incompatibility issue please? i’ve debugged a lot using web tools, but unsuccesfully
EDIT1: i’ve noticed that data parameter passed to ajax function only receives “success” as string. It’s not an array as it should be
Hi all!
I’m trying to blend AnsPress in my new theme as much as possible and in order to do that I’m trying to move the question metas (views, date, category, subscribe button) inside my header. I tried to call the function:
<?php echo ap_question_metas(); ?>
It’s displaying the metas where I want but they have some issues (views and subscribe button counters not reflecting the right amount, no category,…). I have the feeling that I’m calling the function outside of AnsPress “main part” and so it doesn’t relate to anything.
Any idea why and how I can fix this?
Thanks in advance! 😀
We saw the demo page of the AnsBug theme on the intention of buying it. It was not fully responsive on mobile. The header disappeared. Some texts were not properly aligned. When will this be rectified so that we can purchase it. Also it has been tested only upto wordpress 4.6. We use 4.8. When will it be tested for WordPress 4.8 ?
Hello,
I’m usine an LMS for wordpres and when i’ve installed your plugin I found all the questions of the quizz (of the LMS) i’ve create displaying in the Anspress questions directory, how may i fix this conflict.
Thank you
PS: I’m using WPLMS wordpress theme
I bought the license, but now if I go into “orders” I find nothing, how come?
Among other things, there are many problems of multi-language incompatibility.
Hi there,
I am trying to get the solved and answered questions to display in a custom theme but without any luck.I managed to get the users and total questions from the standard wordpress api using wp_count_posts().
Does anyone have a example on how to use ap_answer_get_the_count() ??
Hi there,
I’ve found quite a few issues on the plugin. I’m not sure why it is happening so please help. My site is hosted on WP Engine with a staging and production setup.
I’m using AnsPress version 4.0.5 and AskBug theme version 3.0.8
Issue #1
Comments are not loading for questions. See image below:
The ajax call to the load_comments function is returning the following response:
<div id="ap-response">{"success":false,"snackbar":{"message":"Unable to load comments"},"ap_responce":true,"is_ap_ajax":true}</div>
My Guess : The nonce is not matching. Also this works in staging but not in production.
Issue #2
Post Actions are not loading.
The ajax call to the post_actions function returns the following response:
<div id="ap-response">{"message":"Something went wrong, last action failed.","ap_responce":true,"message_type":"error","is_ap_ajax":true}</div>
My Guess: same as issue #1
Issue #3
Bread crumbs in user profile page is not working.
All the profile endpoints point to only one url that is : http://mysite.com/questions/user/
This above URL points to an anonymous user profile page.
Issue #4
Edit profile in user profile is not working. The URL on edit profile link is not showing the edit-profile slug, See image Below. I tried to flush rewrite rules by saving permalinks but it didn’t work.
This issue was not present with AnsPress 4.0.0 but is present with AnsPress 4.0.5 so I don’t know if it is an AnsPress issue or an AskBug issue.
Issue #5
Registered date in about me section of profile page is not working. See image below
Please help me in fixing all the above issues asap.
Thanks.