- Posts: 32
- Thank you received: 0
Broken registration form after VM upgrade
-
yonishobby
Inactive member -
Topic Author
- Member
-
Less
More
11 years 7 months ago #32606
by yonishobby
Broken registration form after VM upgrade was created by yonishobby
Hi,
I'm upgrading my VM to the latest (2.0.22C) on my test server. My Joomla version is also the latest, 2.5.14.
After upgrading the VM from 2.0.22B the registration form shown broken. Please take a look into the following links:
Previous version
Latest (broken) version
You can see that under "Shopper Information" all fields show the same on the firs link. On the second link there are only 4 fields that has the correct style, all the rest are shown as one long line.
Thanks for your assistance
I'm upgrading my VM to the latest (2.0.22C) on my test server. My Joomla version is also the latest, 2.5.14.
After upgrading the VM from 2.0.22B the registration form shown broken. Please take a look into the following links:
Previous version
Latest (broken) version
You can see that under "Shopper Information" all fields show the same on the firs link. On the second link there are only 4 fields that has the correct style, all the rest are shown as one long line.
Thanks for your assistance
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago - 11 years 7 months ago #32609
by ivan.milic
Replied by ivan.milic on topic Broken registration form after VM upgrade
I can even open
, are you sure you gave us correct link
Code:
http://sep.yonishobby.co.il/
Last edit: 11 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
-
yonishobby
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
11 years 7 months ago - 11 years 7 months ago #32611
by yonishobby
My bad. I used my local hosts file to access this address.
Updated the DNS zone with the correct IP, will take a few hours to work.
Replied by yonishobby on topic Broken registration form after VM upgrade
ivan.milic wrote: I can even open
, are you sure you gave us correct linkCode:http://sep.yonishobby.co.il/
My bad. I used my local hosts file to access this address.
Updated the DNS zone with the correct IP, will take a few hours to work.
Last edit: 11 years 7 months ago by yonishobby.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #32617
by ivan.milic
Replied by ivan.milic on topic Broken registration form after VM upgrade
The page layout got changed in vm. First try this solution se we keep page, add to templates/hot_ecommerce/css/rtl.css following css rules:
#adminForm > *{
float:right;
}
#adminForm > label{
clear:both;
dislay:block;
padding-right:20px;
}
If that does not meat your needs you can just copy registration form files form old site, but I really don't recommend that:
1. Create directory in new site:
templates\hot_ecommerce\html\com_virtuemart\user
2. Copy only *.php files from old site directory:
components\com_virtuemart\views\user\tmpl\
to new directory you created in new site.
#adminForm > *{
float:right;
}
#adminForm > label{
clear:both;
dislay:block;
padding-right:20px;
}
If that does not meat your needs you can just copy registration form files form old site, but I really don't recommend that:
1. Create directory in new site:
templates\hot_ecommerce\html\com_virtuemart\user
2. Copy only *.php files from old site directory:
components\com_virtuemart\views\user\tmpl\
to new directory you created in new site.
Please Log in to join the conversation.
Time to create page: 0.167 seconds