I have a HTML cache installed on the website. If a non logged in user visits a question and it is not in the cache, the controls for “register or login” are at the bottom of the question page and this gets added to cache. If a logged in user visits the page, they see the same controls to register even though they are logged in. Is there a better way to load these dynamic controls so that a caching plugin will still function correctly?

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