Hi I keep getting this message “website resources limit exceeded” when i try to view user profiles or the page for a user profile just keeps loading without viewing the profile and once it starts loading it doesnt allow me to go back or go to other pages.
What might be the issue because my cpanel also shows that the website has used 100% of the CPU.
here is my website: http://askmzansi.co.za/
HI i hope you are as well.
Thank You Very Much For Your Great Plugin . IM Very Appreciate you Guys For That
1- Is This Possible for you to make the tapatalk plugin for anspress ?
BBpress has plugin for that. i hope you can make it too.
because the default integrated anspress theme is useless its very simple and anspress is pretty and beautifull just in the dedicated thems (answerbox and ansbug) and i think its time to release the first tapatalk plugin for that.
2-WHEN WE CAN SEE THE ANSWERBOX THEME ?
WHEN YOU WANT TO RELEASE IT?
GUYS I HAD SEARCHED A LOT AND I SEE YOU JUST SAID FOR NEXT TIME AND NEXT TIME AND NEXT TIME NOT COMING ! 😀 AND YOU HANT RELEASED IT.
PLEASE DO IT IF POSSIBLE.
THANK YOU VERY MUCH.
Hello,
My site uses https. When I am asking question from user “subscriber”, after clicking “Send question” I redirected to http and have many problems with displaying icons FontAwesome in the tab of AnsPress and at the site in general. How can I solve this?
Hello, I tried many plugins for forum to WordPress, but yours is the best one.
I have got some questions:
1 – Is there any possibility to add short part of answer (15-20 symbols) in widget under question?
2 – Is it possible to make random question to be shown?
3 – How to delet – X Answer | X Votes – on widget?
Thanks for your work!
Hello. I have problem with “Private questions”.
While i try change via “Status” – http://prntscr.com/dm4sje all is fine.
But when i try update question or while i create question, box doesnt save http://prntscr.com/dm4tb9 or change to non-checked.
P.S. I also trying clear twentysixteen theme with only anspress plugin. Result the same.
My question is. I’m currently using woocommerce and Divi Builder (from eleganthemes), is the AskBug theme compatible with Woocommerce?
Compatible with Divi Builder?
I may be interested in purchasing your AskBug theme just for use with the Q&A portion of my site.
thanks
Hello,
I just installed the plugin and gave me these errors on header of all pages, how can I fix it? Do I need to change the code?
Warning: in_array() expects parameter 2 to be array, boolean given in /srv/users/blabla/apps/domain/public/wp-content/plugins/anspress-question-answer/includes/hooks.php on line 556
Warning: in_array() expects parameter 2 to be array, boolean given in /srv/users/blabla/apps/domain/public/wp-content/plugins/anspress-question-answer/includes/hooks.php on line 564
I am using WooCommerce along AnsPress.
I noticed that when users post reviews (which are WP comments) for products (which are WP custom post type) and when I approve them, these users get subscribed to AnsPress table wp_ap_subscribers and they get notifications about new reviews by the AnsPress Email plugin.
This is not an expected behavior. Subscriptions should only work for comments made within AnsPress.
I found that this is done by this function:
/**
* Subscribe user for post comments
*@param object $comment Comment object.
*/
public static function after_new_comment($comment) {
$post = get_post( $comment->comment_post_ID );$type = ‘q_post’;
$question_id = $post->ID;if ( ‘answer’ == $post->post_type ) {
$type = ‘a_all’;
$question_id = $post->post_parent;
}if ( ! ap_is_user_subscribed( $comment->comment_post_ID, $type, $comment->user_id ) ) {
ap_new_subscriber( $comment->user_id, $comment->comment_post_ID, $type, $question_id );
}
}
Hi everyone,
I’ve been made aware of an issue with the notification emails about responses to questions on our forum.
The notification email sent to a user contained the email address and IP of the user who responded. This is definitely not the kind of information we want our users to be able to view.
Are you aware of any filters/hooks/options I can use to edit the anspress email templates?
Many thanks
Alex
Hi all, I recently installed Anspress on my site as a forum. It seems really good, but I can’t seem to get it working as it should. In the Anspress options, I select the base page, Question Help page, and answer help page, but nothing shows up on these pages after saving the settings. Then I went to the wordpress Menu settings, and there I could add Anspress pages to the Menu, which I did, but still nothing showed up no those pages. Then I did a bit of googling, and found that I had to write the shortcode [anspress] on a page to get it to show the base page. That worked! But so far that’s the only page I have been able to get working. I picked this plugin because it seemed very customizable, and with a lot of features, but as of yet, I haven’t been able to get them working. So my question is, How do I get the rest of the features of Anspress working? Do I have to enter some more shortcodes into pages to do that? In which case, Where can I find all these shortcodes?