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

Getting rid of the buy it now button

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 08-24-2012, 09:55 AM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

Thank you for the more clear answer about where in the css that is. Sorry I didn't understand right away that you were referring to a defined button width.

As for the page width issues... I have been changing a lot of stuff and that is on my list of things to fix... the scrollbars being gone was something I was testing to fix a width issue. I have no intention of leaving it like that.

Thanks for the comments. I intend to have it working well on all monitor sizes (except maybe a phone, we do not have any traffic at all from phones)
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote
  #12  
Old 08-24-2012, 10:02 AM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

I tried commenting that out Mike and it didn't work. I also tried to change the width to auto instead but it never seems to change?
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote
  #13  
Old 08-24-2012, 11:28 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Getting rid of the buy it now button

It looks like you figured it out?
__________________
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
  #14  
Old 08-24-2012, 11:43 AM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

Nope...

http://www.greatlakesvacuum.com/Vacuum-Oil/

You can see the blue image is still the buy it now size... the text for the add to cart is there but the blue image won't get bigger than the 33px... tried lots of things.
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote
  #15  
Old 08-24-2012, 11:52 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Getting rid of the buy it now button

Very Odd, it is fixed for me in Chrome. What browser?

Edit: Looks like FF is the only one messed up now....
Attached Thumbnails
Click image for larger version

Name:	Add-To-Cart-Chrome.jpg
Views:	68
Size:	79.0 KB
ID:	3165  
__________________
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 user thanks totaltec for this useful post:
GreatLakesVacuum (08-24-2012)
  #16  
Old 08-24-2012, 12:06 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Getting rid of the buy it now button

Okay, FireFox must have its own style sheet. Look in your skin directory for main.FF.css or altskin.FF.css and find this code:
HTML Code:
button.add-to-cart-button { margin-top: -2px !important; width: 38px !important; }
__________________
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 user thanks totaltec for this useful post:
GreatLakesVacuum (08-24-2012)
  #17  
Old 08-24-2012, 12:06 PM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

Very good, I did not even think about browsers ugh... yes it works in IE too. So I need to modify something in the altskin_ff.css file now?

Darn your fast, thanks!!!!!!!
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote
  #18  
Old 08-24-2012, 12:11 PM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

I commented out the 38px, and it works, thanks!

I think I fixed some of the width problems you guys were mentioning too... I didn't know enough when I started playing with it... I used firebug and found out the problem was coming from a 100% width in line2 in the header that made the page way wider than it needed to be... fixed that and turned the scrollbars back on and set a mid-width and everything seems to be better.
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
Reply With Quote
  #19  
Old 08-24-2012, 12:20 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

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

Default Re: Getting rid of the buy it now button

No Sweat. BTW, made you a quick video to demonstrate the tools/techniques I used to help with this: http://youtu.be/uwglIlzbf0A

Teach them how to fish!
Edit: Hah! I see you have the bug already, good.
__________________
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
  #20  
Old 08-24-2012, 12:29 PM
 
GreatLakesVacuum GreatLakesVacuum is offline
 

eXpert
  
Join Date: Jan 2009
Posts: 286
 

Default Re: Getting rid of the buy it now button

Thanks for the video... I forgot about Notepad++ ... I just started doing this stuff after a couple years away from it. I'll get it on Monday! I'm all up to speed with firebug though.

Thanks again!
__________________
X-Cart 4.5.4 Gold (Live Business Site)
X-Cart 5.1.9 Business (In Development Now)
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 06:50 PM.

   

 
X-Cart forums © 2001-2020