Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello, I have including chat on wix, it is working fine but i have problem with floating this chat when user is scrolling the mouse.
I have included this code
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:495,popup_width:455};
(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 = '//chat.servisujem.sk/index.php/site_admin/chat/getstatus/(position)/bottom_right/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
can you help me ?
Offline
You do understand that this tells absolutely nothing about your issue, right? I'm not voodoo to know what exactly problem you have there
i have problem with floating this chat when user is scrolling the mouse.
Offline
Hello, I have including chat on wix, it is working fine but i have problem with floating this chat when user is scrolling the mouse.
I have included this code
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:495,popup_width:455};
(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 = '//chat.servisujem.sk/index.php/site_admin/chat/getstatus/(position)/bottom_right/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>can you help me ?
Peter, can you provide your website URL for check?
and suggested to explain better maybe with the help of screenshot of what is wrong.
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
hello, on the first mage you can see the position of my chat and on the second you can see that user scroll down the page but the chat is not bottom
the url of my page is www.servisujem.sk
i have included the script on www.wix.com as html code
url of images
http://ulozto.sk/xCRRpiK1/1-png
http://ulozto.sk/xXffmQP6/2-png
Last edited by peter (2014-09-25 06:45:26)
Offline
It's because widget code is embeded internaly in some kinda iframe by itself. It should be in site code directly for it to work properly.
There you will have to read wix.com documentation how to make it properly
Offline
Hi, thanks remdex!
Hi Peter,
maybe you have put the live helper chat code in the page adding HTML code: this is wrong position.
You have to try to put the code in a footer or header of your website.
In Winx i suppose somewhere there is a place for insert HTML code valid for all pages.
Good Luck!
Maybe ask support at Winx.
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
Pages: 1