Problem Responsive Mobile...

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
Fri Sep 02, 2016 10:33 pm
Reply with quote
Report this post
Hello, I have several problems visualizazion and functionality in mobile devices ...

1) The main menu is not seen, it works, because this is in that position, but not displayed.

2) The third frame is disproportionated.

3) The translator flags, which are 5, with vertical phone are, but, with the horizontal telephone are just 4.

I sent some screens. Any solution ?, thanks, greetings ... :?: :idea:

Screenshot_2016-09-02-21-46-31.jpg


Screenshot_2016-09-02-21-48-40.jpg


Screenshot_2016-09-02-21-54-15.jpg
User avatar
Platinum Boarder

teitbite
Tue Sep 06, 2016 10:08 am
Reply with quote
Report this post
Hi

1. An icon disappeared after we change awsomefont version. I've corrected class name for new version in /layout/default.php line 105

Code: Select all
<i id="aside-menu-toggler" class="icon-reorder"></i>


to

Code: Select all
<i id="aside-menu-toggler" class="fa fa-bars"></i>


2. You have an error in HTML syntax. Just look how browser is trying to fix it by adding multiple </strong> closing tags. Please remamber that HTML code needs same amount of opening tags than closing.

3. There is simply no space there for 5 flags. Flags should be resized a little, but a way this module is made this can't be done easily. Try resize Log In button a little:

Code: Select all
@media only screen and (max-width:335px) {
.imageBg #gkLogin, #gkLogin {
margin-left: 0;
padding: 0 6px;
}
}
User avatar
Moderator

GK User
Tue Sep 06, 2016 11:05 am
Reply with quote
Report this post
Problem Solved, thank you, very much...
User avatar
Platinum Boarder

teitbite
Fri Sep 09, 2016 7:57 am
Reply with quote
Report this post
Hi

Glad to hear that. Closing this thread than.
User avatar
Moderator


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