- This topic has 12 replies, 3 voices, and was last updated 4 years ago by
Skandha.
-
AuthorPosts
-
January 14, 2019 at 5:33 am #163475
bobgarrett
ParticipantI have just discovered that third level menus are not appearing in my site http://www.ccrc.co.uk.
When the browser is sufficiently narrow to bring the “burger” menu then all menu levels are shown but when wide and so text menus the top and second levels are show but not the third.
These worked in your theme Kathmandu but not now we switched to Adventurous.
Can you advise?January 14, 2019 at 10:45 pm #163515Skandha
Participant@bobgarretthomenetworks-co-uk: I checked your site and all your menu items seems to be appearing fine at my end. Can you attach me a screenshot of what you are referring to?
Kind Regards,
SkandhaJanuary 15, 2019 at 5:45 am #163558bobgarrett
ParticipantAh! I just realised that it is only when logged in as a member that the Menu with extra menu level appears! Sorry.
I have now added an extra menu item Members -> Test Menu -> Test Sub menu in the public area. And further testing shows that the problem is that the menu does actually appear but it always appears to the right, which is off the screen for many screen widths. I thought the theme would detect this and bring it up to the left?
January 15, 2019 at 11:31 pm #163618Skandha
Participant@bobgarretthomenetworks-co-uk: This seems to be a bug in the theme which will be fixed in the next theme update. Thank you for reporting us the bug.
For now, Go to => Appearance => Customize => Additional CSS and add the following CSS Code..fixed-header #header-right .widget ul.menu ul ul, #header-right .widget ul.menu ul ul { right: 220px; top: 0; left:unset; }
Let me know if this works out!
Kind Regards,
SkandhaJanuary 16, 2019 at 5:12 am #163692bobgarrett
ParticipantTerrific. That worked. Thanks for the quick response.
January 16, 2019 at 5:16 am #163693Skandha
Participant@bobgarretthomenetworks-co-uk: Glad I was able to help you out. Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaJanuary 16, 2019 at 6:05 am #163701bobgarrett
ParticipantSpoke too soon!
It works sometimes, but mostly the sub-submenu box appears but as you slide the mouse across it goes away again. Could this be precise positioning?January 16, 2019 at 6:21 am #163710bobgarrett
ParticipantI think it is because the “hot” area of the menu item – the grey part – goes fully to the right of the menu but not fully to the left.
January 17, 2019 at 2:56 am #163778Skandha
Participant@bobgarretthomenetworks-co-uk: Sorry about that.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#header-right .widget ul.menu ul { padding:0 !important; width:220px !important; } #header-right .widget ul.menu li { padding-right:0px; padding:10px }
This should work out!
Kind Regards,
SkandhaJanuary 17, 2019 at 3:57 am #163783bobgarrett
ParticipantThanks for that, it worked though made the menus rather spaced out. I now have:
#header-right .widget ul.menu ul {
padding:0 !important;
width:220px !important;
}
#header-right .widget ul.menu li {
padding-right:10px;
padding-left:10px;
/*padding:10px*/
}January 17, 2019 at 4:19 am #163784Skandha
Participant@bobgarretthomenetworks-co-uk: Can you insert a third level menu on your site so that I can check how it is showing up at your end? The code I provided you seems to do the job at my end.
Kind Regards,
SkandhaFebruary 26, 2019 at 12:55 pm #166760rahulkumar12
ParticipantI have just discovered that third level menus are not appearing in my site https://www.justquarry.com/
When the browser is sufficiently narrow to bring the “burger” menu then all menu levels are shown but when wide and so text menus the top and second levels are show but not the third.
Can you advise?February 27, 2019 at 2:18 am #166816Skandha
Participant@rahulkumar12: Hello there,
You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum.Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Third level menus not appearing’ is closed to new replies.