I disabled votes for questions and answers. Once I did this, clicking the cog for an answer to load up the controls to edit etc stopped working. On page load I could see there was a json error. Line 261 of question.js

render: function(){
   var attr = this.$el.find('[ap-vote]').attr('ap-vote');
   this.model.set('vote', $.parseJSON(attr), {silent: true});
   return this;
  }


Since I have voting disabled, attr was returning null annd was causing the json parse to throw an exception which in turn means that if you disable question votes, you are unable to edit answers.

#1. Demo for theme is not allowing me to register and cant login to explore how theme works after login. Can you please allow to register or tell/provide the demo username and password for the theme to test the functionality and features ?
#2. After installing theme, will it allow users to login/register with wordpress default login or this theme comes with its own login and registration page ?

I have added a custom field to the form using the add_filter( ‘ap_question_form_fields’, ‘my_custom_question_field’ ); filter. This works but I need to be able to add a field as an ajax auto complete.  I need users to be able to tag a record from a large DB. Too large for a select field, it needs to be ajax auto complete. I can write the code to do it but I don’t know how to make that code work with the add/edit pages.

I need to get this working, and there are things I can’t do, how do I get paid support?
If anyone reads this and feels that you are qualified, I will pay you also.

Are you still planning to update and support this for WordPress? I see the last update was 9mo ago.  I like this so much better then DW Q&A, and I want to use it.

Thanks

Hi for some reason after I search for an item, the search results are presented with indentation.
can you please help me solve it?

Remove “Register or Login” option from anspress question page

Hi Rahul,
When a non-member posts a question, and is allowed to register at the same time, they are redirected to a page with no content. It only has a blank page called ‘No permission’ and does not lead the user back to the questions page.
How can I change this?
regards,

Hi.

I would like to display only one question in a specific page with the [question].
where can I find the id of the page to write [question id=”id_of_the_page]

Thx

Hello AnsPress Owner(s)/Maintainers,
As mentioned in 2 separate questions that I posted on the Support Forum, I have 2 enhancements to AnsPress given below that I would like to contribute via GitHub pull request:

  1. Added a new filter to customize the Ask Button text on the base page. Default Text is ‘Ask question’.
  2. Added new validate method ‘is_checked’ for the Checkbox field. This method will help in situations when the checkbox field is required to be checked before the form (Ask Question Page) can be submitted.

I have tested my changes locally and it is working perfectly as expected. Could you point me in the right direction to submit these changes. Do I create a fork on AnsPress project in GitHub, make the changes on the fork, commit the changes and then create a pull request? Also, can I submit both changes in a single pull request? Please specify the steps and I will submit the enhancements on hearing from you. Thanks!