Mobile menu doesn't show
9 years 5 months ago #31317
by michiel
Mobile menu doesn't show was created by michiel
Hi,
On this site: medecservice.mascomm.be I installed maximenu ck + the mobile plugin. But when I set the plugin settings to "resolution" it disappears on my screen.
So I set it to "tablet and phone" but now it's just a sort of basic responsive accordion menu, not mobile the way it's meant to be.
By the way I the maximenu is hidden when screen size is larger than 500px.
+ you're not going to see the menu when you're not logged in, I made an account for you, how can I give you the data?
On this site: medecservice.mascomm.be I installed maximenu ck + the mobile plugin. But when I set the plugin settings to "resolution" it disappears on my screen.
So I set it to "tablet and phone" but now it's just a sort of basic responsive accordion menu, not mobile the way it's meant to be.
By the way I the maximenu is hidden when screen size is larger than 500px.
+ you're not going to see the menu when you're not logged in, I made an account for you, how can I give you the data?
Please Log in or Create an account to join the conversation.
9 years 5 months ago #31318
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile menu doesn't show
Hi
I don't see any maximenu module loaded into your page, please check that the module Maximenu CK is published into a template position and assigned to all pages
CEd
I don't see any maximenu module loaded into your page, please check that the module Maximenu CK is published into a template position and assigned to all pages
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 5 months ago #31319
by michiel
Replied by michiel on topic Mobile menu doesn't show
Hi,
As I said: you're not going to see it unless you logged in, it's only for registered users. I made you an account (super user) , how can I send you the details?
As I said: you're not going to see it unless you logged in, it's only for registered users. I made you an account (super user) , how can I send you the details?
Please Log in or Create an account to join the conversation.
9 years 5 months ago #31320
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile menu doesn't show
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 5 months ago #31323
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile menu doesn't show
first you have this
this will hide your normal menu in any cases
you must remove this to show the normal menu
line 1699 of medecservice.mascomm.be/templates/medectemplate/css/joomla.cssbody div#maximenuck115 {
display: none;
}
this will hide your normal menu in any cases
you must remove this to show the normal menu
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 5 months ago #31327
by michiel
Replied by michiel on topic Mobile menu doesn't show
Hi,
Yes i know, it's a media query
@media(min-width:500px){
body div#maximenuck115 {
display: none;
}
I don't want the maximenuck to show when the screen is wider than 500px.
I'm trying to make a not responsive template responsive. I want to keep the original menu, the sidebar on the left, but I want the mobile menu ck to show only when screensize is smaller than 500px.
I just removed the code to test if it made any difference relating to my issue, and it didn't.
So the problem must bz somewhere else.
Yes i know, it's a media query
@media(min-width:500px){
body div#maximenuck115 {
display: none;
}
I don't want the maximenuck to show when the screen is wider than 500px.
I'm trying to make a not responsive template responsive. I want to keep the original menu, the sidebar on the left, but I want the mobile menu ck to show only when screensize is smaller than 500px.
I just removed the code to test if it made any difference relating to my issue, and it didn't.
So the problem must bz somewhere else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.231 seconds