Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi,
New on this forum. My webshop is https. I installed the chat and now the https is gone.
How can I install it proper??
I deleted the chat temporaly, because no https is against our law.
Simon
Offline
Hi,
Sorry, just found it.
Offline
Hi Modelbus,
thank you for posting a question in the Live Helper Chat Forum.
I AM happy to hear that you have resolved your issue.
If you need more help you can follow this topic for the same issue and open a new one for other issues.
Have 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
Marco B,
Hi,
I was happy, but still no https. Strange.
This is a snipped of the code: o.src = 'https://www.modelbus.nl/
Simon
Offline
Hi Modelbus (Simon),
you can reach me in live chat and I will try to assist you.
In my signature you will find the link for chat with me.
Is your live chat installed in the same domain or is installed in different domain?
I need to see the issue on your website or is difficult understand what is wrong.
Consider to make a screen shot or a video.
You can share in the forum or just contact me privately from the link in the signature (UnOfficial Free limited support)
Thank you!
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
You are using version superior to 2.40
I inform you version superior to 2.40 are affected by a BUG who made not work in the widget the offline form... so if your operator redirect user to contact form or user are redirected because no reply from department... the user will be unable to send message.
Here: https://github.com/LiveHelperChat/liveh … issues/836 you can find the BUG and also link for download version 2.40 who is not affected.
Just made backup of folder and database of your LHC and replace the file with 2.40 just only the file you upload by following the update procedure.
This will solve the BUG for now and we have to wait will be fixed.
Regarding your SSL issue:
Your website seems to work fine now, I can see SSL and also the live chat.
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
Michel,
Thanks for the info. I will try the backup. How is not my thing yet.
Simon
Offline
Thank you Simon, happy to see you have resolved with SSL.
Have 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
Marco,
The https item still worries me. When I type Modelbus.nl in google there is no https. When I type it in the search and the click on it, there is the https.
Further I cannot change the hight of the box where I type the message, although I change the hight of the widget and even the popup.
Hope to hear.
Simon
Offline
Hi Modelbus,
at the moment you cannot customize the input box size of LHC, there is not settings in LHC for do that.
You can try with CSS code in theme widget ... but you have to know CSS and I don't know if work, should work... but there are no direct setting for set this, actually in LHC.
Regarding https, this is an issue with your server configuration. You have https but you are not forcing it.
For force it and allow only https you need an .htaccess file on your root.
You can follow this instruction:
http://www.inmotionhosting.com/support/ … ccess-file
Let me know about your issue if is resolved.
Thank you!
Last edited by PeopleInside (2016-03-04 11:26:59)
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
Marco,
Thanks. I will see what the codes will bring.
Maybe the size of the inputbox can be changed. But what I mean is I think the widget?? That is standard 300 x 340.
Regards,
Simon
modelbus.nl
Offline
You can edit the widget size when you generate Embed code by using the design tab.
Hope it helps,
have 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
Marco,
The https struggled on.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^modelbus.nl [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.modelbus.nl/$1 [R,L]
Is this correct??
Simon
Offline
You can try this:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.modelbus.nl/$1 [R=301,L]
Last edited by PeopleInside (2016-03-04 15:58: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
Marco,
Still grey no https when I type modelbus.nl in the browser. Strange.
Simon
Offline
p.s. maybe it is in the history??
Simon
Offline
Modelbus, please click the link on my post signature and start a chat with me.
Thanks, I will assist you better.
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 Modelbus,
you can remove the line added in your .htaccess
Please contact your hosting and keep me updated.
Thank you.
I Am sorry to be unable to resolve for you SSL issue. Seems I cannot find how to force SSL on your hosting panel.
We should wait a reply from your hosting support.
You will be free to find me here in the forum also in my blog at the link of the live chat.
Thank you!
Wish you a great week end!
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 .htaccess file was with different name.
You can try to create .htaccess file with this code:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.modelbus.nl/$1 [R=301,L]
and put into your root where you have other .htaccess file with different name.
Try with a file called exactly ".htaccess" if work you have immediately resolved.
If not work remove also this file and contact your hosting.
WARN: you should NOT remove your existing .htaccess file but create new one called only .htaccess file who seems to be not present in your root.
If they exist already stop the upload.
For made me more clear you have file example:
hello.htaccess and howareyou.htaccess this is not .htaccess so create a file called .htaccess with the code inside and see if your issue is resolved.
If not remove the created .htaccess file and contact your hosting support.
I will wait your news.
Thank you!
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
Marco,
It working molto bene. Great advice.
Now we are on line. I think I did something wrong in the chat.
When I made a test, I was redirected to a form. Not online, but I was and am on line. The message is in a small window and connat be completed. Yesterday everything worked fine. I think I my enthousiasm I clicked on something in the installation and can't remember what I did.
A pitty because it looks nice.
Simon
Offline
Very Well!
I AM happy to know your issue was resolved!
Nice!
Thank you for updating me.
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
MArco,
Me too, stays only the strange thing that a visitor is redirected t o a form. I cannot open the chat, although the operator is on line.
Try it your self.
Hope to hear, or I reinstall the software again, because I did something I cannot remember.
Simon
Offline
Your chat is offline at the moment, I cannot try to start a chat.
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