Base solution for your next web application
Open Closed

top bar and side bar metronic bug #5528


User avatar
0
vladsd created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @vladsd are there any errors on the browser console ? Could you share a screenshot ?

  • User Avatar
    0
    vladsd created

    @ ismcagdas, all menus are expanded and stop navigating, no clicks allowed. We send code to info@ email address.

  • User Avatar
    0
    alper created
    Support Team

    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/

  • User Avatar
    0
    vladsd created

    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.