Logout overlay

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
Mon Jun 17, 2013 1:30 pm
Reply with quote
Report this post
Hi,
my logout screen looks like this from the beginning of using Magazine.

Image

In blue (the username) is only visible when selected. And some details further down seem not to display...
The template is up-to-date Version: 3.9 Date: 14/06/2013
User avatar
Fresh Boarder

GK User
Mon Jun 17, 2013 1:52 pm
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Mon Jun 17, 2013 2:34 pm
Reply with quote
Report this post
Hello Cyberek,

I appreciate your offer to assist, but could you please explain why you need
admin rights to solve my problem, instead of leading me to the right spot in
CSS or PHP ? Think I have enough knowledge myself to get there ...
Participating in this Forum is for me to reveal help for others as well.
Why else should I go to a Forum when there is a 24/7 support for registered Gavick users.
Please explain ...

Jo
User avatar
Fresh Boarder

GK User
Mon Jun 17, 2013 4:01 pm
Reply with quote
Report this post
Because having access to backend I can also login to your site and check live whats wrong ;).
How to resolve the problem - will be posted here in forum.
User avatar
Moderator

GK User
Mon Jun 17, 2013 7:37 pm
Reply with quote
Report this post
Ok, its bug in our tempalte and I have already submitted it to our dev team. To quickly fix that You can edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
#gkPopupLogin #loginForm {min-height: 186px;}
.logout-button .login-greeting {color: #000;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jun 17, 2013 9:26 pm
Reply with quote
Report this post
Thanks for your quick reply.
This looks resolved, but the .login-greeting is still white on white.
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 7:33 am
Reply with quote
Report this post
Code: Select all
#gkPopupLogin #loginForm {min-height: 186px;}
#loginForm .login-greeting {color: #000;}

try with this code.
User avatar
Moderator

GK User
Tue Jun 18, 2013 1:38 pm
Reply with quote
Report this post
Thank you, that's correct.
User avatar
Fresh Boarder


cron