Sir, please try the demo site: http://answerbox.anspress.io, check if you can see icon in demo site. Send us link to your site so that we can check the issue.
Ivan, AnswerBox is an starter theme, this mean you can use it as a base when creating your AnsPress+BuddyPress theme, hence no option page for AnswerBox. Its such simple to setup, so hard to explain. 🙂 Everything is ready to use in this theme, just drop widgets and it will look like the screenshot. Thought, if you need more assistance with setup, drop an email to [email protected] with team viewer ID and Pass. Team viewer support is available between 9AM – 3PM (GMT 5.30)
Hello Ivan, Currently AnsPress don’t support empty description, but this task is already listed in to-do list. We will implement it soon.
Kumar, no plugin or script should exceed our php Entry Processes. And our limit is 20. cpu and memory also is huge. This can only mean one thing, some bug, or generally bad programming. The sooner you solve this the better for you. Ignoring it, will not help, already i read somebody else reporting it (partly) in WordPress forums. thanks
Hello Sir, Okey, remove it if you wish. If you can, share your memory graph or profiling generated by this PHP addon : xhprof, then I will able to tell you the exact issue. Check back soon.
1. I think you have toggle an option in permission tab, which only allow admin to answer. 2. Login is not controlled by AnsPress, so its usual. 3. Is there anything wrong ? also login redirect is not controlled by AnsPress. 4. check #1 ——————————— What do you mean “hire someone to import dataâ€? We have developers working on the site, but is there a specific program they need to be using to import the data? — There is no automated script or software for that, you developer need to figued it out. But it is very easy, just import old Q&A as a wordpress posts. When is the next release/ when will I be able to have reputation removed? — You can remove it now, check latest release in github. In users tab you can toggle an option to disable it. #6 Kindly post the error log, I cannot figure it out using screenshot.
I am checking your issue, will release a patch. for modifying level options, simply use this filter: //filter for modifying levels add_filter( 'ab_user_levels', 'my_custom_levels ); function my_custom_levels($levels){ var_dump($levels); return $levels; }