I have been testing Anspress for over two months now with lots of ups and downs. When I though I was close to launching my Anspress based site I just realized that thing dont work. For example, I installed the latest stable version of Anspress v 2.3.8 but needed the option to change the slugs for categories and rename the categories page so I installed the categories extension v 1.4. Guess what, they dont work well together. The categories page doesn’t show the title from options (it shows Categories instead) and the category slug shows a 404. I need some help here!
I can see the option to search by pressing Tab Key
However, When I use Tab key to search (and press enter after search term), it queries “?email=”, therefore search is not triggered. (While it should have used “?ap_s=”)
I read somewhere, that it can be personalized from chrome itself, but that would not solve it globally. Is there any way to make it work?
Edit 1 – Strange, soon after I posted this question, I retried, and now chrome started search using “?ap_s=”. And now it appears to be working. Don’t know why this happened?
First off; Thank you for the amazing plugin @rahularyan. I’m currently integrating Anspress into a BuddyPress community and been diving into creating custom queries showing Q&A’s in a specific category/tag. I got a basic loop working using the code below, but the AJAX filtering does not work. It seems some query parameters are being added to page URL and I’m not sure what the logic is here. Is there any way to make this work?
<?php global $questions; $group_slug = bp_get_group_slug(); $questions = new Question_Query( array( 'post_type' => 'question', 'tax_query' => array( array( 'taxonomy' => 'question_tag', 'field' => 'slug', 'terms' => 'support' ) ) ) ); echo '<div id="anspress">'; ap_get_template_part( 'buddypress/user-questions' ); echo '</div>'; wp_reset_postdata(); ?>
Thanks again for the amazing plugin, it’s a joy to play around with!
Pagination does not work in beta, since the second page is a blank page.
http://orion-company.ru/questions/page/2/
Hi Rahul,
It’s good plugin.I just need to know that how can we add more field in the Question Ask form.
i need to add separate image field here.
Also is there any option so that user can select multiple category from front end while asking question.
Thanks & Regards
When will you be releasing new anspress 2.4 update?
I want to receive notifications when someone posts a question on the Q&A section. Can you tell me how to do this?
I’m testing the question widget, with versions 2.3.8 and Beta, and both versions I can not get the questions to be sorted. The questions are sorted by active always.
I’ve been having issues integrating anspress with my theme. I managed to find where to change the overall width, and fixed a clearfix issue for posts, but I’m still having an issue with avatars either stacking or layering on top of each other. Any suggestions on what to edit or add to get them where they are suppose to be?
Example: http://qpsychics.com/center/membership/anspress/question/testing-123/
Thanks!
Can I reduce the number of styling options users see in the WYSIWYG? (ie. only letting them use ‘bold’, ‘italic’, ‘underline’, ‘bulleted/numbered lists’ and ‘hyperlinks’)