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.
I think, reputation is disabled in AnsPress option. AnsPress options -> users -> Disable reputation
You have not provided any information about issue :p. when and what ? Just error message, ap_responce is used in every ajax request sent by AnsPress.
Its default WordPress behavior, I will think if it will be better to update parent category count based on child. will let you know.
Yes it look like a bug when using gravatar, will be fixed.
Issue has been solved, please get latest commit.
Set ask page from option was not working options -> general -> Question Help page This was a bug and I just pushed a commit to master branch. Download latest master branch.
Issue has been solved, download the latest master branch from Github.
Kristel, This has been removed in 2.3, because we have added lots of sorting options. Showing them as tab will take enough space.
Probably there is a js error, sorting load data using ajax. Please check in console, if there is any JS error and let us know.