- Issue created by @jsimonis
- πΊπΈUnited States jwjoshuawalker San Diego
There isn't a permission regarding that, but perhaps your markup is different between anon & auth, check that whatever class(es) you're targeting are accurate for anon.
- πΊπΈUnited States jsimonis
It seems to be using the same ids/classes whether I am logged in or not. I've added every one I can think of to use and none seem to be affecting it for anonymous users.
Here's an example page: https://jenni.nu-look.net/web/biography
- πΊπΈUnited States jsimonis
I've tried every single class and id that shows for the menu and the area it's in, and I cannot find a single one that switches it to the responsive menu for anonymous users.
- πΊπΈUnited States sikofitt
Hi, I believe this is related to Remove jquery.once dependency. π Remove jquery.once dependency. Active . The dependency core/once is still missing. You can see my comment here π Remove jquery.once dependency. Active
I have inspected @jsimonis's site, and when logged in, core/once is injected into the document. When you are not logged in core/once is not injected into the document. I'm thinking that there is another module that is only enabled for logged in users that is injecting the core/once files.
- πΊπΈUnited States ashrafabed
Changing Category from "Support request" to "Bug report" because this is a bug.
- πΊπΈUnited States ashrafabed
I submitted a merge request which resolves the issue:
https://git.drupalcode.org/project/responsive_menus/-/merge_requests/7This was done as part of a Debug Academy Drupal training course to resolve an issue we encountered during our class project.
- Merge request !8#3482010 - 2.x "Once" library not loading for anonymous. β (Merged) created by ashrafabed
- πΊπΈUnited States ashrafabed
Update:
- MR #7 ( https://git.drupalcode.org/project/responsive_menus/-/merge_requests/7 ) resolves it for the 8.x-1.x branch
- MR#8 ( https://git.drupalcode.org/project/responsive_menus/-/merge_requests/8 ) resolves it for the 2.0.x branch - 02e82108 committed on 2.0.x
#3482010 - 2.x "Once" library not loading for anonymous.
- 02e82108 committed on 2.0.x
-
jwjoshuawalker β
committed b7c750a2 on 8.x-1.x authored by
ashrafabed β
Resolve #3482010 "Not showing for"
-
jwjoshuawalker β
committed b7c750a2 on 8.x-1.x authored by
ashrafabed β
Automatically closed - issue fixed for 2 weeks with no activity.