MAIKEL GALVAO COSTA
asked 5 years ago

Hello, I bought the plugin today and I loved the simplicity but I have some doubts.
1 – What is the difference between the orange and blue boxes?
2 – I did the translation of the plugin, but some words did not appear in the .po file – Attachments – Accepted file types: txt, jpg, pdf – Add another file – Comment How can I translate them?
3 – What does the open window mean? Are recent posts?
4 – How can I change the font types of the question form?

maikelgalvao
replied 5 years ago

2 – I try this, butt i dont found this words in the .po file e template file.
3 – Open, in the filter menu
4 – i liked the font types in this page: http://anonimatta.com.br/lista-de-perguntas/

but, in this question forms, dont look nice: http://anonimatta.com.br/faca-uma-pergunta/

Do you´ve a anonimous way to received the password?

3 Answers
DominicStaff
answered 5 years ago

1, – The orange color is the questions have new answer or comment and new question (no answer).
– The Blue color is the questions have answered.

2. Please use the Loco translate plugin then go to the edit template to Sync the template. 
Some the new string does not update in the old template. We will provide a new template in the next version.  If you still face their issue, you can send me the username & password of your site for further checking.
3. You can let me know detail about this question.
4. At the moment, the plugin will get the font type of the theme that you are using. If you want to change, you can send me your site URL for further checking, and let me know the font type that you want to have.

maikelgalvao
replied 5 years ago

2 – I try this, butt i dont found this words in the .po file e template file.
3 – Open, in the filter menu
4 – i liked the font types in this page: http://anonimatta.com.br/lista-de-perguntas/

but, in this question forms, dont look nice: http://anonimatta.com.br/faca-uma-pergunta/

Do you´ve a anonimous way to received the password?

maikelgalvao
replied 5 years ago

i wanna change de icons, is possible?

maikelgalvao
replied 5 years ago

I’ve been able to solve all these issues. Now I only have 3 problems that I need help with.

1 – I could not translate the words I sent before.
(Attachments – Accepted file types: txt, jpg, pdf – Add another file)

2 – I can not see the option to vote on a question.

3 – Do you have a custom CSS to customize the image upload button?

Dominic Staff
replied 5 years ago

1- You can go to the inc folder then open the Upload.php file then replace the all code with the following code: http://snippi.com/s/peum4k3
Then go to the Loco translate plugin to update the template language file.
We will update this issue in the next version of the plugin.

2- Please send me an account for further checking.

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

.dwqa-attachments-button-upload {
position: relative;
text-indent: -9999px;
width: 100%;
overflow: hidden;
padding-left: 30px;
height: 40px;
}

.dwqa-attachments-button-upload:before {
position: absolute;
content: “Choose file”;
left: 0px;
top: 0;
line-height: 40px;
height: 40px;
text-indent: 0;
color: #fff;
padding: 0 10px;
text-transform: uppercase;
font-weight: bold;
z-index: 2;
background: #000;
}

maikelgalvao
replied 5 years ago

Did not work, the first block of code causes the button to disappear and the second block does not make any changes.

maikelgalvao
answered 5 years ago

DominicStaff
answered 5 years ago

Please use the following code, the previous code has some error about the quotation marks.

.dwqa-attachments-button-upload {
  position: relative;
  text-indent: -9999px;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 30px;
  height: 40px;
}

.dwqa-attachments-button-upload:before {
  position: absolute;
  content: "Choose file";
  left: 0px;
  top: 0;
  line-height: 40px;
  height: 40px;
  text-indent: 0;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 2;
  background: #000;
}
Powered by DW Question & Answer Pro