Adminlte: not working on server

Created on 2 Mar 2017  路  9Comments  路  Source: ColorlibHQ/AdminLTE

Dropdown menus, data-toggle="tooltip", bootstrap data-toggle="modal", Tabs, icheck scripts, and data-spy="scroll" which have found in documentation page ( arrow link which takes from footer to top) are not working on the server but anything i say work on localhost and the index.html or other html page of the theme while i open without server its working again.

Most helpful comment

Yep only jQuery errors 馃槃 Upload jQuery-2.2.3.min.js then it should work.

My console gives this erros.

Error: Bootstrap's JavaScript requires jQuery  bootstrap.min.js:11:37
ReferenceError: jQuery is not defined[Weitere Informationen]  jquery.slimscroll.min.js:16:1
Error: AdminLTE requires jQuery  app.min.js:13:5510
ReferenceError: jQuery is not defined[Weitere Informationen]  demo.js:340:1

All 9 comments

Check your console on your server and check the order of the javascript files.

default javascript order:

  1. jquery-2.X.min.js & jquery-ui
  2. bootstrap.min.js
  3. icheck & other custom scripts
  4. AdminLTE's app.min.js
  5. Page specific scripts (like dashboard.js, demo.js)

Like it's in Dashboard v1

The order is ok. Before this theme the dropdown menu and animated popup is working on the server

Please provide your html & js code to help you better.

陌m connectin' from mobile right know if you wanna see the code is here atolyemde.com

jQuery-2.2.3.min.js is missing.

A little hint: the console tell you the errors too 馃槃

Thank you. Errors are jquery? what're the others i cant see

Yep only jQuery errors 馃槃 Upload jQuery-2.2.3.min.js then it should work.

My console gives this erros.

Error: Bootstrap's JavaScript requires jQuery  bootstrap.min.js:11:37
ReferenceError: jQuery is not defined[Weitere Informationen]  jquery.slimscroll.min.js:16:1
Error: AdminLTE requires jQuery  app.min.js:13:5510
ReferenceError: jQuery is not defined[Weitere Informationen]  demo.js:340:1

Thank you for your helps

no problem ^^

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fromberg100 picture fromberg100  路  4Comments

acacha picture acacha  路  4Comments

jrandhawa09 picture jrandhawa09  路  3Comments

frlinw picture frlinw  路  3Comments

riklaunim picture riklaunim  路  3Comments