Kayako logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#1) Old
rstephens Offline
New Member
 
Posts: 8
Join Date: Mar 2009
Is there a way to make Live chat load after the full page - 14-05-2009, 01:12 AM

Hi,

I wondering if there is a way to make the Live Chat/response pop up or load after my full page has.

it seems that when the java script is added to the website it slows the page load. half the page will load...then pause and waits for the 'chat' to initialize...then finished the load.

On my system this is taking about 10 seconds of 'dead' time which will really be an issue with my customers.

either is stop using Live support and pick a different provider for that.
Or make it work.

I think the work-around is to make the page load fully...place a static image for the chat..then have that swapped out when the live chat is up and running.

anyone know how to do this...

RS
   
Reply With Quote
  (#2) Old
rstephens Offline
New Member
 
Posts: 8
Join Date: Mar 2009
here is more info on issue - 14-05-2009, 02:48 AM

this is the code that i can remove from the file b6054c8777b78156ac3ffb2693cc979b.php

when it removed or comment out...the page load fast...so this proves that somehow the liveresponce or chat is causing the page to load half way...wait then load....when testing it again just now the page took over 20 sec to load after it paused...

i even tried defer="defer" but that did nothing



<script language="javascript" src="<?php echo $this->_vars['swiftpath']; ?>
visitor/index.php?_m=livesupport&_a=htmlcode&departmentid= 2&fullname=<?php echo tpl_function_urlencode(array('value' => $this->_vars['_USER']['fullname']), $this);?>&email=<?php echo tpl_function_urlencode(array('value' => $this->_vars['_USER']['primaryemail']), $this);?> "></script>
   
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logged (SWIFTFOUR-349) Live Chat Initial Message On Page MarkIngles Live Chat 1 14-08-2009 03:30 PM
Setup single sign on and live reponse fails jpisini LiveResponse Desktop Application 32 16-01-2009 08:44 PM
Can I use the live chat button on a secure page? Tellman SupportSuite, eSupport and LiveResponse 2 04-05-2007 12:26 PM
Live chat button on SSL page ziaka LiveResponse Desktop Application 5 07-03-2007 06:57 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78