-
AuthorPosts
-
November 25, 2014 at 1:18 am #203032
Hi,
How can I hide a submenu that is on an acm-header module?
I created the Menu and all the items on the Mainmenu but I want to hide one of the submenus item.
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 26, 2014 at 3:40 am #556548You can go to Megamenu Configuration of template style you’re using and set the ‘Submenu’ to ‘OFF’
November 26, 2014 at 1:46 pm #556646<em>@Saguaros 454808 wrote:</em><blockquote>You can go to Megamenu Configuration of template style you’re using and set the ‘Submenu’ to ‘OFF'</blockquote>
I tried that but the submenu option is ON and when I click it it doesn’t change to off, simply doesn’t do anything. And the options is not disabled like all the other ones besides it, but I still can’t turn it off.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2014 at 3:08 am #556727There seems to be problem with this function of T3 framework, I’ve reported this issue to development team. You can check its status here: http://pm.joomlart.com/browse/UBER-291
We are sorry for any inconvenience.
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 27, 2014 at 7:58 am #556797Try with this solution:
– Go to css file: pluginssystemt3adminmegamenucssmegamenu.css
– At the end of this file, you will see this declaration:
/* Fix not hide element in admin when adding hidden class */
.t3-megamenu ul li,
.t3-megamenu .mega-group-ct,
.t3-megamenu .open > .mega-dropdown-menu,
.t3-megamenu .mega-col-nav {
display: block!important;
}
Replace it with:
/* Fix not hide element in admin when adding hidden class */
#t3-admin-mm-container .hidden-xs,
#t3-admin-mm-container .hidden-sm,
#t3-admin-mm-container .hidden-md,
#t3-admin-mm-container .hidden-lg,
#t3-admin-mm-container .hidden-desktop,
#t3-admin-mm-container .hidden-phone {
display: block !important;
}
1 user says Thank You to Saguaros for this useful post
November 27, 2014 at 12:25 pm #556837<em>@Saguaros 455109 wrote:</em><blockquote>Try with this solution:
– Go to css file: pluginssystemt3adminmegamenucssmegamenu.css
– At the end of this file, you will see this declaration:
/* Fix not hide element in admin when adding hidden class */
.t3-megamenu ul li,
.t3-megamenu .mega-group-ct,
.t3-megamenu .open > .mega-dropdown-menu,
.t3-megamenu .mega-col-nav {
display: block!important;
}
Replace it with:
/* Fix not hide element in admin when adding hidden class */
#t3-admin-mm-container .hidden-xs,
#t3-admin-mm-container .hidden-sm,
#t3-admin-mm-container .hidden-md,
#t3-admin-mm-container .hidden-lg,
#t3-admin-mm-container .hidden-desktop,
#t3-admin-mm-container .hidden-phone {
display: block !important;
}
</blockquote>That worked ! I was now able to click on the switch to turn submenu off.
Thanks! 🙂
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by robosavvy 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum