questions on appearence
3 years 9 months ago #59849
by michaelP
questions on appearence was created by michaelP
Hello, I installed the free version of CK Mobile menu on my Joomla site to test it before buying the pro version. Please check the attachment, I would like to ask the following:
1. Can I remove the "Sidebar" + X button on top? If yes, how?
2. Can I have the menu appear immediately opened like in menu2.jpg ? without having to click on "Menu" header? I would also like to remove the "Menu" + X header.
Thanks in advance,
1. Can I remove the "Sidebar" + X button on top? If yes, how?
2. Can I have the menu appear immediately opened like in menu2.jpg ? without having to click on "Menu" header? I would also like to remove the "Menu" + X header.
Thanks in advance,
Please Log in or Create an account to join the conversation.
3 years 9 months ago #59850
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic questions on appearence
Hi
1. this is not a part of Mobile Menu CK, this is proably from your template
2. you could do that using CSS to force the menu to show
give me your url to check that
CEd
1. this is not a part of Mobile Menu CK, this is proably from your template
2. you could do that using CSS to force the menu to show
give me your url to check that
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 9 months ago #59855
by michaelP
Replied by michaelP on topic questions on appearence
Thank you. url is :
21737220891.thesite.link/
Please Log in or Create an account to join the conversation.
3 years 9 months ago #59856
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic questions on appearence
1. the sidebar comes from your T3 template, this is the offcanvas
you must check that into your template, I can not do that by my side
2. you can add this code in your page
you must check that into your template, I can not do that by my side
2. you can add this code in your page
Code:
#mobilemenuck-114-mobile-bar {
display: none !important;
}
#mobilemenuck-114-mobile {
display: block !important;
}
[data-id="mobilemenuck-114"] .mobilemenuck-button {
display: none;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 9 months ago #59857
by michaelP
Replied by michaelP on topic questions on appearence
Many Many Thanks! It worked ! I also managed to hide the Sidebar title i asked in 1.
One more question if I'm not asking much. Trying to resize the browser window, I see that for some width values, the CK offcanvas menu is replaced by my template offcanvas menu. How can I ensure I always see the CK menu ?
One more question if I'm not asking much. Trying to resize the browser window, I see that for some width values, the CK offcanvas menu is replaced by my template offcanvas menu. How can I ensure I always see the CK menu ?
Please Log in or Create an account to join the conversation.
3 years 9 months ago #59858
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic questions on appearence
great
try this code also to fix the last point
try this code also to fix the last point
Code:
#mobilemenuck-114-wrap > ul.nav {
display: none !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds