Re: issue with new VM new registration at check

More
13 years 6 months ago #2861 by fernando
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

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 6 months ago #2858 by milos
Do you see this issue on our demo? I can't see it.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 6 months ago - 13 years 6 months ago #2862 by milos
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:
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">
to
Code:
<div class="stretcher" id="login_stretcher">
and line 35 from
Code:
<div class="stretcher" id="register_stretcher" style="height:auto !important">
to
Code:
<div class="stretcher" id="register_stretcher">

Those modifications should fix all remaining issues.
Last edit: 13 years 6 months ago by milos.
The following user(s) said Thank You: webemonster

Please Log in to join the conversation.

More
13 years 6 months ago #2869 by webemonster
Thanks for staying on top of this. All changes made and is working perfectly.

JB

Please Log in to join the conversation.

Time to create page: 0.308 seconds
Powered by Kunena Forum