Glad to see your reply, Tried this: If I remove the call to jquery.js it makes things look good but the livehelp feature will not function. It looks like it will work but when you try click connect, to chat with operator it will simply not proceed. unless that JS is in place. haha Looks or Function so far. I have tried comenting out the logo and just using the chat online in it's place but it still breaks the outline feature and probably the site login too as mentioned above. I placed the other code in a div and it behaved like a div but still same diaper full. How can I be sure that the boonex JS is supporting this feature since I am embedding it. I should probably clarify the whole picture now. This is in the _sub_header.html
<bx_include_auto:_header.html />
<bx_injection:banner_left />
<bx_injection:banner_right />
__extra_top_menu__
<div class="sys_main_logo" style="min-width:__main_div_width__;">
<div class="sys_ml" style="width:__main_div_width__;">
<div class="sys_ml_wrapper bx-def-padding-sec">
<bx_injection:injection_logo_before />
__main_logo__
<!--BEGIN-->
<!-- stardevelop.com Live Help International Copyright - All Rights Reserved //-->
<!--<script src="http://www.webdesignstudio3d.com/whmcs/includes/jscript/jquery.js" type="text/javascript"></script>-->
<!-- BEGIN stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //-->
<div><a href="#" class="LiveHelpButton default"><img src="http://webdesignstudio3d.com/whmcs/modules/livehelp/include/status.php?DEPARTMENT=MauiActivities3D Agent Requests" id="LiveHelpStatusDefault" name="LiveHelpStatusDefault" alt="Live Help" class="LiveHelpStatus" border="0" /></a></div>
<!-- END stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--> <!--END-->
<bx_injection:injection_logo_after />
</div>
</div>
<bx_injection:banner_top />
</div>
<bx_injection:injection_between_logo_top_menu />
__top_menu__
<bx_injection:injection_between_top_menu_content />
<!-- end of top -->
AND this is in the _header.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=__page_charset__" />
<title>__page_header__</title>
<!-- stardevelop.com Live Help International Copyright - All Rights Reserved //-->
<!-- BEGIN stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //-->
<script type="text/JavaScript" src="http://webdesignstudio3d.com/whmcs/modules/livehelp/scripts/jquery-latest.js"></script>
<script type="text/javascript">
<!--
var LiveHelpSettings = {};
LiveHelpSettings.server = 'webdesignstudio3d.com/whmcs/modules';
LiveHelpSettings.embedded = true;
(function(d, $, undefined) {
$(window).ready(function() {
var LiveHelp = d.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;
LiveHelp.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.js';
var s = d.getElementsByTagName('script')[0];
s.parentNode.insertBefore(LiveHelp, s);
});
})(document, jQuery);
-->
</script>
<!-- END stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //-->
<base href="<bx_url_root />" />
__page_description__
__page_keywords__
<meta http-equiv="Content-Style-Type" content="text/css" />
Tried commenting out the call to JS from this too and when you do, it causes the chat to break.
:)