Move LiveChat Button

by 3 replies
4
Hi Warrior, probably a daft question.

Any ideas how I can move the Live Chat button below the Customer Login Button?

If I include it in the same line it works, but when you click on the live chat icon it opens in the same small box as the Customer Login does.

Affordable Web Hosting Starting at $3.59 | SpottyWhale

-Owen
#programming #button #livechat #move
  • The website is created in wordpress, here is the relevant coding for that area:

    Code:
      <!-- logo START here -->
          <div id="logo">
                <h1>
              <?php  = get_option('pheno_logo_path'); ?>
              <a href="<?php bloginfo('url');?>" title="Home" <?php if (  == "" ) { echo 'class="text"'; }?>>
              <?php if (  != "" ) { ?>
              <img src="<?php echo get_option('pheno_logo_path'); ?>" alt="<?php bloginfo('name'); ?>" />
              <?php } else { echo bloginfo('name'); } ?>
              </a></h1>
          </div>
          <!-- logo END here -->
          <?php 
           = get_option('pheno_login_display');
          if  ( == true) {
          ?>
    <div style="color: #000000"></div>      <div id="login-holder"> <a href="#login-box" class="sml-btn green">Customer Login</a> 
    </div><!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><div style="text-align:center;width:120px;"><a href="javascript:void(window.open('http://www.spottywhale.com/livechat/chat.php','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://www.spottywhale.com/livechat/image.php?id=01&amp;type=inlay" width="120" height="30" border="0" alt="LiveZilla Live Help"></a><div style="margin-top:2px;"></a></div></div><!-- http://www.LiveZilla.net Chat Button Link Code --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
    var script = document.createElement("script");script.type="text/javascript";var src = "http://www.spottywhale.com/livechat/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);</script><noscript><img src="http://www.spottywhale.com/livechat/server.php?request=track&amp;output=nojcrpt" width="0" height="0" style="visibility:hidden;" alt=""></noscript><!-- http://www.LiveZilla.net Tracking Code -->
          <?php } ?>
          
          <!-- navigation START here -->
          <?php wp_nav_menu('sort_column=menu_order&container=ul&theme_location=header-nav&menu_class=sf-menu&container_class=sf-menu'); ?>
          <!-- navigation END here -->
  • No ideas?

    -Owen
  • Jenniffer, why are you digging up old posts to comment on? Really this is counter productive.

Next Topics on Trending Feed