HI Guys, I keep getting the message “please recheck your captcha and try again” when submitting an answer on the site http://quadquestions.com/question/auto-level-is-not-level/

 

Can you help me troubleshoot?  Ive triple checked our captcha keys and they are correct.  If I disable the captcha then I can answer, but the Q&A is prone to a bunch of spam..

 

Thanks

Hello, I have a problem with the Question Stats Widget. If I have no (0) answer, it show 1 answer.

It seem related to translation file (mine is in french).
So, inside question_stats.php, here are my tests :

_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 0, ‘ap’ ) // return ‘%2$s1%3$s réponse’
_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 1, ‘ap’ ) // return ‘%2$s1%3$s réponse’
_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 2, ‘ap’ ) // return ‘%2$s%1$d%3$s réponses’

In french, the function _n() return singular form even when $ans_count is 0 (supposed to return plurial form)…

Do you have any idea why ?

Thank you! 🙂

How can I change Bootstrap grid ? for example from col-md-8 to col-md-10 for main block, and from col-md-4 to col-md-2 for sidebar ?

When IN Question (as a user) edit mode, if i press the Edit Post in top breadcrumb i get:

 

You don’t have permission to access this page.

 

This is confusing at least.

When i edit a Question, i get:

1 similar questions found
We’ve found similar questions that have already been asked, click to read them.

I don’t think this is normal. I’m using the latest of everything (beta4).

I have created a page for anspress. named Question, it appears in Navigation Menu. Nice

after that when I’m creating a new question, long title of question replace a current page name in navigation menu (instead of Questions page) and breaks navigation looks…How to prevent it?