Asking for email is equal to registration 😀 There is an option to allow anonymous question, but they can only enter Name.
I have removed that option for now. Will be implemented soon.
Yep, that makes sense. I was thinking to change it to something else. Will think about it.
Yes its done for a purpose, as there are lots of badges in list page and this make it look dull. So I decided to remove the background for the simplicity.
Please search before asking, this has been answered many times. Simply create a page and then go to AnsPress options -> General and there you can set page for how to ask and answer. Cheers.
Are you using Github updater ? It happen sometime when you are using that plugin because it check for github repository. Quick fix is, just delete AnsPress and all Extensions and re-install. BTW: its not a bug.
Edit ap.pot in poedit and save it as your default language. i.e. if your active language en_US, then new file name will be ap-en_US.pot
Yes it is a part of AnswerBox. Now how does it appear in your site ? also remember to get latest AnswerBox from your account. We are working on update notification for our theme, so you dont have to visit your account to update AnswerBox.
I confirm this is not bug and nither conflict with FontAwesome. Issue is due to cloudflare, I don’t know why its happening BUT its confirmed due to cloudflare. I tried loading apiocn from other site and it works well. You can ask for support to cloudflare (but they are slow). Or you can follow this steps: Download AnsPress font icon from here: Font Icon Unzip and upload to any other server which allow direct access to file (not same domain, else cloudflare will minimize it). Now copy “wp-content\plugins\anspress-question-answer\theme\default\functions.php” to “wp-content/themes/YOUR_ACTIVE_THEME/anspress/functions.php“. Create folder if does not exists. Now copied file in text editor and edit line 47, wp_enqueue_style( 'ap-fonts', ap_get_theme_url('fonts/style.css'), array(), AP_VERSION); to wp_enqueue_style( 'ap-fonts', YOUR_LINK_TO_FONT, array(), AP_VERSION); Replace YOUR_LINK_TO_FONT to where you uploaded the font. Save, and done.