Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / restyling Create Account Page

restyling Create Account Page

Views: 2,118

Results 1 to 13 of 13
27 Jul 2013, 5:45 AM
#1
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

restyling Create Account Page

I've successfully removed some unwanted fields from the create account page. I just have a few things left to do.

I'd like to have the link: Forgot your password ? Underlined. Checking Firebug, I thought that this was the line I needed to adjust:

** a:link, #navEZPagesTOC ul li a {color: #444443;text-decoration: none;}**

and I changed it to text-decoration:underline, but it underlined all of my links site wide. How can I just underline the Forgot your password link?

What is the consensus on leaving the Company Name intact? If a customer was getting a package delivered to them at work, how would they fill out the address?

I've just noticed in Firefox, the email address for returning customers is defaulting to admin with the admin password in dots. This is not happening in IE 10.

Thanks!

27 Jul 2013, 6:23 AM
#3
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: restyling Create Account Page

traytray:

I've successfully removed some unwanted fields from the create account page. I just have a few things left to do.

I'd like to have the link: Forgot your password ? Underlined. Checking Firebug, I thought that this was the line I needed to adjust:

** a:link, #navEZPagesTOC ul li a {color: #444443;text-decoration: none;}**

and I changed it to text-decoration:underline, but it underlined all of my links site wide. How can I just underline the Forgot your password link?

What is the consensus on leaving the Company Name intact? If a customer was getting a package delivered to them at work, how would they fill out the address?

I've just noticed in Firefox, the email address for returning customers is defaulting to admin with the admin password in dots. This is not happening in IE 10.

Thanks!

Which fields have you removed?
Regarding your work delivery address; one can add/edit delivery addresses during checkout don't forget :wink:

27 Jul 2013, 7:13 AM
#4
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: restyling Create Account Page

picandnix:

Which fields have you removed?
Regarding your work delivery address; one can add/edit delivery addresses during checkout don't forget :wink:

http://designerperfumesnob.authsafe.com/index.php?main_page=login

Today I removed the salutations and the Fax Number, and a while back anything to do with International mail.

27 Jul 2013, 8:07 AM
#5
picandnix avatar

picandnix

Totally Zenned

Join Date:
Dec 2010
Location:
UK
Posts:
1,780
Plugin Contributions:
2

Re: restyling Create Account Page

traytray:

http://designerperfumesnob.authsafe.com/index.php?main_page=login

Today I removed the salutations and the Fax Number, and a while back anything to do with International mail.

by 'removed' you do mean you used the built in admin opinions for this rather than code hacking, yes?

27 Jul 2013, 5:41 PM
#6
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: restyling Create Account Page

picandnix:

by 'removed' you do mean you used the built in admin opinions for this rather than code hacking, yes?

Love stuff you can turn off in admin. Yes.

27 Jul 2013, 5:58 PM
#7
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: restyling Create Account Page

You only need to underline the actual words "Forgot your password?" located in the link just before the </a>

eg <a href="..."><u>Forgot your password?</u></a>

27 Jul 2013, 6:44 PM
#8
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: restyling Create Account Page

dw08gm:

You only need to underline the actual words "Forgot your password?" located in the link just before the </a>

eg <a href="..."><u>Forgot your password?</u></a>

Two things: I thought the <u> was deprecated, and a search of the term Forgot your password only shows the define ('TEXT_PASSWORD_FORGOTTEN', 'Forgot your password?'); in login.php so I thought that is where the change might take place?

28 Jul 2013, 4:13 PM
#9
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: restyling Create Account Page

traytray:

I thought the <u> was deprecated

From http://www.w3schools.com/tags/tag_u.asp

Differences Between HTML 4.01 and HTML5

In HTML 4.01, the <u> element is deprecated (the <u> element was used to define underlined text).

The <u> element is redefined in HTML5, and it represents some text that should be stylistically different from normal text, such as misspelled words or proper nouns in Chinese.

So much depends on which html version you are using in your Doctype.

traytray:

a search of the term Forgot your password only shows the define ('TEXT_PASSWORD_FORGOTTEN', 'Forgot your password?'); in login.php so I thought that is where the change might take place?

Yes, so apply the underline to the define, eg "<u>Forgot your password?</u>".

28 Jul 2013, 4:43 PM
#10
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: restyling Create Account Page

Alternatively

<span style="text-decoration:underline;">Forgot your password?</span>

28 Jul 2013, 7:04 PM
#11
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: restyling Create Account Page

dw08gm:

Alternatively

<span style="text-decoration:underline;">Forgot your password?</span>

Done. The only issue I have left with the Create Account page is on Firefox. As soon as you open the page, the word "admin" and a password are already defaulted into the email address/password for the Returning Customers:Sign In. It should be blank. I'm not getting that problem on IE 10, Chrome or Safari.

http://designerperfumesnob.authsafe.com/index.php?main_page=login

28 Jul 2013, 7:15 PM
#12
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: restyling Create Account Page

traytray:

Done. The only issue I have left with the Create Account page is on Firefox. As soon as you open the page, the word "admin" and a password are already defaulted into the email address/password for the Returning Customers:Sign In. It should be blank. I'm not getting that problem on IE 10, Chrome or Safari.

http://designerperfumesnob.authsafe.com/index.php?main_page=login

That's nothing to worry about, it is just your browser remembering, auto-filling those values. Other people on other computers will not see those values

28 Jul 2013, 7:21 PM
#13
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: restyling Create Account Page

Design75:

That's nothing to worry about, it is just your browser remembering, auto-filling those values. Other people on other computers will not see those values

Thank you. Considering my past history, I was afraid it was FUBAR ;)