Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • robosavvy Friend
    #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 Moderator
    #556548

    You can go to Megamenu Configuration of template style you’re using and set the ‘Submenu’ to ‘OFF’

    robosavvy Friend
    #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 Moderator
    #556727

    There 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.

    Saguaros Moderator
    #556797

    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;
    }

    robosavvy Friend
    #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! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

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