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

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Hi,

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.

When you add the new agent please match the starting online and end online with the Current server time is
https://www.dropbox.com/s%2Fax3i7jnokhauaer%2Fmvgv3.jpg?raw=1

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?

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_oQQs
4 years 8 months ago #2 by TemplatePlazza

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

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 tab
.wa_agent_btn {
background-color:red!important}
https://www.dropbox.com/s%2Fr88aa42ve7lplzd%2Fl3d3g.jpg?raw=1
4 years 8 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

  • Posted by Nils Hüttemeister (12) Offline
Looks good. And the mouse over colour?
4 years 8 months ago #5 by Nils Hüttemeister

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5261) Offline
Ok try this :
.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
4 years 8 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum