Login Link - Move and Rename

randy9000

Joined: 2012-05-17
Posts: 16
Posted: Thu, 2013-01-31 14:00

How can I move the "Login" link to add it to the custom navigation bar/menu?

Please advise

Site: 4606photography.com

Thanks

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Thu, 2013-01-31 16:19

Looks like it's already there. Just style it (CSS) to match. Not working?

 
randy9000

Joined: 2012-05-17
Posts: 16
Posted: Thu, 2013-01-31 16:25

--@ tempg

It's not working. I can't seem to get it aligned or with the consisting menu font either. Something is conflicting with the CSS. Also, how can I change the text to "CLient Login"?

Please please help.

THanks

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Thu, 2013-01-31 16:58

alignment: I haven't fully tested, but try a#g-login-link{position: relative; margin-top: 7px;}

text: Use a new translation: http://codex.galleryproject.org/Gallery3:Localization

 
randy9000

Joined: 2012-05-17
Posts: 16
Posted: Mon, 2013-04-08 04:33

How can I make the make the text capitalized?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-04-08 19:12

a#g-login-link{position: relative; margin-top: 7px;text-transform:capitalize;}
Doesn't the Localization method work for case as well? Did you try?

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
randy9000

Joined: 2012-05-17
Posts: 16
Posted: Mon, 2013-04-08 19:21

Hi Dave,

I've gotten the letters capitalized but I can't seem to get it aligned with the other text in the menu bar. Please take a look at site on te top right....

http://4606photography.com/

Any information will help thanks.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-04-08 20:36

in your css you have:

#g-banner #g-login-menu li {
  /* padding-left: 1.2em; */
  padding-left: 1.2em;
  padding-top: 0.0em;
  
}

Adjust the 0.0 to 0.7 or there abouts.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
randy9000

Joined: 2012-05-17
Posts: 16
Posted: Tue, 2013-04-09 02:31

That works!!!!

Thanks Dave!!

 
randy9000

Joined: 2012-05-17
Posts: 16
Posted: Sat, 2013-11-23 23:34

Hi Dave,

When a client fills out the payment information on the basket form, how can I have that information automatically populate the Paypal fields? Is there a way to do that?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2013-11-24 01:46

basket/cart questions I have never answered as I have never used it.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team