GTraslate in Mobile...

Support desk for Multipurpose Quark Theme
GK User
Tue Feb 23, 2016 12:44 am
Hi. Any chance that the GTranslate module is visible on mobile devices ?, because in my case, part of the Main Menu, I can use it only in the PC, thanks, greetings ...
User avatar
Platinum Boarder

GK User
Tue Feb 23, 2016 9:57 am
Hello,

Please provide an URL to your website - I must to see and analyze this case on a live website :)
User avatar
Moderator

GK User
Tue Feb 23, 2016 10:05 am
Hi. "Teitbite" has all the coordinates of my site and also access data, thanks, greetings ...
User avatar
Platinum Boarder

GK User
Tue Feb 23, 2016 2:02 pm
As I see you have put the GTranslate module inside the menu - in this case there is no way to display it on mobile.

The only solution is create a custom module position near the menu and add a proper CSS position and styling for it. Then you can publish your module on this module position.
User avatar
Moderator

GK User
Tue Feb 23, 2016 3:55 pm
Hi. Improvisamente the GTranslate module is not in the position where it was, is below the menu and non-aligned as before ... you've made any changes ?, thanks, greetings ...
User avatar
Platinum Boarder

GK User
Tue Feb 23, 2016 6:01 pm
The only change which I have made was disable "Group" option in the men shoes menu item. Your issue is probably connected with the following CSS code:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li.last {
    position: relative;
    top: 100px;
}


But I did not add it to your website.
User avatar
Moderator

GK User
Wed Feb 24, 2016 9:58 am
Hi. All codes that you see in my CSS, were suggested by your moderators. Thanks greetings...
User avatar
Platinum Boarder

GK User
Wed Feb 24, 2016 11:51 am
So most probably other CSS changes caused issue with this part of the code. Please consult this issue in the topic where the mentioned change was suggested.
User avatar
Moderator

GK User
Wed Feb 24, 2016 2:29 pm
"GTranslate module is not in the position where it was, is below the menu and non-aligned as before", some kind of solution?, thanks...
User avatar
Platinum Boarder

GK User
Wed Feb 24, 2016 5:33 pm
You have to change the mentioned code fragment:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li.last {
    position: relative;
    top: 100px;
}


to:

Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li.last {
    position: relative;
    top: 12px;
}
User avatar
Moderator

GK User
Wed Feb 24, 2016 9:59 pm
Hi. resolved, perfect ... thanks, greetings from Italy ... pd problem: I have no idea how this parameter is changed ?, ok, how important it is resolved ...
User avatar
Platinum Boarder


cron