- Posts: 20
- Thank you received: 0
Create an Account Page
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 11 months ago #1270
by Leonard Wendland
Create an Account Page was created by Leonard Wendland
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
See attached screenshot.
If you need the URL, I can PM it to you.
Thanks in advance!
LMW1
Attachment createAccountPage.jpg not found
Attachments:
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 11 months ago #1276
by Linh Robert
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/
Replied by Linh Robert on topic Re: Create an Account Page
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
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/
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 20
- Thank you received: 0
12 years 11 months ago #1278
by Leonard Wendland
Replied by Leonard Wendland on topic Re: Create an Account Page
I haven't touched a thing.
Any ideas?
Respectfully,
LMW1
Any ideas?
Respectfully,
LMW1
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 11 months ago #1279
by Linh Robert
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/
Replied by Linh Robert on topic Re: Create an Account Page
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
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/
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 11 months ago - 12 years 11 months ago #1288
by Linh Robert
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/
Replied by Linh Robert on topic Re: Create an Account Page
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)
Hope it display better!
Thanks
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)
Code:
#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: 12 years 11 months ago by Linh Robert. Reason: add form fieldset dt {}
Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds