Seems like the max limit for suggestions is 6, but I would like it to be 3.
Thanks!
1 Answers
If you want to limit the number of auto-suggestions for the question title on the question submit page, you can open the wp-content -> plugins -> dw-question-answer -> templates -> default -> assets -> js -> dwqa-questions-list.js
file, then find the line 176.
if (t.val().length > 2) {
Hope this helps!
I did look at this already, but the ajax response delivers the list data and I don’t know where to find the ajax function that limits it to six suggestions. I want to limit it to three.
Please send me username & password of your site (via private answer) for further checking.
Please login or Register to submit your answer