Whenever I publish the answer in the main dashboard I see this error : “Please fill parent question field, Answer was not saved!“
how to fix this? https://ibb.co/WtfFpY5
Thank you
On the voter system, the selected
button up down usually reloads to count. How can that be stopped?
<form method=”post” id=”voteform” action=””>
<button type=”button” class=”btn btn-light” name=”up” title=”Vote Up ” style=”padding: .5vh 1vh; margin-top:3px;” onclick= <?php if ( is_user_logged_in()) { ?>
“upVote(<?php echo $answeridx; ?>)”<?php } else {?>
“window.location.href = ‘/wp-login.php’;” <?php } ?>
value =”<?php echo $answeridx; ?>”><i class=”fa-solid fa-thumbs-up”></i><div id=”up_count<?php echo $answeridx; ?>” class=”label-vote”><?php echo $var=0+$thumbsup; ?></div></button>
<div class=”label-vote”><?php //echo $thumbsup; ?></div>
<button type=”button” class=”btn btn-light” name=”down” title=”Vote down” class=”btn btn-light” style=”padding: .5vh 1vh; margin-top:3px;” onclick=<?php if ( is_user_logged_in()) { ?>
“downVote(<?php echo $answeridx; ?>)”<?php } else {?>
“window.location.href = ‘/wp-login.php’;” <?php } ?> value =”<?php echo $answeridx; ?>” >
<i class=”fa-solid fa-thumbs-down”></i><div id=”down_count<?php echo $answeridx; ?>” class=”label-vote”><?php echo $var=0+$thumbsdown; ?></div></button>
</form>
Whenever I publish the answer in the main dashboard I see this error : “Please fill parent question field, Answer was not saved!“
Can you please suggest how to fix this?
Thank you
Hi!
I’d love to use AnsPress on some of my websites but am curious about the user-information that is stored by the plugin.
As the operator of a website, I must inform my users about this. I could’t find any information about this so far.
Kind regards
Olli
I am trying to setup registrations and logins in ultimate member because of certain features that i need, but anspress keeps redirecting to wp-login when a user clicks “login” button on any of the anspress login pages.
How can i achieve this?
Without logging in to the website, there is always a black toolbar at the top of the website, and I cannot turn it off. Can you help me? Thank you!
screenshot: https://ibb.co/q74Ckd9
It seems that the black toolbar is being generated by the “AndPress Question Answer” plugin. When I deactivate this plugin, the toolbar disappears.
Here’s a brief video demonstrating the issue: https://d.pr/v/MOaflt
The page I need help with: https://www.royaljammer.com/
![]()
Hi,
why when asking question, in category it isn’t branchable? isn’t parent child mode like this:
![]()
Hello,
Been using AnsPress for a while now, but after the recent update 4.4.0 and 4.4.1. random menu at top left corner appears above my header. No, it’s not me just logged in or something. See differences when AnsPress plugin is activated and deactivated below. Maybe someone has faced the same problem and know a solution?
Wordpress version: 6.5.2. and everything else is up to date as well.
![]()
Hi, I just went to download ANS Press to use with BuddyBoss and I see it has not been updated in 9 months. Are you still supporting ANS press?
Looking forward to your reply.
JH![]()
Is it possible to gate keep questions for paid users? A bit like a membership plugin where select posts are for paid members only. Here, a user would have pay a fee to ask a question, or pay a subscription to ask multiple questions. And as paying users, they can access the questions they paid to get an answer to and the questions & answers of other paying users as well.
Is that possible, and is it something anspress would ever consider doing?