bug on mobile (responsive)?

I had a similar problem. It is a CSS problem.   Try something like this @media only screen and (max-width: 767px) #anspress .ap-questions .ap-questions-item.hentry .ap-list-counts { display: inline-block; } This show show the counts on the right. You can also show the avatar but honestly when the screen is really small it better to only show useful information – the avatar isnt that important.

Header Problem

Hello,I found a solution for your problem but you have that add lines of code to the stylesheet, I don’t know if will work for you, i hope so. adds to the “#top-header”: height: 53px; adds to the “#et-secondary-nav” or “.et-trending”: position: absolute; left: 0px; adds to the “#et-info”: position:absolute; right:0px; adds to the “.container” height:90px; adds to the “.logo”: position:absolute; left:0px; if you don”t know how this is done, this is an example: #top-header{ height:53px; } #et-secondary-nav{ position: absolute; left: 0px; } #et-info{ position:absolute; right:0px; } perhaps you have problems when you resize the window of browser the property position:absolute; in your “.logo” but you can modify this with : @media screen and (max-width:769px) and (min-width:50px){ .logo{ top:-10px; } }

jquery.js:2 Uncaught Error: Syntax error, unrecognized expression: []

Is anything not working due to this error? if nothing is broken, then ignore this error. This error happens when trying to parse Ajax response as JSON.

Not working drop down menu

Look like conflict with AnsPress dropdown. Working on new dropdown menu concept, fix will be available in next release.

Feature Question

Its free and yes AnsPress allow manual moderation.

Pre-Populate the ask a question page from another site

Yes its possible. You just ahve to filter Ask form fields. check here: https://github.com/anspress/anspress/blob/master/includes/ask-form.php#L135

Display Issue

Hello Vickie, We have not tested AnsPress in IE less then 11 as all are outdated.