Issue Login in mobile version

GK User
Thu Jun 18, 2015 10:57 am
Dear Team,

in mobile version "My account" is hidden, but users need to login to get access to special areas.
The links to such special areas are located in "user menu", so that users when logged just clicking on "my account" can immediately see those link.

Please help me to find a solution, considering that in the mobile version "My account" should not be opened in iframe to avoid usability problems.

Thank you in advance for your help,

Roberto

PS: I' ve other two opened topics in high priority, for which there're still no solution , here:

https://www.gavick.com/forums/storefron ... menu-46395
https://www.gavick.com/forums/storefron ... wing-45901
User avatar
Expert Boarder

teitbite
Sat Jun 20, 2015 1:12 pm
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Sun Jun 21, 2015 6:46 pm
Hi

Add this to the end of mobile.css file

Code: Select all
#gkTopMenu {
    background: #fff none repeat scroll 0 0;
    display: block;
    left: 0;
    padding: 0 5%;
    position: absolute;
    top: 100px;
    width: 90%;
}

#gkHeader {
    padding: 138px 0 0;
}
User avatar
Moderator

GK User
Sun Jun 21, 2015 7:32 pm
Dear Teitbite,
it works good,
thank you :-)
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.