Jump to content

Top Nav Bar / Banner Bar


jkility

Recommended Posts

I could not access your website but if you are talking about navbar after banner which holds language, currency, login, my account links then it is displayNav hook. You can add as many links as you want to add buy custom module. Create a module and transplant it to displayNav hook.

 

Yes, now i can access your site and you are asking about navigation where contact us and sign in links. Yes, that is dipslayNav hook. You will find it in your /themes/{your-theme-name}/header.tpl file as 

{hook h="displayNav"}

So you need to transplant your module at this hook which haev links you want to add. This is standard method. If you can't build a module then just modify that code and add static links in it.

Edited by modprestashop (see edit history)
Link to comment
Share on other sites

I could not access your website but if you are talking about navbar after banner which holds language, currency, login, my account links then it is displayNav hook. You can add as many links as you want to add buy custom module. Create a module and transplant it to displayNav hook.

 

Yes, now i can access your site and you are asking about navigation where contact us and sign in links. Yes, that is dipslayNav hook. You will find it in your /themes/{your-theme-name}/header.tpl file as 

{hook h="displayNav"}

So you need to transplant your module at this hook which haev links you want to add. This is standard method. If you can't build a module then just modify that code and add static links in it.

Hi,

 

I cant seem to find it, the only bit I can find in the header.tpl is below but not sure where to add links?

{capture name='displayNav'}{hook h='displayNav'}{/capture}
					{if $smarty.capture.displayNav}
						<div class="nav">
							<div class="container">
								<div class="row">
									<nav>{$smarty.capture.displayNav}</nav>
								</div>
							</div>
						</div>
					{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...