Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi Remigijus,
Sorry for all the questions!
Just wondering if it's possible for me to customise the live chat widget button (before the chat widget pops out) that the user sees?
I would like, if possible to change the dimensions, colours and positioning a little but I'm not sure A: if or B: which files I would need to edit?
Many thanks in advance.
Sam
Offline
Hi,
Two options.
1. Just override how it looks using css, with important flag.
2. Override template, http://livehelperchat.com/article/view/59 widget look template itself is in
lhchat/getstatus/container.tpl.php so just override this template if you want to edit directly.
2014/1/14 Sam <webm...***.co.uk>
Offline
Hi Remigijus,
Many thanks for your assistance.
Do you know how I could add a line-break between the status icon and the wording "Live help is online" / "Live Help is offline" ? I've been playing about in 'getstatus.tpl.php' but not had much luck.It seems that the icon is embedded within the <a> tags, so I'm not sure how I can achieve this effect.
Here is what I have currently. I would like the icon to be centered and the wording to sit underneath the icon!
Many thanks in advance,
Sam
Offline
Hi,You can override this template or just style using CSS with !important flag. It's background image this template.
https://github.com/remdex/livehelperchat/blob/master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus.tpl.php
this widget in general you can override in your site CSS using !important flag in most cases.
2014/1/15 Sam <webm...***.co.uk>
Offline
Thanks Remigijus for your help! I managed to achieve this by modifying the padding_text tags.
I hope you don't mind me asking more questions!
First of all, under "Email templates", does the "Chat was closed" template send an email to the user/customer, alerting them that the chat was closed by an operator? We would quite like the system to issue an automatic email to the customer after the operator has closed the chat, saying "Thanks for using live chat. If you have any further questions please do not hesitate to contact us"
But I wanted to check that this is the correct way of achieving this.
Many thanks in advance! :-)
On Tuesday, 14 January 2014 15:40:44 UTC, Sam wrote:
Offline
In general no.
It's operator admin informing about closed chats by operators. For this there is checkbox in department edit "Inform then chat is closed by operator, only mail notification is send."
2014/1/16 Sam <webm...***.co.uk>
Offline
Ah, ok, thanks for letting me know.
Is it possible for the system to do what I suggested? (send an automated email to the customer)
Thanks in advance,
Regards,
Sam
Offline
Hi,
At the moment only operator can send emails to customer from chat window. If what you can prefill github feature request with exact workflow
2014/1/20 Sam <webm...***.co.uk>
Offline
Pages: 1