-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Level 2 Item not showing if it has children at level 3. #19
Comments
having same issue - it is because of the attempting to find a fix |
I'll take a closer look in the near future, but if you're still having issues, there's a small hotfix for customers/admins to not mess up the menu by hooking into nav-menus.php. |
@asifpix |
@AlexWebLab I can create a fix, however needs JS and CSS is this ok? |
Yeah you can share. Maybe I'll make a branch for that. |
Having same issue whereby third level isn't displaying as depicted above, is there a fix for this yet? |
I am still working on this amongst my day job. I am using it here if you are happy with that I can create a fork and PR and see what @AlexWebLab thinks, but need to think about the package for it a little too |
Hi @DrogoNevets - Your version seems to achieve the desired effect, so I would be more than happy to use that over what I have. The only thing i'd change for my personal requirement is to have the menu's open on mouseover rather than click on desktop, with open on click for mobile. I still can't understand why Bootstrap and Wordpress can't work together to fix this issue. |
I am away over the weekend, will try and start the packaging and PR process by next weekend for everyone |
I'm totally okay but NOT with open on hover. |
@DrogoNevets any progress? I've also run into a use case that could use this fix. |
Hello @AlexWebLab I have created a pull request with the fix. |
To avoid breaking anything in the current implementation (following Bootstrap design) , after a big effort I came up with a solution |
@cdsaenz this seems to work on desktop, but on mobile the menu immediately closes before it can open the third level. |
Thanks a lot Justin! Didn't have time to check the mobile menu. More CSS required, will see to that! |
UPDATE: I think I found the culprit :) These lines in $('.offcanvas a:not(.dropdown-toggle):not(a.remove_from_cart_button), a.dropdown-item').on('click', function() {
$('.offcanvas').offcanvas('hide');
}); |
Hi guys, how is this fix going? I'm not liying if I say I've been weeks looking for a fix and this is where the fix is almost found. The solutions of @DrogoNevets almost does it (except the hover issue mentioned by @AlexWebLab ). Is there any plan of publishing it? Thnks so much |
find the fix here https://github.com/imanishpushkar/bs5-navwalker |
Thanks!
On dj., de set. 1, 2022 at 14:15, Manish ***@***.***> wrote:
find the fix here https://github.com/imanishpushkar/bs5-navwalker
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Just tried it. It works, at first sight, beautifully. THANKS
En sábado, 3 de septiembre de 2022, 20:31:21 CEST, jordi cd ***@***.***> escribió:
Thanks!
On dj., de set. 1, 2022 at 14:15, Manish ***@***.***> wrote:
find the fix here https://github.com/imanishpushkar/bs5-navwalker
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Sorry to bother you again. I've inspected the element and in device it doesn't load the 3rd level of the menu.
I copied your exact code and the problem persisted. I do not get what's wrong
traveladic.com
En martes, 6 de septiembre de 2022, 11:02:42 CEST, jordi cd ***@***.***> escribió:
Actually, I just tried it with the phone and the 3rd level is not opening.
En martes, 6 de septiembre de 2022, 10:30:48 CEST, jordi cd ***@***.***> escribió:
Just tried it. It works, at first sight, beautifully. THANKS
En sábado, 3 de septiembre de 2022, 20:31:21 CEST, jordi cd ***@***.***> escribió:
Thanks!
On dj., de set. 1, 2022 at 14:15, Manish ***@***.***> wrote:
find the fix here https://github.com/imanishpushkar/bs5-navwalker
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@jakenCD I have written steps too, follow them, clear your cache, it will work. |
@imanishpushkar working for me, thanks |
It worked like a charm. Thanks!
On dl., de set. 19, 2022 at 13:04, ***@***.***> wrote:
@imanishpushkar working for me, thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sorry, it was my fault.
I have the device menu inserted in a modal. That is the problem. Trying to solve it.
En martes, 6 de septiembre de 2022, 11:16:34 CEST, jordi cd ***@***.***> escribió:
Sorry to bother you again. I've inspected the element and in device it doesn't load the 3rd level of the menu.
I copied your exact code and the problem persisted. I do not get what's wrong
traveladic.com
En martes, 6 de septiembre de 2022, 11:02:42 CEST, jordi cd ***@***.***> escribió:
Actually, I just tried it with the phone and the 3rd level is not opening.
En martes, 6 de septiembre de 2022, 10:30:48 CEST, jordi cd ***@***.***> escribió:
Just tried it. It works, at first sight, beautifully. THANKS
En sábado, 3 de septiembre de 2022, 20:31:21 CEST, jordi cd ***@***.***> escribió:
Thanks!
On dj., de set. 1, 2022 at 14:15, Manish ***@***.***> wrote:
find the fix here https://github.com/imanishpushkar/bs5-navwalker
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Actually, I just tried it with the phone and the 3rd level is not opening.
En martes, 6 de septiembre de 2022, 10:30:48 CEST, jordi cd ***@***.***> escribió:
Just tried it. It works, at first sight, beautifully. THANKS
En sábado, 3 de septiembre de 2022, 20:31:21 CEST, jordi cd ***@***.***> escribió:
Thanks!
On dj., de set. 1, 2022 at 14:15, Manish ***@***.***> wrote:
find the fix here https://github.com/imanishpushkar/bs5-navwalker
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks @imanishpushkar |
1 similar comment
Thanks @imanishpushkar |
bootstrap 5 multi level menu not working in wordpress theme |
Hello Alex,
Hope you are doing well. I have encountered an issue today.
If you have any 3rd level menu item then it's immediate parent item will not show. To get understand the issue I have attached 2 screenshots. On 2nd screenshot of front-end you can see that, the "Level 2" menu item is not showing because of it has children. "Level 2a" and "Level 2b" are showing properly because of they don't have any children items.
I have fixed the issue already on my side.
Best Regards
Asif
The text was updated successfully, but these errors were encountered: