Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.

 

Quicknavigation Bar not appearing

Vote:
 

I am using a fresh installation of EPiServer 7 MVC. When logged in I can't see the QuickNavigation Bar appearing on the top right corner. Should I do something to enable it? I have seen the same issue in other MVC sites but can't confirm for WebForms as it was working on new installations.

#65356
Jan 28, 2013 10:22
Vote:
 

You should add this part of code to your layout page:

<html>
...
    <body>
        @Html.RenderEPiServerQuickNavigator()
...

    

#65357
Jan 28, 2013 10:32
Vote:
 

Thanks !

#65358
Jan 28, 2013 10:37
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.