Skip to content
New issue

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

[BUG] Slidebar on the left side does not work #4304

Closed
eerison opened this issue Mar 3, 2022 · 5 comments
Closed

[BUG] Slidebar on the left side does not work #4304

eerison opened this issue Mar 3, 2022 · 5 comments

Comments

@eerison
Copy link

eerison commented Mar 3, 2022

Slidebar on the left side does not work
A clear and concise description of what the bug is.

Screenshots
Screenshot 2022-03-03 at 16 16 59

Environment (please complete the following information):

  • AdminLTE Version: v3.2
  • Browser (Version): Chrome (Latest)

For some reason this dropdown menu does not work, I tried to copy the whole wrapper div, that I got from adminlte demo, and copy all css and js from headers, but it doesn't work at all, I don't know what I'm missing

@REJack
Copy link
Collaborator

REJack commented Mar 3, 2022

You shouldn't use the css/js files from our page, that's not a CDN use them from https://www.jsdelivr.com/package/npm/admin-lte. After you use the CDN files, checkout the console for errors.

@eerison
Copy link
Author

eerison commented Mar 4, 2022

You shouldn't use the css/js files from our page, that's not a CDN use them from https://www.jsdelivr.com/package/npm/admin-lte. After you use the CDN files, checkout the console for errors.

Hey @REJack , Yeah I know that I shouldn't use this css/js from admin demo, I was just trying to identify what exactly is the problem for this dropdown doesn't work!

I tested with cdn (https://cdn.jsdelivr.net/npm/admin-lte@3.2.0/dist/js/adminlte.min.js) but it doesn't work too!

what is necessary to this drop down work?

Screenshot 2022-03-04 at 11 05 09

@REJack
Copy link
Collaborator

REJack commented Mar 6, 2022

checkout the blank.html there are all minium required files loaded, at least you need jquery js, bootstrap js and adminlte css/js and for the fixed sidebar(scollable sidebar) you need scrollbarOverlays.

@eerison
Copy link
Author

eerison commented Mar 7, 2022

checkout the blank.html there are all minium required files loaded, at least you need jquery js, bootstrap js and adminlte css/js and for the fixed sidebar(scollable sidebar) you need scrollbarOverlays.

I'll test that :)

@eerison
Copy link
Author

eerison commented Mar 17, 2022

Ok, I can finish this issue!

it's more a question then a bug, if something doesn't work I can use this issue: #2542

Thanks for your support :)

@eerison eerison closed this as completed Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants