TOPIC: Create an Account Page

Create an Account Page 11 years 2 weeks ago #1270

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Can anyone tell me how to make my "Create an Account" page look like the one on the demo? When you click "Create an Account" on my site, it's all jumbled up. I would like to know how to correct this.

See attached screenshot.

If you need the URL, I can PM it to you.

Thanks in advance!
LMW1
This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Create an Account Page 11 years 2 weeks ago #1276

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
I think that is mis-styling problem.
Did you remove templates/ot_sportshop/html/com_users or change class of html code or change anything in css file?

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Create an Account Page 11 years 2 weeks ago #1278

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
I haven't touched a thing.

Any ideas?

Respectfully,
LMW1
The administrator has disabled public write access.

Re: Create an Account Page 11 years 2 weeks ago #1279

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
So give us your site url so we can see and find the problem. just post here or send to email services(a)omegatheme.com (include this thread message and link) if you want.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Create an Account Page 11 years 2 weeks ago #1288

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
In our demo, the reason is K2 content component installed, so it display the K2 user register form. In your site, you did not install K2 so it will be un-style form.

So, just add this css code to your css (eg: customs.css file)
#member-registration {
    padding: 0 5px;
}
#member-registration fieldset {
    border: 1px solid #DDDDDD;
}
#member-profile fieldset, .registration fieldset {
    margin: 10px 0 15px;
    padding: 15px;
}
#users-profile-core legend, #users-profile-custom legend, .profile-edit legend, .registration legend {
    font-weight: bold;
}
.profile-edit form#member-profile fieldset dt, .registration form#member-registration fieldset dt {
    padding: 5px 5px 5px 0;
    width: 13em;
}
.profile-edit form#member-profile fieldset dd, .registration form#member-registration fieldset dd {
    float: none;
    padding: 5px 0;
}
label.invalid {
    color: #FF0000;
}
form fieldset dt {
    clear: left;
    float: left;
    padding: 3px 0;
    width: 12em;
}
.profile-edit form#member-profile fieldset dd input, .profile-edit form#member-profile fieldset dd select, .registration form#member-registration fieldset dd input {
    width: 17em;
}
#login-form .inputbox, .registration input, .profile-edit input, #login-form .inputbox, .contact .inputbox, .login-fields input, .remind input, .reset input, .word .inputbox, .search .inputbox, .finder .inputbox {
    border-radius: 5px 5px 5px 5px;
}

Hope it display better!

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 11 years 2 weeks ago by linh_omg. Reason: add form fieldset dt {}
The administrator has disabled public write access.
Time to create page: 0.100 seconds