- Posts: 16
- Thank you received: 0
Re: issue with new VM new registration at check
-
fernando
Inactive member -
- New Member
-
Less
More
15 years 1 month ago #2861
by fernando
Replied by fernando on topic Re: issue with new VM new registration at check
ok, it´s solved part of problem, in contact form is ok, in registration form is partial ok
in localhost it´s ok, but in my server no, i will check if the apache ou php version cause this problem,
in localhost is: apache 2.2.11, php 5.2.9-2
in server is: apache 2.2.16, php 5.2.9
thank you for your perfect assistance
in localhost it´s ok, but in my server no, i will check if the apache ou php version cause this problem,
in localhost is: apache 2.2.11, php 5.2.9-2
in server is: apache 2.2.16, php 5.2.9
thank you for your perfect assistance
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6907
- Thank you received: 738
15 years 1 month ago #2858
by milos
Replied by milos on topic Re: issue with new VM new registration at check
Do you see this issue on our demo? I can't see it.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6907
- Thank you received: 738
15 years 1 month ago - 15 years 1 month ago #2862
by milos
Replied by milos on topic Re: issue with new VM new registration at check
No, it's not related to server. Please do further modifications as well. Edit file /templates/hot_furniturestore/css/template_css.css and add these lines:
Also, edit file /components/com_virtuemart/themes/hot_furniture/templates/checkout/login_registration.tpl.php and change line 29 from
to
and line 35 from
to
Those modifications should fix all remaining issues.
Code:
#login_stretcher .inputbox,
#register_stretcher .inputbox {
border-radius: 0;
-moz-border-radius:0px;
-webkit-border-radius:0px;
}
Also, edit file /components/com_virtuemart/themes/hot_furniture/templates/checkout/login_registration.tpl.php and change line 29 from
Code:
<div class="stretcher" id="login_stretcher" style="height:auto !important">
Code:
<div class="stretcher" id="login_stretcher">
Code:
<div class="stretcher" id="register_stretcher" style="height:auto !important">
Code:
<div class="stretcher" id="register_stretcher">
Those modifications should fix all remaining issues.
Last edit: 15 years 1 month ago by milos.
The following user(s) said Thank You: webemonster
Please Log in to join the conversation.
-
webemonster
Inactive member -
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
15 years 1 month ago #2869
by webemonster
Replied by webemonster on topic Re: issue with new VM new registration at check
Thanks for staying on top of this. All changes made and is working perfectly.
JB
JB
Please Log in to join the conversation.
Time to create page: 0.140 seconds