Any idea where the comment submit button has disapeard?
2 Answers
Hi Andreas,
To resolve your issue, please open up the dwqa-single-question.js file in plugins/dw-question-answer/inc/templates/default/assets/js folder.
Go to line 287, change the code below:
current_form.find('.dwqa-form-submit').show();
to:
current_form.find('.dwqa-form-submit').css("cssText", "display:block !important;");
Then go to line 785, and change the code below:
current_form.find('.dwqa-form-submit').hide();
to:
current_form.find('.dwqa-form-submit').css("cssText", "display:none;");
Hope that helps!
Thanks! That helped!
it’s not work for me. can u help me to solve it? i use dw argo
Hi Afit !
The solution of the Kido D is display the comment button in the DW Q&A plugin.
Hi Afit Husni,
Since the DW Q&A plugin works fine on DW Argo demo site, please send us your site URL for checking.
Kind regards.
Please login or Register to submit your answer