Archived topic
User Menu in Canvas Menu
1 reply · Started by Omar on July 13, 2021
Hello,
Thank you for your support,
I am wondering if it is possible to have the Off-Canvas menu something like below:
Before user login:

After user Login:

If it is not possible to be done using some codes, is there any recommended plugin for this?
Hi there,
That layout can be done by hooking your custom code on generate_inside_slideout_navigation hook.
Say, for example, you've already done the layout on a Block Element.
This block element can be hooked to generate_inside_slideout_navigation hook so it appears above the default menu on the off-canvas panel. :D