We run into the bug, when route changes the top and side bar gets messed up.
For example:
page with nav at localhost:8000/ loads fine with menu then link is clicked and has to go to localhost:8000/app/main/dashboard and entire nav is messed up and stops working.
if navigation just happens within localhost:8000/app - its not problem
4 Answer(s)
-
0
@vladsd are there any errors on the browser console ? Could you share a screenshot ?
-
0
@ ismcagdas, all menus are expanded and stop navigating, no clicks allowed. We send code to info@ email address.
-
0
it must be related with the new menu items you added. check out the AspNet Zero demo. when you land in <a class="postlink" href="http://yourdemo.demo.aspnetzero.com/">http://yourdemo.demo.aspnetzero.com/</a> it redirects you to the default page => <a class="postlink" href="http://yourdemo.demo.aspnetzero.com/app/main/dashboard">http://yourdemo.demo.aspnetzero.com/app/main/dashboard</a> , why your app stays in localhost:8000/
-
0
We found work around and updated github. Its bug with metronic and route routes.
One might want to have a home page! That creates instant bug.