davidlillo
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] WhatsApp icon problemHello, you must correct some tags of your css. Paste this code into the custom CSS of your theme:
svg > path { stroke: none; } svg { width: fit-content; position: initial; top: 92px; right: 46px; z-index: 999; } .whatsappme__copy a, .whatsappme__copy a:active, .whatsappme__copy a:hover { color: inherit!important; text-decoration: none; }
Tell me how it worked??
Best RegardsForum: Plugins
In reply to: [Joinchat] HTML page instead of whatsapp messageCan you tell me what browser you are using?
In my browser “Chrome / Mac” there is no error, it works “wame.chat” and also “eritek.nl” because in my browser it makes the call to the API and not to the WEB
https://api.whatsapp.com/send?phone=34659851815&text=Hola%20%E1%90%88%20El%20plugin%20que%20conecta%20WordPress%20con%20WhatsApp%2C%20estaba%20viendo%20Whatsapp%20me%20landing.%20Me%20pod%C3%A9is%20asesorar...%23
Bye.
Forum: Plugins
In reply to: [Joinchat] HTML page instead of whatsapp messageHola!
Please, update the plugin to the latest version.
Forum: Plugins
In reply to: [Joinchat] Hi, I would like to adapt the button a little bit??
The green button is not an image, it is built using code.Our recommendation is that it never be modified. The reason is that users recognize it instantly, they have seen it on other websites and they know what it is for, it generates trust. If you modify it, you lose these important values.
A greeting.
Forum: Plugins
In reply to: [Joinchat] Hi, I would like to adapt the button a little bitForum: Plugins
In reply to: [Joinchat] Código HTMLPrimeiramente, muito obrigado.??
Por enquanto só temos vers?o do plugin WordPress, mas no futuro faremos outras vers?es. Em nosso site, wame.chat, você pode se inscrever em nosso e-mail para se manter atualizado com notícias e lan?amentos.Desculpe pela tradu??o ??
Again, thank you very much and greetings.
Forum: Plugins
In reply to: [Joinchat] Imagen de fondoHola @pcaste!
Muchas gracias por el aviso, efectivamente hemos optimizado la imagen a 40.016 bytes, será una mejora en la próxima actualización.Un saludo.
Forum: Plugins
In reply to: [Joinchat] ICON NOT APPEARHi!
What happens is that you are applying CSS only to sizes greater than 769px. That’s why on a mobile it is not applying it.
@media only screen and (min-width: 769px)
.whatsappme {
z-index: 99999;
}Do not use “@media only screen”
Forum: Plugins
In reply to: [Joinchat] ICON NOT APPEAR?? Ciao Maximiliano.
Prova con questa regola CSS nel tuo CSS personalizzato Theme:
.whatsappme { z-index:999999999; }
??https://pasteboard.co/IaA5PAR.png
Forum: Reviews
In reply to: [Joinchat] Excelente?? Muchas gracias!!
Forum: Plugins
In reply to: [Joinchat] Se muestra Debajo de otro mensajeSi nos dejas enlace podemos echarle un ojo.
Forum: Reviews
In reply to: [Joinchat] Plugin works great as does the supportyou are welcome!! ????????????
Forum: Plugins
In reply to: [Joinchat] Tama?o del IconoUtiliza estas etiquetas en el “custom css”, jugando con ellas puedes ajustar el tama?o, en este caso ha pasado de 60 a 50 px:
.whatsappme__button {
height: 50px;
width: 50px;
min-width: 50px;
}.whatsappme__button svg {
width: 24px;
height: 50px;
margin: 0 13px;
}Forum: Plugins
In reply to: [Joinchat] No chatAsegúrate de que el campo “llamada a la acción” está vacío, si es necesario, escribe algo y luego bórralo. Si este campo no contiene mensaje la caja de chat no se activa. Un saludo.
Forum: Plugins
In reply to: [Joinchat] Insertar enlace en el CTA@2players ya nos cuentas que tal. Un saludo.