nikelas
asked 6 years ago

Hello,
 
could you please tell me how to remove the suggestions someone gets when a new questions title is entered? I do not want that the users gets suggestions for already asked questions.
 
This question was already asked but I could not find the path wp-content -> plugins -> dw-question-answer -> templates -> assets -> js -> dwqa-submit-question.js in the current version of dw-question-answer.
Thanks very much!
 
Niclas

5 Answers
DominicStaff
answered 6 years ago

You can add the following code to the style.css file:

form.dwqa-content-edit-form .dwqa-search .dwqa-autocomplete {
  display: none !important;
}
nikelas
answered 6 years ago

Hey,
 
it does not work. Do you have any other suggestions?

Dominic Staff
replied 6 years ago

Please send me username & password of your site, I will check and help you resolve it now.

nikelas
answered 6 years ago

How can I send you a private message?

Dominic Staff
replied 6 years ago

See the screenshot: http://prntscr.com/h9tirh

nikelas
answered 6 years ago

It works. Thank you very much!

Dominic Staff
replied 6 years ago

Please let me know, if you have any issue or question, we will check and help you resolve it.

nikelas
answered 6 years ago

Hey Dominic,
 
another issue. Some of my questions are deleted even though it was not me who did it. Could you please check it once again? It should be the oldest 3-5 questions which were deleted.
 
Thanks
 
Niklas

Dominic Staff
replied 6 years ago

Can you check the Dashboard > Questions > Trash tabs?
See the screenshot: http://prntscr.com/hb1usl
If the question deleted from the dashboard, you can restore the questions from here. However, if the question deleted from the front-end, you can not find or restore it.

Powered by DW Question & Answer Pro