We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use this panel for landing page not for admin page... How to change this sidebar to navbar menu?
The text was updated successfully, but these errors were encountered:
in admin.js file change the next option to $.AdminBSB.options
breakpointWidth: 999999999 <-------------------- HERE CHANGE
and later hide the item that show the menu
<div class="navbar-header"> <a href="javascript:void(0);" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"></a> <a href="javascript:void(0);" class="bars"></a> <a class="navbar-brand" href="javascript:void(0);"> <span id="navBar-brand" class="hidden-xs"></span> </a> </div>
Sorry, something went wrong.
No branches or pull requests
I want to use this panel for landing page not for admin page... How to change this sidebar to navbar menu?
The text was updated successfully, but these errors were encountered: