Magento 2: Admin panel 3 level menu structure not working The 2019 Stack Overflow Developer Survey Results Are InRemove top drop menu extension items from admin panelMagento Admin Menu doesn't workCustom admin menu item not displayingMagento2: Sub-menu is not appearing in adminUnable to create menu in magento admin panelmagento 1.9 Admin menus are not workingMagento 2: MegaMenu extension's menu is not displaying in admin backendMagento 2 admin menu not working XamppSubsection in admin menuMagento 2.3.0 admin panel issue

Worn-tile Scrabble

Why do UK politicians seemingly ignore opinion polls on Brexit?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Reference request: Oldest number theory books with (unsolved) exercises?

Do these rules for Critical Successes and Critical Failures seem Fair?

Have you ever entered Singapore using a different passport or name?

Return to UK after being refused entry years previously

One word riddle: Vowel in the middle

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Delete all lines which don't have n characters before delimiter

How to answer pointed "are you quitting" questioning when I don't want them to suspect

What is the motivation for a law requiring 2 parties to consent for recording a conversation

How to deal with fear of taking dependencies

Lightning Grid - Columns and Rows?

Am I thawing this London Broil safely?

Is there a symbol for a right arrow with a square in the middle?

Multiply Two Integer Polynomials

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Time travel alters history but people keep saying nothing's changed

Why is the maximum length of OpenWrt’s root password 8 characters?

Does the shape of a die affect the probability of a number being rolled?

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

Is a "Democratic" Oligarchy-Style System Possible?

Is flight data recorder erased after every flight?



Magento 2: Admin panel 3 level menu structure not working



The 2019 Stack Overflow Developer Survey Results Are InRemove top drop menu extension items from admin panelMagento Admin Menu doesn't workCustom admin menu item not displayingMagento2: Sub-menu is not appearing in adminUnable to create menu in magento admin panelmagento 1.9 Admin menus are not workingMagento 2: MegaMenu extension's menu is not displaying in admin backendMagento 2 admin menu not working XamppSubsection in admin menuMagento 2.3.0 admin panel issue



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








7















I am trying to add a menu for my module in the admin panel. I want to add it like Grand Parent > Parent > Child structure.
I have used below code in my menu.xml



<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
<menu>
<add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
<add id="Vendor_Module::listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
<add id="Vendor_Module::settings" title="Child" module="Vendor_Module"
sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
resource="Vendor_Module::settings" parent="Vendor_Module::listgallery"/>
</menu>
</config>


But I can only see Grand parent and child menus. Please check below screenshot.
enter image description here










