Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello ,
i did install Live Helper Chat , and when user open widget with operator it works fine .
Once user click any link inside website it appears to operator "User left chat" !
i need to keep chat as user still in site , is there any way to do that ?
Offline
As soon you see this message after few seconds should appear status with user new page. If user really loose a chat session during browsing your page that means you mis-configured just it.
Offline
So what is the correct configuration for this
it appears to operator "User has left chat" and user get (Need Help Message) again and open new session !
Offline
You either provided wrong domain in embed code or you messed cookie settings in chat configuration itself and without your site where embed code is embeded I cannot tell more.
Offline
Hi remdex ,
First thank you for your fast replay ,
currently i use it on my local machine through local IP which is (http://192.168.1.23/)
and i use this IP to add widget to my site and every thing is OK but this problem
Here is my chat cookie settings
Offline
1. Show "misc" screenshot
2. Show your embed code
Offline
This is Misc
And this is Embed code
[== JavaScript ==]
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var refferer = (document.referrer) ? encodeURIComponent(document.referrer.substr(document.referrer.indexOf('://')+1)) : '';
var location = (document.location) ? encodeURIComponent(window.location.href.substring(window.location.protocol.length)) : '';
po.src = '//192.168.1.23/elite-development/chat/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Offline
Remove 192.168.1.23 from cookie domain.
All you people are setting settings which you have no idea what they do...
In most cases after install you have to change nothing.
So don't mess around with stuff you do not understand...
Offline
Dear remdex ,
i did exactly what you said and guess what ? it didn't work !
look at this (First i have started chat session)
Then clicked home page link (as shown in chrome inspector session is stored and it have my last text but look at chat widget ! it's closed and if i click it , start a new session)
Thank you for your effort .
Offline
Sorry i have no more ideas, that there is something more misconfigured.
Can you install fresh version without changing anything and see then?
Offline
Yes sure i will do it right now and come back to you with the results
Offline
Also you can just embed code from http://demo.livehelperchat.com and see does chat stays
Offline
The exact same result even with untouched brand new installation with default settings !!
Offline
Wired , when i try your live code chat stays !!
but not with my local installation ?!
Offline
Sorry then i have no idea what's wrong. That means something with your server or it's configuration.
Offline
Dear remdex,
Thank you , but as this problem will be indexed for google so for future people who will have this problem .
i have noticed some things
First , to make this thing work you have to uncheck this option
[== Undefined ==]
Disable HMTL5 storage, check it if your site is switching between http and https
An other thing i have noticed either the demo version is newer or mine
because i have noticed this text difference
List online operators, 0 - no, 1 - yes. (Your server)
List online operators. (My local server)
Finally , thank you and i hope this helps some one else
Last edited by samymassoud (2015-01-20 07:52:58)
Offline
Text difference is ok. Demo just have older texts.
And in install by default is unchecked HTML storage disablement.
Offline
Please revise this , because in my default installation settings it's checked by default !
Offline
Ok,
So. By default it's checked and that's ok for 99% of sites. And just for some reason cookies cannot be set in your enviroment. So the only option worked for you is HTML storage.
So in resume - nothing to fix. Just would be interesting to see for what path cookie is set. But like it's local machine and you have no programming experience it will stay as is.
Offline
Dear remdex ,
Sure i have programming experience , and your cookies are set OK if you ask , check this
i don't have enough time to look for this in your code , so i have asked you
but as you didn't know the reason i had to go all the way by myself as in this topic .
After all , Thank you for your great work .
Offline
yes, cookie path seems ok, so the reason is somewhere else
Offline
Pages: 1