Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi,
I'm using Ngix as reverse proxy and try to configure LHC no mydomain site using proxy_pass (www.mydomain.com/livechat/... )
My nginx.conf
server {
listen 80;
server_name www.mydomain.com
rewrite_log on;
location / {
proxy_set_header Host $host;
proxy_pass http://my_internal_httpserver:8080;
}
location /livechat {
proxy_pass http://my_internal_lhcserver;
}
The widget code was generated for the domain www.mydomain.com and the proxy_pass works, however the forms, images, icons etc are not appearing normally in the page, as in the example below:
Any helps?
Offline
Hi,
please consider the commercial support (more info in my signature)
I cannot help you with this request.
I informed the chat owner about your request but maybe is something that should be helped from the commercial support.
Thank you
This is your server issue not LHC.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Hi, I made it work! Thank you. Everything is working perfectly now and is already in production! The LHC is very good!
There is a way to disable "chat preview" and "save chat" icons from visitor when chat is closed and the questionnaire appears? (I tried to open a new topic for this question but no, but I can not)
Offline
There is no option for disable this,
you have to understand what CSS use with browser develop tools and than put the CSS in the widget theme options inside LHC:
Why you want disable this?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
It's not me, it's my business department that asked if there is any way to disable it (I do not know exactly the reason, I'm just IT support.
Offline
Well,
you can disable it with CSS.
In LHC settings you can create custom widget theme where you can put custom CSS
Thank you for your message
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1