Broken registration form after VM upgrade

More
11 years 7 months ago #32606 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

Please Log in to join the conversation.

More
11 years 7 months ago - 11 years 7 months ago #32609 by ivan.milic
I can even open
Code:
http://sep.yonishobby.co.il/
, are you sure you gave us correct link
Last edit: 11 years 7 months ago by ivan.milic.

Please Log in to join the conversation.

More
11 years 7 months ago - 11 years 7 months ago #32611 by yonishobby

ivan.milic wrote: I can even open

Code:
http://sep.yonishobby.co.il/
, are you sure you gave us correct link


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.

More
11 years 7 months ago #32617 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.167 seconds
Powered by Kunena Forum