Modify The Header Navigation Menu Container Manually

 

In Layout Manager, you can set up the Header Navigation Menu Container that is in the Horizontal Navigation MenuSee Chapter 4.1.1.4  Header Navigation Menu Container for more information.

ScreenShot054.jpg

 

If you wish to modify the horizontal menu manually, you need to modify the shoppage_header.htm template file located in the “templates\default folder.

 

Please follow the steps below:

 

1.   Open shoppage_header.htm file using text editor.

 

2.   Locate the code below:

<div id="vp_horomenu"><%horomenu "D"%></div>

 

3.   If you want to remove the horizontal menu, simply delete the code above.

If you want to move the menu to another position, then please move the code anywhere in your site where you wish to display the box.

 

Note: You must move the whole string including the ID, because the ID is recognized by Layout Manager.

 

The ID name that contains the prefix “vp_” indicates that the object is used in Layout Manager in the Administration. While the ID without prefix “vp_” would be a general CSS statement.

 

You must include the whole code  <div id="vp_horomenu"><%horomenu "D"%></div>, not just <%horomenu%> only, so that Layout Manager can detect the location of your logo in the Layout Manager Administration Panel.