VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: zac on November 12, 2013, 15:49:35 PM

Title: Front End: Add/Edit Bill to Information - Missing Save Button
Post by: zac on November 12, 2013, 15:49:35 PM
I am running Joomla 2.5.14 with VM 2.0.24. http://joesamsfunshop.com/prototype/
When you click to add bill to address information the firm comes up with only a cancel button.  Any assistance is greatly appreciated!!!
Title: Re: Front End: Add/Edit Bill to Information - Missing Save Button
Post by: GJC Web Design on November 12, 2013, 15:58:57 PM
your css is over writing the background image

form.form-login input.button, form.log input.button, form.form-login button.button, form.log button.button, form .button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
}


remove
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

http://joesamsfunshop.com/prototype/templates/rt_infuse/css/template.css

[attachment cleanup by admin]
Title: Re: Front End: Add/Edit Bill to Information - Missing Save Button
Post by: zac on November 13, 2013, 02:06:39 AM
Brilliant!!! ;D