share|improve this question






























    7















    I am trying to add a menu for my module in the admin panel. I want to add it like Grand Parent > Parent > Child structure.
    I have used below code in my menu.xml



    <?xml version="1.0"?>
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
    <menu>
    <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
    <add id="Vendor_Module::listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
    <add id="Vendor_Module::settings" title="Child" module="Vendor_Module"
    sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
    resource="Vendor_Module::settings" parent="Vendor_Module::listgallery"/>
    </menu>
    </config>


    But I can only see Grand parent and child menus. Please check below screenshot.
    enter image description here










    share|improve this question


























      7












      7








      7


      1






      I am trying to add a menu for my module in the admin panel. I want to add it like Grand Parent > Parent > Child structure.
      I have used below code in my menu.xml



      <?xml version="1.0"?>
      <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
      <menu>
      <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
      <add id="Vendor_Module::listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
      <add id="Vendor_Module::settings" title="Child" module="Vendor_Module"
      sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
      resource="Vendor_Module::settings" parent="Vendor_Module::listgallery"/>
      </menu>
      </config>


      But I can only see Grand parent and child menus. Please check below screenshot.
      enter image description here










      share|improve this question
















      I am trying to add a menu for my module in the admin panel. I want to add it like Grand Parent > Parent > Child structure.
      I have used below code in my menu.xml



      <?xml version="1.0"?>
      <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
      <menu>
      <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
      <add id="Vendor_Module::listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
      <add id="Vendor_Module::settings" title="Child" module="Vendor_Module"
      sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
      resource="Vendor_Module::settings" parent="Vendor_Module::listgallery"/>
      </menu>
      </config>


      But I can only see Grand parent and child menus. Please check below screenshot.
      enter image description here







      magento2.3.0 adminmenu






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 23 hours ago









      Chirag Patel

      2,539423




      2,539423










      asked Apr 7 at 9:21









      Jaimin SutariyaJaimin Sutariya

      9,43522055




      9,43522055




















          3 Answers
          3






          active

          oldest

          votes


















          2














          Honestly, I didn't give the proper answer to your question. But found a way to show the parent menu. Actually, Magento is hiding First "parent" menu via CSS. So you need to add another parent menu and will display your previous parent menu.
          Here is my code:



           <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
          <menu>
          <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
          <add id="Vendor_Module::jsutariya_listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
          <add id="Vendor_Module::jsutariya_settings" title="Child" module="Vendor_Module"
          sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
          resource="Vendor_Module::settings" parent="Vendor_Module::jsutariya_listgallery"/>
          <add id="Vendor_Module::jsutariya_listgallery1" title="Another Parent" module="Vendor_Module" sortOrder="20" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
          </menu>
          </config>


          The main culprit is the following CSS and I don't know why its added in the first place by Magento



          .admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title 
          display: none;






          share|improve this answer


















          • 2





            Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

            – Jaimin Sutariya
            Apr 7 at 13:03


















          3














          After research a lot. I found that it is a not default Magento Bug But it is a feature!



          Actually, you can not see parent title because you have a single group.



          Let's understand with an example :



          In your custom module, you have created Grand menu > Parent menu > Child menu



          So in above Parent menu is a single group (You have only a single parent menu).



          But if you create another group menu under Grand menu like : Grand menu > Parent menu 2 > Child menu



          So here you have created 2 Parent menu (1) is Parent menu & (2) Parent menu 2 so basically it is 2 groups. if menu group is more then 1 group then Parent menu will display. It will not display if you have only single group menu.



          Magento Core Example :



          Go to Admin > Content there is 2 groups Elements and Design



          So it's parent menu is displaying. check below screen shoot.



          enter image description here



          But Go to Admin > Sales there is only single group Sales so parent menu is not displaying.



          Conclusion : If you want to display parent menu then you have to create 2 groups in the menu. Like above screenshot.



          • Issue is created in Git hub

          • Issue rejected Reason (Solution)

          Let me know if you have any query/concern in the above explanation. I hope it helps!






          share|improve this answer
































            1





            +50









            You have to need change _menu.less for fix the child menu issue actually Admin Navigation Menu labels hide in css.



            You can change below _menu.less file path and comment code which is already display:none.



            File path:




            magento/vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/_menu.less




            // This part hides Submenu Group Titles only for menus with single groups.
            /*.submenu .column:only-of-type .submenu-group-title,
            .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title
            display: none;
            */



            For more Details refer below links:




            https://github.com/magento/magento2/issues/13707



            https://github.com/magento/magento2/commit/d91e96b529e70dcec55d3b5336b471791dc42d54






            share|improve this answer























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "479"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269042%2fmagento-2-admin-panel-3-level-menu-structure-not-working%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Honestly, I didn't give the proper answer to your question. But found a way to show the parent menu. Actually, Magento is hiding First "parent" menu via CSS. So you need to add another parent menu and will display your previous parent menu.
              Here is my code:



               <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
              <menu>
              <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_settings" title="Child" module="Vendor_Module"
              sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
              resource="Vendor_Module::settings" parent="Vendor_Module::jsutariya_listgallery"/>
              <add id="Vendor_Module::jsutariya_listgallery1" title="Another Parent" module="Vendor_Module" sortOrder="20" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              </menu>
              </config>


              The main culprit is the following CSS and I don't know why its added in the first place by Magento



              .admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title 
              display: none;






              share|improve this answer


















              • 2





                Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

                – Jaimin Sutariya
                Apr 7 at 13:03















              2














              Honestly, I didn't give the proper answer to your question. But found a way to show the parent menu. Actually, Magento is hiding First "parent" menu via CSS. So you need to add another parent menu and will display your previous parent menu.
              Here is my code:



               <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
              <menu>
              <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_settings" title="Child" module="Vendor_Module"
              sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
              resource="Vendor_Module::settings" parent="Vendor_Module::jsutariya_listgallery"/>
              <add id="Vendor_Module::jsutariya_listgallery1" title="Another Parent" module="Vendor_Module" sortOrder="20" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              </menu>
              </config>


              The main culprit is the following CSS and I don't know why its added in the first place by Magento



              .admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title 
              display: none;






              share|improve this answer


















              • 2





                Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

                – Jaimin Sutariya
                Apr 7 at 13:03













              2












              2








              2







              Honestly, I didn't give the proper answer to your question. But found a way to show the parent menu. Actually, Magento is hiding First "parent" menu via CSS. So you need to add another parent menu and will display your previous parent menu.
              Here is my code:



               <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
              <menu>
              <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_settings" title="Child" module="Vendor_Module"
              sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
              resource="Vendor_Module::settings" parent="Vendor_Module::jsutariya_listgallery"/>
              <add id="Vendor_Module::jsutariya_listgallery1" title="Another Parent" module="Vendor_Module" sortOrder="20" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              </menu>
              </config>


              The main culprit is the following CSS and I don't know why its added in the first place by Magento



              .admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title 
              display: none;






              share|improve this answer













              Honestly, I didn't give the proper answer to your question. But found a way to show the parent menu. Actually, Magento is hiding First "parent" menu via CSS. So you need to add another parent menu and will display your previous parent menu.
              Here is my code:



               <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
              <menu>
              <add id="Vendor_Module::jsutariya" title="Grand Parent" module="Vendor_Module" sortOrder="100" resource="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_listgallery" title="Parent" module="Vendor_Module" sortOrder="10" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              <add id="Vendor_Module::jsutariya_settings" title="Child" module="Vendor_Module"
              sortOrder="40" action="adminhtml/system_config/edit/section/list_gallery"
              resource="Vendor_Module::settings" parent="Vendor_Module::jsutariya_listgallery"/>
              <add id="Vendor_Module::jsutariya_listgallery1" title="Another Parent" module="Vendor_Module" sortOrder="20" resource="Vendor_Module::listgallery" parent="Vendor_Module::jsutariya" />
              </menu>
              </config>


              The main culprit is the following CSS and I don't know why its added in the first place by Magento



              .admin__menu .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title 
              display: none;







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Apr 7 at 12:46









              ShankarShankar

              11226




              11226







              • 2





                Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

                – Jaimin Sutariya
                Apr 7 at 13:03












              • 2





                Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

                – Jaimin Sutariya
                Apr 7 at 13:03







              2




              2





              Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

              – Jaimin Sutariya
              Apr 7 at 13:03





              Thanks Shankar. I wonder why Magento kept it hidden. Users will get confused by this because they will only see Settings and will wonder to which module it is related to.

              – Jaimin Sutariya
              Apr 7 at 13:03













              3














              After research a lot. I found that it is a not default Magento Bug But it is a feature!



              Actually, you can not see parent title because you have a single group.



              Let's understand with an example :



              In your custom module, you have created Grand menu > Parent menu > Child menu



              So in above Parent menu is a single group (You have only a single parent menu).



              But if you create another group menu under Grand menu like : Grand menu > Parent menu 2 > Child menu



              So here you have created 2 Parent menu (1) is Parent menu & (2) Parent menu 2 so basically it is 2 groups. if menu group is more then 1 group then Parent menu will display. It will not display if you have only single group menu.



              Magento Core Example :



              Go to Admin > Content there is 2 groups Elements and Design



              So it's parent menu is displaying. check below screen shoot.



              enter image description here



              But Go to Admin > Sales there is only single group Sales so parent menu is not displaying.



              Conclusion : If you want to display parent menu then you have to create 2 groups in the menu. Like above screenshot.



              • Issue is created in Git hub

              • Issue rejected Reason (Solution)

              Let me know if you have any query/concern in the above explanation. I hope it helps!






              share|improve this answer





























                3














                After research a lot. I found that it is a not default Magento Bug But it is a feature!



                Actually, you can not see parent title because you have a single group.



                Let's understand with an example :



                In your custom module, you have created Grand menu > Parent menu > Child menu



                So in above Parent menu is a single group (You have only a single parent menu).



                But if you create another group menu under Grand menu like : Grand menu > Parent menu 2 > Child menu



                So here you have created 2 Parent menu (1) is Parent menu & (2) Parent menu 2 so basically it is 2 groups. if menu group is more then 1 group then Parent menu will display. It will not display if you have only single group menu.



                Magento Core Example :



                Go to Admin > Content there is 2 groups Elements and Design



                So it's parent menu is displaying. check below screen shoot.



                enter image description here



                But Go to Admin > Sales there is only single group Sales so parent menu is not displaying.



                Conclusion : If you want to display parent menu then you have to create 2 groups in the menu. Like above screenshot.



                • Issue is created in Git hub

                • Issue rejected Reason (Solution)

                Let me know if you have any query/concern in the above explanation. I hope it helps!






                share|improve this answer



























                  3












                  3








                  3







                  After research a lot. I found that it is a not default Magento Bug But it is a feature!



                  Actually, you can not see parent title because you have a single group.



                  Let's understand with an example :



                  In your custom module, you have created Grand menu > Parent menu > Child menu



                  So in above Parent menu is a single group (You have only a single parent menu).



                  But if you create another group menu under Grand menu like : Grand menu > Parent menu 2 > Child menu



                  So here you have created 2 Parent menu (1) is Parent menu & (2) Parent menu 2 so basically it is 2 groups. if menu group is more then 1 group then Parent menu will display. It will not display if you have only single group menu.



                  Magento Core Example :



                  Go to Admin > Content there is 2 groups Elements and Design



                  So it's parent menu is displaying. check below screen shoot.



                  enter image description here



                  But Go to Admin > Sales there is only single group Sales so parent menu is not displaying.



                  Conclusion : If you want to display parent menu then you have to create 2 groups in the menu. Like above screenshot.



                  • Issue is created in Git hub

                  • Issue rejected Reason (Solution)

                  Let me know if you have any query/concern in the above explanation. I hope it helps!






                  share|improve this answer















                  After research a lot. I found that it is a not default Magento Bug But it is a feature!



                  Actually, you can not see parent title because you have a single group.



                  Let's understand with an example :



                  In your custom module, you have created Grand menu > Parent menu > Child menu



                  So in above Parent menu is a single group (You have only a single parent menu).



                  But if you create another group menu under Grand menu like : Grand menu > Parent menu 2 > Child menu



                  So here you have created 2 Parent menu (1) is Parent menu & (2) Parent menu 2 so basically it is 2 groups. if menu group is more then 1 group then Parent menu will display. It will not display if you have only single group menu.



                  Magento Core Example :



                  Go to Admin > Content there is 2 groups Elements and Design



                  So it's parent menu is displaying. check below screen shoot.



                  enter image description here



                  But Go to Admin > Sales there is only single group Sales so parent menu is not displaying.



                  Conclusion : If you want to display parent menu then you have to create 2 groups in the menu. Like above screenshot.



                  • Issue is created in Git hub

                  • Issue rejected Reason (Solution)

                  Let me know if you have any query/concern in the above explanation. I hope it helps!







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 23 hours ago

























                  answered yesterday









                  Chirag PatelChirag Patel

                  2,539423




                  2,539423





















                      1





                      +50









                      You have to need change _menu.less for fix the child menu issue actually Admin Navigation Menu labels hide in css.



                      You can change below _menu.less file path and comment code which is already display:none.



                      File path:




                      magento/vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/_menu.less




                      // This part hides Submenu Group Titles only for menus with single groups.
                      /*.submenu .column:only-of-type .submenu-group-title,
                      .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title
                      display: none;
                      */



                      For more Details refer below links:




                      https://github.com/magento/magento2/issues/13707



                      https://github.com/magento/magento2/commit/d91e96b529e70dcec55d3b5336b471791dc42d54






                      share|improve this answer



























                        1





                        +50









                        You have to need change _menu.less for fix the child menu issue actually Admin Navigation Menu labels hide in css.



                        You can change below _menu.less file path and comment code which is already display:none.



                        File path:




                        magento/vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/_menu.less




                        // This part hides Submenu Group Titles only for menus with single groups.
                        /*.submenu .column:only-of-type .submenu-group-title,
                        .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title
                        display: none;
                        */



                        For more Details refer below links:




                        https://github.com/magento/magento2/issues/13707



                        https://github.com/magento/magento2/commit/d91e96b529e70dcec55d3b5336b471791dc42d54






                        share|improve this answer

























                          1





                          +50







                          1





                          +50



                          1




                          +50





                          You have to need change _menu.less for fix the child menu issue actually Admin Navigation Menu labels hide in css.



                          You can change below _menu.less file path and comment code which is already display:none.



                          File path:




                          magento/vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/_menu.less




                          // This part hides Submenu Group Titles only for menus with single groups.
                          /*.submenu .column:only-of-type .submenu-group-title,
                          .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title
                          display: none;
                          */



                          For more Details refer below links:




                          https://github.com/magento/magento2/issues/13707



                          https://github.com/magento/magento2/commit/d91e96b529e70dcec55d3b5336b471791dc42d54






                          share|improve this answer













                          You have to need change _menu.less for fix the child menu issue actually Admin Navigation Menu labels hide in css.



                          You can change below _menu.less file path and comment code which is already display:none.



                          File path:




                          magento/vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/_menu.less




                          // This part hides Submenu Group Titles only for menus with single groups.
                          /*.submenu .column:only-of-type .submenu-group-title,
                          .level-0 > .submenu > ul > .level-1:only-of-type > .submenu-group-title
                          display: none;
                          */



                          For more Details refer below links:




                          https://github.com/magento/magento2/issues/13707



                          https://github.com/magento/magento2/commit/d91e96b529e70dcec55d3b5336b471791dc42d54







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Apr 7 at 13:46









                          Kirti NariyaKirti Nariya

                          1,161415




                          1,161415



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269042%2fmagento-2-admin-panel-3-level-menu-structure-not-working%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                              Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

                              Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.