Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Is it Possible to Change the content of the Need Help Tooltip if yes kindly guide me the steps as i am not having much knowledge of how ti write this code.
Offline
Hi,
you have to go on settings and create a widget template, then you will be able to edit the text and color of the Tooltip.
Have a nice day!
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
Kindly please share the steps for the same as i am unable to do the same.
Offline
WoW, I can do for you but you have to famigliarize with Live Helper Chat settings if you want understand and use LHC.
Settings >> live help configuration > widget themes > New
After created the widget you should set as default
Settings >> live help configuration > default theme
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 good to see this information in your post.
Offline
Hello Thanks for the help now i have another query is it possible to install live helper chat on another domain and server and call it on an different domain and server ?
Offline
Like we have installed live helper on abc.org through softculous annd we need to call it in abc.in so is it possible if yes kindly suggest the steps
Offline
Hi dmz_vul01,
how are you? Thanks for your question.
If your Live helper chat is installed on the domain A and you want have a Live chat widget in the domain B you have just normally to generate Embed code leaving also the domain field empty, than past your Embed code in the domain B website.
All should work fine.
If you have issue please update me here by describing the issue you are encountering: I will be happy to assist you.
Wish you a great time!
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
Your Embed code works well if you try to paste on here http://htmledit.squarefree.com/
so maybe there are a conflict with your website template.
Put the Live helper chat embed code in the footer is correct.
Maybe you have to find the right position try to move the code from before </footer> to the top as first code row.
If that not work maybe try in header if you have that file.
If issue persist we have to find other way to fix the issue.
You can have just one Embed code in the website.
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
Install a not SSL chat in a SSL site can create issue.
You may want try to install a certificate where your live chat is or move / do a clean install of the chat where you have SSL than this may solve your issue.
dmz_vul01
Let me know, thanks
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
Installed SSL on the site where live helper is installed kindly please now help me to force use ssl
Offline
Ok I will assist you in 10 minutes. Thanks.
You have to put this code inside your .htaccess maybe on your root .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} folder
RewriteRule ^(.*)$ [url]https://www.example.com/folder/$1[/url] [R,L]
folder should be replaced by your livechat folder name, and url should be correct as your url is with your domain whiteout www. as you are not using it.
Than you can generate the Embed code and past in your website.
Seems you have istalled LHC in root not in a folder so code should be:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
in your case.
Last edited by PeopleInside (2016-11-13 13:27:52)
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
Your issue is now resolved. Chat is working fine.
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