Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Floating button that works with 4.6.x branch

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-14-2016, 07:25 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default Floating button that works with 4.6.x branch

Hi, we recently killed off Livezilla for live chat support but would like a similar floating button that when clicked takes the user to the contact us page. Any recommended floaters out there?

Thanks

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote
  #2  
Old 01-14-2016, 09:50 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Floating button that works with 4.6.x branch

Dan,
This would be a fairly simple customization, just a few lines of html and some CSS to accomplish it. Of course the exact code will be specific to your site, and you would have to find the correct template to place it in.

Html:
Code:
<div class="my_floating_button"> <a href="help.php?section=contactus">Need Help?</a> </div>

CSS:
Code:
div.my_floating_button { position: fixed; top: 80%; } div.my_floating_button a { min-width: 120px; min-height: 40px; display: block; background: #808080; text-align: center; line-height: 40px; } div.my_floating_button a:link, div.my_floating_button a:active, div.my_floating_button a:hover, div.my_floating_button a:visited { color: #fff; }

I have not tested any of the above, just a starting point.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote

The following 2 users thank totaltec for this useful post:
DanUK (01-18-2016), razortw (01-19-2016)
  #3  
Old 01-18-2016, 01:57 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default Re: Floating button that works with 4.6.x branch

Brilliant, thanks Mike, I'll give that a go!
__________________
4.4.2

and

4.6.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:45 AM.

   

 
X-Cart forums © 2001-2020