Home › Forums › WoodMart support forum › Text link to activate sidebar login › Reply To: Text link to activate sidebar login
June 22, 2020 at 9:51 pm
#205510
ionixcorp
Participant
Hello y2cjr
The class is correct, but if you try to use it in the header directly in a specific menu, it won’t work.
The class you use:
class=”login-side-opener”
It will only simulate opening the hidden sidebar but will not show it as such, this happens because the header needs to have the user menu active to be able to call the sidebar.
In order for it to work as follows, you must activate this menu in the header constructor (I couldn’t find another way, if there is one, I hope they explain it.)
An example: Click here to view.
I hope it helps you.