I have moved the voting button under the answer content.
And also I want it to displayed horizontal, both on the desktop version and mobile version.
How to make it? Any CSS code?

Is there a way to measure with Google Analytics when a user posts a question?
When user posting is completed, the specific completion page is not displayed.
An individual question page is displayed.
What information should I enter on the Google Analytics goal setting arrival page?


Unable to checkout. Displaying the above error at checkout.

After updating the anspress plugin a 2 weeks ago to Version 4.1.15, I am getting the notice “AnsPress database is not updated” in my WP dashboard. When I clicked on that link to “update” it wiped everything out, and all the core pages I previously set were gone (404 errors). I had to restore a backup of the entire site.
What is not updating, why is this dashboard notification box showing again, and how do I remove it? There is no “X” or other way to remove the box, and clicking it again will be catastrophic and wipe everything out, again. What do I do?

Whenever I click the profile on the question it redirected to the homepage and I can’t see the profile of the user/participant. I am saying you can see the user questions, answer and reputation history. How do I enable this?

I want to add the Social Login, Registration Form and Login Form for Non-login User when press “Ask Question”. How do you implement on the “Ask a Question” Page? I don’t know how to do it?

Hi,
I have a huge issue because the user profile has disappeared from my anspress website. I installed Analilycator plugin that insert a Google code in all pages, but I don’t it was this problem. I inactivated it but the problem persist, maybe it has been other problem.
Could you help me to fix this issue, please?
Thanks in advance

I want to replace the position of the answers and answer form in single-question.php.
(I would like to place the answer form on the answer.)
However, even if you change the description as below, the position of the form will not change.

<?php
// Get answer form.
ap_get_template_part( ‘answer-form’ );
// Get answers.
ap_answers();
?>

How can I accomplish my purpose?