How to add login options to the to right corner

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 04, 2012 8:56 am
Reply with quote
Report this post
Hello guys, can you please tell me how to add the login/signup/wiki options to the top right corner of the template?
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 10:53 am
Reply with quote
Report this post
Hi

First you need to create standard joomla menu and them publish it on "usermenu" position.

On "Sign up" link, you need to add suffix "[space]sign-up"
That will give the different background color style.

That's it ;)

Cheers
User avatar
Platinum Boarder

teitbite
Tue Sep 04, 2012 11:27 am
Reply with quote
Report this post
Hi

All this elements are a links from menu module placed in "usermenu" position. So all You need to do it to prepare menu in joomla linking to this elements and configure module to show this menu in this module position.
User avatar
Moderator

GK User
Tue Sep 04, 2012 5:57 pm
Reply with quote
Report this post
Thanks a lot guys it works. Howver, can you please tell me where I can add a new suffix style if I need to make the back ground of the menu hyperlink a different color like for example green ?
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 6:09 pm
Reply with quote
Report this post
You can enable override.css file on template parameters and on that file you can create different suffix.
For example:

Code: Select all
#gkTopBarUsermenu ul .sign-up_green,
#gkTopBarUsermenu ul a[title="sign-up_green"] {
   background: #40de63;
}


The suffix will be "[space]sign-up_green"
Don't forget to add also "sign-up_green" on Link Title Attribute.

Cheers
User avatar
Platinum Boarder

GK User
Wed Sep 05, 2012 11:40 am
Reply with quote
Report this post
Something must be missing somewhere because I did all that the yellow background is gone but it stay dark gray the green never came up
User avatar
Platinum Boarder

teitbite
Wed Sep 05, 2012 12:02 pm
Reply with quote
Report this post
Hi

Can I please see Your website ?
User avatar
Moderator

GK User
Wed Sep 05, 2012 12:18 pm
Reply with quote
Report this post
It's not public yet but I can send send you a link privately if you tell me where to send it
User avatar
Platinum Boarder

GK User
Wed Sep 05, 2012 12:25 pm
Reply with quote
Report this post
The new suffix works I forgot to turn css override on the template settings
User avatar
Platinum Boarder


cron