Login/register not showing

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sat Sep 11, 2010 5:13 pm
HI

I have been workign with mystore for a enw site, everything was oging fine but now the login and register drop downs are not showing. I rolled the site back and they worked fine again for a bit but it's happening, you can see here http://www.subwaytuamroad.com/. I have a login active on the Virtuemart Module and the function of logging in and out is working fine but not in the original position? can anyone help?

thanks

biggs
User avatar
Fresh Boarder

teitbite
Sun Sep 12, 2010 9:30 pm
Hi

I do not understand whay did it happen ;/ Probably some style conflict. Please fix it in a simpliest way I can think of, add this code at the end of template.css file:

Code: Select all
#popup_login {
height:136px;
}
User avatar
Moderator

GK User
Sun Sep 12, 2010 11:52 pm
You make some change somewhere... :huh:

Try adding this code:

Code: Select all
.gk_popup_wrap {position: fixed;margin-left:2px!important}
User avatar
Platinum Boarder

GK User
Tue Sep 14, 2010 6:14 pm
Hi Seichinha

I didnt make any changes to the css of the pop-ups at all, I was making some changes the virtuemart pages but nothing to effect the login, it's very strange. None of the suggested codes worked for me, I have used the template 3/4 times before making similar changes and nothing like this has happned....not sure what to do...??
User avatar
Fresh Boarder

teitbite
Thu Sep 16, 2010 10:37 am
Hi

The problem is with some javascript. It's not changing the height, so please try my solution one more time but forward it using "!important".

Code: Select all
#popup_login {
height:136px !important;
}


It's not the best solution, but may work for Your site.
User avatar
Moderator

GK User
Wed Sep 22, 2010 9:04 pm
Thanks teitbite

that worked, the cart so I set to Heigth: auto and it fixed that also, handy pice of code to know for next time.

thanks for all th ehelp from everyone.

biggs]
User avatar
Fresh Boarder


cron