6 Answer(s)
-
0
Hi @csona
Is there any error message regarding this situation on the console screen? Can you share this? Also, can you share with us the content of the handleToggle method in the
sidebar.min.js
file? -
0
Hi @oguzhanagir
There is no any error on console screen. I am not able to find the sidebar.min.js file in my solution, can you please tell me the path for that file.
-
0
Hi @csona
This file does not exist in this version, my mistake. We could not reproduce this problem in the relevant version and in the final version. You can share your project at [email protected] e-mail address.
-
0
Hi @oguzhanagir,
I can not send you the full project , do you have any other solution for that?
-
0
Hi @csona
Make sure to add the
"data-kt-aside-minimize=on"
attribute to the body tag. If it is added, check the CSS styles created for this attribute. These css styles are located here:assets/metronic/themes/default/css/style.bundle.css
. -
0
Hi @oguzhanagir ,
Thanks for your reply, but the issue was something else, I am able to fix that. It is because we have made some wrong merge changes while migrating angular app from aspnet zero 10.2 to 11.2.