Andreas Knaup
asked 10 years ago

Any idea where the comment submit button has disapeard?
 

2 Answers
Kido D
answered 10 years ago

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!

Andreas Knaup
replied 10 years ago

Thanks! That helped!

Afit Husni
replied 10 years ago

it’s not work for me. can u help me to solve it? i use dw argo

Dominic Staff
replied 10 years ago

Hi Afit !
The solution of the Kido D is display the comment button in the DW Q&A plugin.

Kido D
answered 10 years ago

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.

Powered by DW Question & Answer Pro