VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Learjet on August 07, 2015, 23:24:50 PM

Title: Quantity Box Blank in Firefox
Post by: Learjet on August 07, 2015, 23:24:50 PM
I'm using the latest VM release: 3.0.9 on the latest Joomla release 3.4.3.

For some strange reason the Quantity box will not display a number in Firefox 35 and Safari, however, it's working fine in Chrome.

I researched the forum and can't find any other problem like it and I've went through the CSS extensively.

If you would be so kind to look at it, here's a link to the offending page: http://eaeroponics.com/shop/aeroponics-systems/aero-26.html

Thanks in advance, I appreciate all that you guys do!

Respectfully,
EJ
Title: Re: Quantity Box Blank in Firefox
Post by: jjk on August 08, 2015, 19:43:27 PM
...eaeroponics.com/templates/rt_osmosis/css-compiled/master-81df4e0b48dfaa61417faa5aca22db01.css

Search for:
textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #b9298b;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #6e6e6e;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
}

and change the padding to: 0 5px;
Title: Re: Quantity Box Blank in Firefox
Post by: Studio 42 on August 08, 2015, 22:08:19 PM
Hi jjk,
this is the compiled file, the changes are certainly in another file
Title: Re: Quantity Box Blank in Firefox
Post by: jjk on August 09, 2015, 00:25:22 AM
I suppose it would work if that piece of css code is copied into the template's custom.css file. Personally I don't use RT templates, so I don't have to struggle with compiled less files.
Title: Re: Quantity Box Blank in Firefox
Post by: Learjet on August 09, 2015, 02:50:26 AM
I can't thank you enough!  That freaking thing was driving me crazy!  Thank you so much!

I just added it to the custom.css file and called it good, it's working great now!

Respectfully,
EJ