When I click on a Question and would like to enter an answer the design is of the answer form is mixed up (see picture below).
1/ “Visual and Text” Buttons on top of the content editor window are not side by side and the “Email” and “Name” fields are really small
2/ The captcha window is right under the content but would be better before the “Send” button”.
Please check out the form of the single question form. This is what I would like to have as well for the answer form.
1, You can add the following code to the style.css file:
.single-dwqa-question .dwqa-answer-form form {text-align: left;}
.single-dwqa-question .dwqa-answer-form form .wp-editor-tabs br {
display: none;
}
.single-dwqa-question .wp-editor-container p {margin: 0; }
.dwqa-question-anonymous-email, .dwqa-question-anonymous-name {
width: 350px;
height: 34px;
padding-left: 10px;
}
2/ About the google captcha, you can create dwqa-templates/styles/default folder in your theme folder then create the answer-submit-form.php file and paste the following code into the file:
Code: http://snippi.com/s/y8fo5t3
@Dominic, can you also answer my question? I can’t seem to submit it or it’s not published. I like to get the URL of the ANSWERS. Is this possible?
Yes, I’m checking your question now.
There is no answer here.
Please check it now, I have published the answer. The previous answer is private and I have edited it.
Thanks
Thanks Dominic, helped a lot. Just at the top of the editor “Visual” and “Text” are not “correct” formated!? They are among themselves and not side by side. Do you have any further idea?
Yes, you can use the following code:
.single-dwqa-question .dwqa-answer-form form br {display: none;}
Please login or Register to submit your answer