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.
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.
-
- Expert Boarder
- GK User
- Thu Nov 14, 2013 7:02 pm
Hi.
Crashed since yesterday, today, after update, since beginning ??
Crashed since yesterday, today, after update, since beginning ??
-
- 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.
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.
-
- 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.
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.
-
- Platinum Boarder
- GK User
- Thu Nov 14, 2013 7:56 pm
SOLUTION:
Tip: http://www.gavick.com/documentation/joo ... -template/
- 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/
-
- Platinum Boarder
- GK User
- Fri Nov 15, 2013 2:46 pm
Thank you very very much! It is working now.
-
- Expert Boarder
6 posts
• Page 1 of 1