Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2017-05-29 00:37:36

Danielc1234
Member
Registered: 2014-12-29
Posts: 19

Dynamic Invitation Not Working

Hi, I just installed the 2.62 version from 2.4 and was trying to get the Dynamic Invitation to work based on 'Mouse leaves a browser window'. Nothing happens.

I noticed that in my javascript code that I initially created and still have pasted with my LHC a long time ago looks like it might have changed. Would this have anything to do with it not working?


old code
<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) : '';
var location  = (document.location) ? encodeURIComponent(document.location) : '';
po.src = 'https://www.zicominc.net/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(check_operator_messages)/true/(top)/350/(units)/pixels/(department)/3/(identifier)/polylumber?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

new code that is not installed in footer.
<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 referrer = (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 = '//www.zicominc.net/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true/(department)/3/(survey)/1?r='+referrer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

Offline

#2 2017-05-29 06:41:30

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Dynamic Invitation Not Working

Hi,
the last version is 2.63 https://livehelperchat.com/news-5c.html and has also maybe fix,
please update to the last version than see if the issue is resolved.

Regarding Embed code you can test,
here free support is limited: this is not a commercial product,
however if you need deep support you can refer to the commercial support.

For make work pro active you may have to spent some times and do many test as can be little bit complex to setup.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2017-05-29 11:47:04

Danielc1234
Member
Registered: 2014-12-29
Posts: 19

Re: Dynamic Invitation Not Working

Hi, I took your advise and upgraded to the latest version. Now when I go into edit a Pro active chat invitation, it seems the css is all screwed up. Do you know why it is doing this?

1496058414_proactive.jpg

Offline

#4 2017-05-29 12:11:06

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Dynamic Invitation Not Working

Hi Danielc1234,
your upgrade procedure has not been done correctly maybe.

Seems you make mistakes or your server had issue.
Please remember this is an Open Source Project, free support are limited but maybe also when you buy a product... they cannot install for you for free or upgrade...
If you see pages broken is because you has made mistakes on upgrading.

Common mistakes are:
- Not all file has been correctly unzipped or transferred by FTP
- The upgrade procedure has not been followed well


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#5 2017-05-29 12:12:17

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Dynamic Invitation Not Working

I AM also to inform that for me today is a very hard day so I cannot follow you with many replies. Sorry.
It's little bit a bad moment for me.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer