user account popup

GK User
Tue Oct 09, 2012 9:43 pm
Hello, when a user logs into the site and goes to the "your account" window that pops up it says Your Account or register. My question is how to get rid of the "or register". If a user is already logged in they don't need to register and makes it confusing to my users. I can't figure out how to get rid of those words. I have attached the image to show what I mean.

Thanks
Image
User avatar
Fresh Boarder

Konrad M
Wed Oct 10, 2012 6:39 am
Hi,
please try add to override.css
Code: Select all
#loginForm h3 + small {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Oct 10, 2012 3:14 pm
Konrad M wrote:Hi,
please try add to override.css
Code: Select all
#loginForm h3 + small {
display:none;
}

and remember to enable override.css option in template settings.


Hi, I tried this and have enable override turned on but it is still showing up. I even cleared my cache to make sure.
User avatar
Fresh Boarder

Konrad M
Wed Oct 10, 2012 3:16 pm
Please give me url to your site.
User avatar

GK User
Wed Oct 10, 2012 9:18 pm
Hi, I fixed it. When I inspected the element the "+" was not used.

remove the + between h3 and small
Code: Select all
#loginForm h3 small {
display:none;
}


works great now, thanks
User avatar
Fresh Boarder

GK User
Tue Mar 05, 2013 4:43 pm
When I hit "Your Account" all I see is Your Account and Log out-button.
No info on changing my details etc.

How come?
User avatar
Junior Boarder

Konrad M
Wed Mar 06, 2013 10:46 am
@Westerberg please go to module settings and check if you have any menu published in usermenu 'position'. If yes please go to this menu and check if you have added items to this menu. Remember that access for each menu item should be set to 'Registered'. And if you don't have any items please add them.
User avatar

GK User
Wed Mar 06, 2013 11:25 am
Thanx.

What menu should that be?
Just so we don't misunderstand each other. It's the link up on the right where you have shopping cart, login and your account (text links)
User avatar
Junior Boarder

GK User
Wed Mar 06, 2013 11:50 am
When logged in, and hovering the link "Your account" it goes to the same url as when you hover "Login"-link...
User avatar
Junior Boarder

Konrad M
Wed Mar 06, 2013 12:09 pm
@Westerberg please send me Private Message with access to your joomla back-end. Remember add lin kto this topic too.
User avatar

Konrad M
Wed Mar 06, 2013 1:59 pm
@Westerberg I made menu and added one item. Please do same thing with rest items. Next time I advise install our quickstart demo package. You will have all settings and datas as same as our demo.
User avatar

GK User
Thu Mar 07, 2013 11:45 am
Thank you. Figure it out.

When creating a menu using Edit VM account there's a link that says "Add product"?!
This shouldn't be visible. Also a text (no link) called Register is visible just above that :?
User avatar
Junior Boarder

Konrad M
Thu Mar 07, 2013 3:49 pm
Can you give some screen ?
User avatar

GK User
Fri Mar 08, 2013 10:33 am
Here you go
User avatar
Junior Boarder

Konrad M
Mon Mar 11, 2013 12:50 pm
Can you add this item for me to this test account you send me in PM ?
User avatar

GK User
Tue Mar 12, 2013 10:07 am
Looks like it's only visible for registered users, not admins.

You've got a new PM.
User avatar
Junior Boarder


cron