Fachry
asked 8 years ago

How can i fix the position of my avatar in my website

this the example of problem at my website : http://rumahkonstitusi.com/forum-konsultasi-2/

Anup k
replied 7 years ago

I am facing the same problem. please help http://unboundprep.com/question/

3 Answers
DominicStaff
answered 8 years ago

You can add the following code to the style.css file:

`
.dwqa-questions-list .dwqa-question-item .avatar {
    top: 58% !important;
    margin-top: 0px !important;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta span a {
    position: static !important;
}
`

If you still face their issue, you can send me username & password for your site, I will help you resolve it.
Hope this helps!

Anup k
replied 7 years ago

I have tried this to reposition the gravatar. Yet it is not fixed http://unboundprep.com/question/

Dominic Staff
replied 7 years ago

Please check your questions, I have answered the questions.

Fachry
answered 8 years ago

Really big thank you for your solution its really helpful .. but when i enter some topic page that’s problem show up again… this the example http://rumahkonstitusi.com/pertanyaan/general-question/

and in a file where I could make the change of color and also the title of the few links as examples of "ask a question" was changed to "ajukan pertanyaan" or "resolved" change to "terselesaikan" ?

dominic Staff
replied 8 years ago

About the avatar in a single question, you can add the following code to resolve it:

.single-dwqa-question .dwqa-question-item .dwqa-question-meta span a {
    position: static !important;
}

If you want to change the color, you can open the style.css file in the wp-content > plugins > dw-question-answer > templates > assets > css folder.
About the translate to another language, you can use the .po file in the language folder.

Fachry
answered 8 years ago

And sorry i forgot, can i ask a list of tag from dwqa for page or post as example [dwqa-submit-question-form], [dwqa-list-questions], and etc…so i can mix some tag into one page maybe…Thanksss

dominic Staff
replied 8 years ago

At the moment, our plugin does not support this option.

Powered by DW Question & Answer Pro