Hi,
I have a strange issue for the link for tags archive page.
I click on a tag then it goes to this link (http://localhost/xxxx/dwqa-questions/question-tag/participant-problem/). participant-problem is the tag. The content on tag page, it displays correctly. But a few second the link changes to http://localhost/xxxx/dwqa-questions/ while the content doesn’t change. I expect the link should be still http://localhost/xxxx/dwqa-questions/question-tag/participant-problem/
It seems it changes automatic somehow. Any idea for the solution?
Many thanks,
Apple
We need to check your site to fix this issue, please send me username & password of your site (via private answer) for further checking.
Regards,
Hi,
Apologies for the delay in replying to you.
To resolve the issue with the Tags link, you can send me your FTP, we will check and help you resolve it.
Also, If you want to use the textarea element instead of rich text editor for the answer, you can open file dw-question-answer/inc/template-functions, find line 185 – 195
See the screenshot: http://prntscr.com/5pvfcz
Replace with the following code:
<textarea class=”wp-editor-area” rows=”10″ autocomplete=”off” cols=”40″ name=”answer-content” id=”dwqa-answer-question-editor”></textarea>
Hope this helps !
The textarea is working perfectly. THANK YOU SO MUCH.
Hello,I just found after I change ‘rich text editor’ to ‘textarea’ for the answer. The edit feature for the question stops working. I see the error =>dwqa-single-question.js:881 Uncaught ReferenceError: getUserSetting is not definedDo you have any solutions for this issue? Do you have any suggestions?Many thanks,Apple
Please login or Register to submit your answer
replied 10 years ago
Also I try to change the single-tag slug from the DWQA setting. The problem is still the same.