Base solution for your next web application
Open Closed

V5.0 Core/jQuery Top Navigation Issue #4256


User avatar
0
cmthomps created

Is anyone else having an issue where you set the navigation to be across the top and the menu items fail to "click"? The side nav works fine for me and, with the top nav, if I right click the item and select open in new tab it works fine too. Seems like there maybe an css z-index issue or something like that. Wondering if it's just me.


14 Answer(s)
  • User Avatar
    0
    cmthomps created

    Just to clarify, it's the sub-items under administration that are not working for me.

  • User Avatar
    0
    bbakermmc created

    I assume it because your project didn't build correctly. What does the JS console log say? You most likely didn't do some of these steps: Nuget Restore NPM Install Run GulpFile with Prod tag or remove prod check from code. Build Publish

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks a lot @BBakerMMC :).

    We actually suggest installing package susing yarn to prevent more problems. According to our tests, gulp task should work without --dev parameter as well.

    Here is the related documentation <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Core#npm--front-end-dependencies">https://aspnetzero.com/Documents/Develo ... pendencies</a>.

  • User Avatar
    0
    cmthomps created

    @ismcagdas any additional ideas on my navigation issue? I've attached a video of what I'm seeing. You'll see that I'm hovering over the Users link and clicking but the browser does not navigate.

    [https://youtu.be/hdbfkvepGbQ])

  • User Avatar
    0
    aaron created
    Support Team

    @cmthomps Like BBakerMMC asked, what does the JS console log say?

  • User Avatar
    0
    cmthomps created

    It's clean, no errors are thrown. Which makes me think it's some sort of css issue.

  • User Avatar
    0
    [email protected] created

    We are experiencing the same problem. Version 5.0.4, MVC Core + JQuery. The expanded menu is working fine, the collapsed one is not working (i.e. nothing happen when you click on the nav link).

    David

  • User Avatar
    0
    rvanwoezik created

    I experience the same (v5.04) no errors. Also changing Header bar -> skin to Dark, doesn't work with menu on left side

  • User Avatar
    0
    trendline created

    Version 5.0.4 core+jquery, encountered the same issue too.

  • User Avatar
    0
    aaron created
    Support Team

    Hi all, please try this fix: https://github.com/aspnetzero/aspnet-zero-core/pull/642/files

    This will be in the next patch (v5.0.5).

  • User Avatar
    0
    cmthomps created

    That fixed it for me. Thank you very much.

  • User Avatar
    0
    blewis created

    Just like rvanwoezik,

    On 5.3 CORE MVC + jquery, changing the Header desktop skin from light to dark doesn't do anything. It seems to always be set to light.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @blewis we haven't included header bar from Metronic into AspNet Zero. But I just checked the Header tab on UI customization screen and the title of skin dropdown is wrong I guess. It is the skin of header menu's dropdowns. You can see it in the below screenshot. Maybe we should remove this setting as well. We thought it could be useful for the ones who want to use header bar of Metronic in the future.

  • User Avatar
    0
    blewis created

    OK, I misunderstood. I thought this setting would change the entire top bar space from white to dark. I didn't realize it was associated with a menu that you didn't implement.

    Bryan