Fabian
asked 4 years ago

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”.

View post on imgur.com


Please check out the form of the single question form. This is what I would like to have as well for the answer form.

Frage- und Antwort-Forum – Frage stellen

3 Answers
DominicStaff
answered 4 years ago

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

TBboy
replied 4 years ago

@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?

Dominic Staff
replied 4 years ago

Yes, I’m checking your question now.

Trav
answered 4 years ago

There is no answer here.

Dominic Staff
replied 4 years ago

Please check it now, I have published the answer. The previous answer is private and I have edited it.

Trav
replied 4 years ago

Thanks

Fabian
answered 4 years ago

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?

Dominic Staff
replied 4 years ago

Yes, you can use the following code:
.single-dwqa-question .dwqa-answer-form form br {display: none;}

Powered by DW Question & Answer Pro