virtuemart registration looks crashed

GK User
Thu Nov 14, 2013 11:33 am
Hi,

In my websithe the virtuemart registration form looks really strange (see screenshot). In the original template it looks good.

Link: http://www.hoffmann-haare.de/index.php? ... ddrtype=BT

Thank you.
User avatar
Expert Boarder

GK User
Thu Nov 14, 2013 7:02 pm
Hi.
Crashed since yesterday, today, after update, since beginning ??
User avatar
Platinum Boarder

GK User
Thu Nov 14, 2013 7:05 pm
p.s.
Anyway you have problem with "Titel" - please disable this field from registration or add there "Herr" or "Frau" because now - users can not choose options --- now is empty.
User avatar
Platinum Boarder

GK User
Thu Nov 14, 2013 7:41 pm
...the difference lies in how we generate form.

In our demo I saw <tabel> but in your view I saw only <select> and <label> - we have to add some style to fix it.
User avatar
Platinum Boarder

GK User
Thu Nov 14, 2013 7:56 pm
SOLUTION:

Code: Select all
#userForm label {
   float: left;font-weight: bold;padding-right: 10px;
    padding-top: 5px;
    width: 140px;
}

#userForm label.agreed {    width: 355px;}

#userForm select  { width: 21%;}

input[type="password"], input[type="text"], input[type="email"], input[type="www"], input[type="tel"], input[type="url"], input[type="search"], select, .inputbox {
    background: none repeat scroll 0 0 #FBFBFB;
    border-color: #9A9A9A #DADADA #E4E4E4;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    display: block;
    font: 12px/28px Arial,Helvetica,sans-serif;
    height: 28px;
    margin: 0 0 5px;
    padding: 1px 12px;
}



Tip: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 2:46 pm
Thank you very very much! It is working now.
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.