Login popup - What if I wrong my password?

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 16, 2015 8:43 am
Reply with quote
Report this post
Hi guys I have a little problem with login box popup.

Evererything seems work but if I wrong password nothing happen, and I don't see the error message.

You can test this problem here: http://www.semidimarketing.it/

Can you help me? Thank you
User avatar
Expert Boarder

teitbite
Thu Apr 16, 2015 1:55 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#system-message {
    margin: 0;
}
User avatar
Moderator

GK User
Fri Apr 17, 2015 3:16 pm
Reply with quote
Report this post
Hi teitbite, i'm sorry but it doesn't work.
It doesn't seem a margin problem, It simply doesn't work. :((
User avatar
Expert Boarder

teitbite
Sun Apr 19, 2015 12:02 pm
Reply with quote
Report this post
Hi

Please send me an access to Your site. It's offline right now so I cannot check it again. Try:

Code: Select all
#system-message {
    margin: 0 !important;
}


Messages has a negative margin by default, so it's away of the visible area. Resetting margin should be right solution.
User avatar
Moderator

GK User
Mon Apr 20, 2015 8:18 am
Reply with quote
Report this post
I updated the code that you gave me, but it still does not work, you can try?
thanks
User avatar
Expert Boarder

teitbite
Mon Apr 20, 2015 11:50 am
Reply with quote
Report this post
Hi

Override was disabled in template settings, so my code was not used. Now it works.
User avatar
Moderator


cron