problem with menu on mobile device.

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
Thu Nov 07, 2013 11:58 pm
Reply with quote
Report this post
hello,

It's possible to set the menu of the PC version for mobile version when we enlarge.

On ipad and iphone, the background is fixed but the menu text adapts to the screen display and text out of background menu.

in joomla admin, mobile version is disabled.

here is sample,

website: www.djnews.be
http://upload.djnews.be/iphone.jpg
http://upload.djnews.be/ipad.PNG

thank you
User avatar
Fresh Boarder

teitbite
Fri Nov 08, 2013 4:41 pm
Reply with quote
Report this post
Hi

Since You have mobile view disabled that there is no way to specifie what layout to use. The fastest would be to simply use a mobile menu for a desktop itself with this code added to css:

Code: Select all
#gkMobileMenu {
    display: block;
}

#gkMainMenu {
    display: none;
}


A propper option would be to att a device recognition to the template and load different css than but it's a customisation request which we do not support.

But if You need. I can take care of it in my private time for a small fee.
User avatar
Moderator


cron