Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Prachi Vyas 10 posts 110 karma points
    May 17, 2019 @ 12:15
    Prachi Vyas
    0

    Not able to Navigate from Child member in TopNavigation

    Hello All,

    I am stuck with navigation in Umbraco 8. I have used default blog and blogpost page for post blog but now I was not able to navigate from my topnavigation in blogpost page. I have attached my code and screenshot. Please help me out. It is very urgent.

    enter image description here

    <a class="nav-link header_list" href="AboutUs">About</a>
    
    <a class="nav-link header_list " href="Clients">Clients</a>
    <a class="nav-link header_list nav-link--active: null" href="Blog">Blog</a>
    <a class="nav-link header_list margin_right20 umb-tabs-nav" href="contact">Contact</a>
    <a class="nav-link header_listmenu" href="http://mortgagetec.sourced-solutions.com/account/login" target="_blank">Go online <span>with Mortgage Tec</span></a>
    <a class="nav-link header_listmenu" href="#" target="_blank">14 Day Free Trial</a>
    
  • Josip 195 posts 662 karma points c-trib
    May 17, 2019 @ 12:42
    Josip
    100

    Hi Prachi,

    Try to change this :

    <a class="nav-link header_list" href="AboutUs">About</a>
    

    To this:

    <a class="nav-link header_list" href="/aboutus/">About</a>
    
  • Prachi Vyas 10 posts 110 karma points
    May 17, 2019 @ 12:58
    Prachi Vyas
    0

    Hi @Josip

    It is working. Thanks a lot . You have saved my time .

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies