ColorlibHQ / gentelella

Free Bootstrap 4 Admin Dashboard Template
https://colorlib.com/polygon/gentelella/index.html
MIT License
21.07k stars 6.86k forks source link

sidebar menu dropdown not working #697

Open varunrayen opened 6 years ago

varunrayen commented 6 years ago

I am trying to use the template for a react app. But everything seems to be working. except the sidebar-menu

When i inspect the <a> tag in the sidebar-menu it doesn't have any event listeners from custom.min.js

whereas other custom event listeners like the one for collapse-link works fine.

any idea, why this happens?

razvanaldea89 commented 5 years ago

@varunrayen Hello, are you still experiencing this issue?

cissecedric commented 5 years ago

Hello, thank you for asking, and yes the issue is still present

razvanaldea89 commented 5 years ago

Could you please describe the problem with more info? For example, is the sidebar-menu not working at all or just the the multilevel part ? Do you have any errors in the console?

razvanaldea89 commented 5 years ago

Think I found the issue you were facing and a fix will be available soon. Thankyou

sublimedatasys commented 5 years ago

You can use event listener in your app.

In gentelella it was not required. Here Jquery and Java-script predefined methods are used with reference to class name. You can check custom.js, Where “removeClass(), slideUp()” are use to handle sidebar menu.

cristianraiber commented 5 years ago

Feel free to comment on this issue if you're still facing problems and we'll reopen.

AdnanHussainTurki commented 4 years ago

Still facing the issue. Neither the the sidebar is expanding towards right nor the dropdown in sidebar working. Annotation 2020-07-19 195802

AdnanHussainTurki commented 4 years ago

Still facing the issue. Neither the the sidebar is expanding towards right nor the dropdown in sidebar working. Annotation 2020-07-19 195802

Sorry, the issue was the placement of scripts. It should be right before the end of body </body> not in the head. Thanks though.

cristianraiber commented 4 years ago

cc @sublimedatasys