Hi Rahul, amazing plugin 😉

I have a question about the limit of characters in the answers… Is it possible to limit the number of words in the answers?

I would like the answers have maximum 140 words, any idea?

Thanks for your time! Rgds!

Is there a way to add css style, and expecially, to change the color of the usernames in the Users page, or throughout the entire site?

I found a link that can be useful: https://wordpress.org/support/topic/admin-username-highlighted-in-a-different-colour

I would like to have a solution that implies modifying functions.php, but if someone knows how to do that modifying the theme files used in anspress and can post what files to modify i would be very glad. I think this question can help lots of users who want to add more color and more usefulness to this fantastic plugin.

How can I change the position of pop-up notification for example “Comment is posted”. I need to re-position it because it is showing under my dynamic header.

Hi i managed to change cover photo, but it is impossible to change the width and height by change cover width/ cover height.

It seems not functioning at all somehow…

When i customize things on the PC the changes do not appear on mobile. For example, i added a logo, a number of questions but none of those actions show on my mobile site. Am I missing something? Thank you.

All user profile links show 404 error links. Not sure where the mistake is located. The slugs are different for “user” and “users”. Inserted “Anspress title” for user and “Community.” Do I have to create a community page? Not sure what i am doing wrong. Please help. Thank you .

I have created question answer forum using anspress. Along with that i want to write blogs and display multiple static pages. Pls help me. I am new to this.

Hi Rahul,

I used the php code you gave here, http://anspress.io/questions/question/displaying-recent-questions/

added to my theme index.jsp page, but it throws error

Fatal error: Call to a member function have_posts() on a non-object in D:\xampp\htdocs\test\wp-content\plugins\anspress-question-answer\includes\question-loop.php on line 182

i am using latest version of wordpress, theme is from https://roots.io/sage/

 

could you please let me know what might be wrong? thanks

 

—– edit —

 

<?php
ap_get_questions(array('showposts' => 5));
?>
 
<?php if ( ap_have_questions() ) : ?>
  <div class="ap-questions">
    <?php         
      /* Start the Loop */
      while ( ap_questions() ) : ap_the_question();
        ap_get_template_part('content-list');
      endwhile;
    ?>
  </div>
<?php ap_questions_the_pagination(); ?>
<?php
  else : 
    ap_get_template_part('content-none');
  endif; 
?>

Hi,

I have a theme conflict using the theme Engine by Industrial Themes. It seems to affect the responsiveness. I have confirmed it is AnsPress causing issues. How could I fix this?

The way you can tell, if you visit https://n4bb.com/blackberry-venice-gets-pictured-wild/ you will see the background image has spacing on the left-side. This strange spacing is also visible when viewing from mobile.

For some reason the AnsPress plugin is negatively affecting my theme’s CSS. Please help.

Thanks!

I’d like to translate the words “answer” and “answers” for label with counter of answers inside question page (screen attached). However I found that string #: includes/bp.php:240 includes/post_types.php:141 translates it, but only in singular form, for plural as you can see from the picture it is still an english word. Code suggests that actually it should be translated from answers.php as the counter and text are formed there, but translation of answers.php:18 did not channge anything. Hope for your help!