Different homepage or Mobile Menu

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
Sat Aug 31, 2013 8:49 am
Reply with quote
Report this post
How can I assign different home page or menu to the mobile version of the Rockwall?
User avatar
Fresh Boarder

teitbite
Sun Sep 01, 2013 8:49 pm
Reply with quote
Report this post
Hi

Different menu can be selected in template parameters, but the different look for homepage can be achieve only by attaching different modules and using a module class suffix to show them on mobile version only.
User avatar
Moderator

GK User
Sun Sep 01, 2013 10:29 pm
Reply with quote
Report this post
Hi Teitbite,
Thank you for your respond, Menu Parameters has only one option for menu which covers the desktop and mobile version.

Thanks,

teitbite wrote:Hi

Different menu can be selected in template parameters, but the different look for homepage can be achieve only by attaching different modules and using a module class suffix to show them on mobile version only.
User avatar
Fresh Boarder

teitbite
Tue Sep 03, 2013 9:24 pm
Reply with quote
Report this post
Hi

Sorry, my mistake. A different menu option was removed to fully support responsive functionality, which means that any menu structure will be replaced with a select field.

What changes to menu You need exactly ?
User avatar
Moderator

GK User
Tue Sep 03, 2013 10:36 pm
Reply with quote
Report this post
Thanks for your help, my current site has some elements that are not responsive, I would like to have another menu so I can a a minimal website for mobile users with less items.

teitbite wrote:Hi

Sorry, my mistake. A different menu option was removed to fully support responsive functionality, which means that any menu structure will be replaced with a select field.

What changes to menu You need exactly ?
User avatar
Fresh Boarder

teitbite
Wed Sep 04, 2013 11:34 pm
Reply with quote
Report this post
Hi

If this is a problem than I advice to use a module menu published in one of the position on top of the site, than I would hide the old menu with this code added to template and mobile css files:

Code: Select all
#gkMainMenu {
    display: none;
}
User avatar
Moderator


cron