Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: 1 [2]   Go Down
Print
Author Topic: Can not see the cart quantity arrows  (Read 12520 times)
cybergarage
Newbie
*
Posts: 41


« Reply #15 on: July 28, 2009, 16:07:10 PM »

I believe I have tried all the above options. Below is the code from my theme.css file.

.quantity_box_button{
   width:15px;
   height:15px;
   background-repeat: no-repeat;
   background-position: center;
   border:0px solid #000;
}
.quantity_box_button_up{
   background-image:url( images/up_small.gif );
   border:#0099CC 0px solid;
   }
.quantity_box_button_down{
   background-image:url( images/down_small.gif );
   border:#0099CC 0px solid;
   }


According to the above code the buttons should be square but they show up as a vertical rectangle in IE but show up square in Google Chrome and FireFox. None of the changes I made in the css file made any difference what so ever when viewing with IE. I didn't check with the other two browsers while I was making changes, didn't think to until after Embarrassed

Any help would be greatly appreciated.
Logged
cybergarage
Newbie
*
Posts: 41


« Reply #16 on: August 10, 2009, 12:26:44 PM »

Been trying a bunch of changes and still nothing. Whenever I make a change to the "theme.css" file I check for any effect in IE or FF but nothing. Any assistance would be greatly appreciated as we need to get this fixed right away.
Logged
bidutse
Newbie
*
Posts: 3


« Reply #17 on: May 25, 2010, 04:48:11 AM »

Hello, can anyone help me with this similar issue? The up-down arrows are not displaying properly. I have tried all the solution listed here. My site is www.customfootballshirt.com. I have attached a screenshot as well. Please help!


* cfs.JPG (15.44 KB, 559x332 - viewed 192 times.)
Logged
bidutse
Newbie
*
Posts: 3


« Reply #18 on: June 01, 2010, 03:49:59 AM »

Hello??? anyone to help me please??? in urgent needs!!
Logged
paulbohorquez
Newbie
*
Posts: 1


« Reply #19 on: September 29, 2010, 23:09:04 PM »

Hi
I think this might help, it works for me

Put this code in your template CSS file located in: templates/YOUR_TEMPLATE/css/
Be sure to upload the images first to the folder: templates/YOUR_TEMPLATE/images/

.quantity_box_button_up {
   background-image: url('../images/up_small.gif');
   background-repeat:no-repeat;
   background-position:center;
   width:19px;
   height:15px;
   border:1px;
}
.quantity_box_button_down {
   background-image: url('../images/down_small.gif');
   background-repeat:no-repeat;
   background-position:center;
   width:19px;
   height:15px;
   border:1px;
}

I hope it will work for you too
Logged
jmedinac
Newbie
*
Posts: 2


« Reply #20 on: October 28, 2010, 19:16:16 PM »

SOLVED! After hours of searching and tinkering I finally found the solution to the missing quantity arrow problem! PM me for the answer....


Just kidding!!! It has nothing to do with the theme.css file, although some of you say that it has helped. As soon as I changed the permissions of the components folder in the administrator area and the component area from 777 to 755 all my problems were solved! The missing arrows appeared on the product description page and the save, apply, cancel buttons started working in the admin area. Search no longer and fix your permissions! Smiley I hope this helps all who were pulling their hair out over this problem. I took me 5 hours to come up with this solution. You're welcome!
Logged
smithy73
Newbie
*
Posts: 1


« Reply #21 on: March 04, 2011, 07:14:56 AM »

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
<<< Pfft

Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou Thankyou

I couldn't figure out what the problem was and here it is - Thankyou
Logged
Pages: 1 [2]   Go Up
Print
Jump to: