WhatsApp Multi Agent wrong server time / how to translate to german?
- Posted by Nils Hüttemeister (12) Offline
Hello,
i purchase WhatsApp Multi Agent.
Now i have two problems.
1. The wrong server time is displayed, so the greetings and the agent time are not correct.
Root Server Time is correct, also joomla server time is set to correct time zone.
2. All "hardcoded" texts are in english. So "Enter your message", out of time form to email all is in english.
Where i can edit it to german language?
4 years 8 months ago #1
by Nils Hüttemeister
i purchase WhatsApp Multi Agent.
Now i have two problems.
1. The wrong server time is displayed, so the greetings and the agent time are not correct.
Root Server Time is correct, also joomla server time is set to correct time zone.
2. All "hardcoded" texts are in english. So "Enter your message", out of time form to email all is in english.
Where i can edit it to german language?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi,
https://www.dropbox.com/s%2Fax3i7jnokhauaer%2Fmvgv3.jpg?raw=1
4 years 8 months ago #2
by TemplatePlazza
When you add the new agent please match the starting online and end online with the Current server time is1. The wrong server time is displayed, so the greetings and the agent time are not correct.
Root Server Time is correct, also joomla server time is set to correct time zone.
https://www.dropbox.com/s%2Fax3i7jnokhauaer%2Fmvgv3.jpg?raw=1
All text are translatable. You can translate the file .../language/en-GB/en-GB.mod_whatsapp_agent.ini or you can also override the language from the backend. If you don't know how to override language you can follow this video youtube.com/watch?v=7beZ67_oQQs2. All "hardcoded" texts are in english. So "Enter your message", out of time form to email all is in english.
Where i can edit it to german language?
Please Log in or Create an account to join the conversation.
- Posted by Nils Hüttemeister (12) Offline
Thanks!
How to change button background colour and all other background colours to custom -> #EC8A4D?
4 years 8 months ago #3
by Nils Hüttemeister
How to change button background colour and all other background colours to custom -> #EC8A4D?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Try to add this code in the css adjustment tabhttps://www.dropbox.com/s%2Fr88aa42ve7lplzd%2Fl3d3g.jpg?raw=1
4 years 8 months ago #4
by TemplatePlazza
.wa_agent_btn {
background-color:red!important}
Please Log in or Create an account to join the conversation.
- Posted by Nils Hüttemeister (12) Offline
- Posted by TemplatePlazza (5261) Offline
Ok try this :
change the blue and red with your own colors
4 years 8 months ago #6
by TemplatePlazza
.wa_agent_btn {
background-color:blue!important}
@-webkit-keyframes glow {
from {
background-color: blue;
}
50% {
background-color: red;
-webkit-transform: scale(0.96);
}
to {
background-color: blue;
}
}
@keyframes glow {
from {
background-color: blue;
}
50% {
background-color: red;
transform: scale(0.96);
}
to {
background-color: blue;
}
}
change the blue and red with your own colors
Please Log in or Create an account to join the conversation.