Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
When sidebar is collapsed, the active menu item does not collapse and stay behind all other elements.
Please find the attachment for this
Thanks.
Hi Azhar,
I have checked our theme online to see if this issue is present but I was not able to reproduce it:
http://drops.laborator.co/JDaG
The menu collapse/expand works fine and active menu element is placed behind other elements.
In case if this happens, this fix will solve issue:
jQuery( 'sidebar-menu li a' ).click( function( ev ) {jQuery( 'sidebar-menu li ul' ).removeAttr( 'style' );
} );