Archived topic
Unusual slideout menu behaviour (items not showing on some devices)
3 replies · Started by Toby on May 20, 2022
Hey guys,
I am using a the generate_after_slideout_navigation hook to generate two menu items in the slideout menu and am having issue with certain devices.
See video: https://gyazo.com/b8b2716bde3992a6e1dffa10fd4d2eec
I thought it may be an issue with the responsive viewer plugin that I use but I have confirmed the issue with several other tools.
Could you take a look?
Hi there,
the content inside your off canvas panel has the hide-on-desktop hide-on-tablet classes.
https://www.screencast.com/t/cEsmeXAuR
When switching to landscape the device orientation comes into play and the width of the screen now falls into the tablet or desktop sizes and the CSS hides it.
You can remove the hide-on- classes to fix that.
I had never seen those classes used before..
Thank you David!
Glad to be of help!