Maximenu_CK displays Menu Alias items also
13 years 6 months ago #1050
by bmm01
Maximenu_CK displays Menu Alias items also was created by bmm01
I have installed Maximenu CK and configured it to display a vertical menu (see screenshot) - this is working perfectly. The problem is that it is also displaying my Top Menu items (which are menu item alias to items in the vertical menu) as another vertical menu above the other menu.
How should I configure to prevent the Top menu being displayed as a Maximenu?
I am using the Beez20 template.
Thanks
How should I configure to prevent the Top menu being displayed as a Maximenu?
I am using the Beez20 template.
Attachment Maximenu_CK_ss.JPG not found
Thanks
Attachments:
Please Log in or Create an account to join the conversation.
13 years 6 months ago #1054
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Maximenu_CK displays Menu Alias items also
hi
please give me your url
CEd
please give me your url
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 6 months ago #1060
by bmm01
Replied by bmm01 on topic Re: Maximenu_CK displays Menu Alias items also
Thanks CEd - it's mallacoota.creative-design.com.au
I checked that there was no alias for the "Top" menu items as they have the same parent as the "Maximenu CK" menu items.
Brett
I checked that there was no alias for the "Top" menu items as they have the same parent as the "Maximenu CK" menu items.
Brett
Please Log in or Create an account to join the conversation.
13 years 6 months ago #1061
by bmm01
Replied by bmm01 on topic Re: Maximenu_CK displays Menu Alias items also
Also, the module Maximenu is not assigned to the "Top" menu items.
Please Log in or Create an account to join the conversation.
13 years 6 months ago #1063
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Maximenu_CK displays Menu Alias items also
ok
it's an issue from my theme.Go in the theme, edit the file maximenuV_CK.php and delete the last lines :
it's an issue from my theme.Go in the theme, edit the file maximenuV_CK.php and delete the last lines :
Code:
/*** compatibility layer for native template Beez20 and Beez5 ***/
#header
{
overflow:visible !important;
z-index:1000 !important;
}
#header ul.menu li a:link,
#header ul.menu li a:visited
{
display: block !important;
}
div#maximenuCK ul.menu li ul li ul li ul
{
border:none !important;
padding-top:0px !important;
padding-bottom:0px !important;
background:transparent !important;
}
div#maximenuCK ul.menu li ul li ul
{
border:0 !important;
background:transparent !important;
padding-bottom:0;
}
#header ul.menu li.maximenuCK.active a:link,
#header ul.menu li.maximenuCK.active a:visited
{
border-right:none !important;
background:transparent !important;
}
#header ul.menu
{
margin-top:0px !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds