Jump to content

Moving Language Block


Recommended Posts

Hi everyone,

 

I've seen a lot of video's on internet how to move modules, but it doesn't work with this one.

I want to put the language block in the Top in stead of the Nav. So that i can delete the Nav. 

 

I've tried transplanting it.. but doesn't work for some reason. Deleting it from nav.. it's no problem.. but making it appear in the Top Header doesn't work.

 

Help??

 

Second question is also: how can i delete Nav? 

 

my site is: maxifun.be

post-1358360-0-18525700-1484824020_thumb.png

Link to comment
Share on other sites

 

 

I've tried transplanting it.. but doesn't work for some reason

You've got some errors or what? please describe this part.

 

 

 

Second question is also: how can i delete Nav? 

 

in header.tpl just remove the code

					{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}
  • Like 1
Link to comment
Share on other sites

 

You've got some errors or what? please describe this part.

 

 

in header.tpl just remove the code

					{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}

 

Thanks for the removal. i'll remove it once the rest works ;)

 

Well there isn't much i can tell you about... the module is where it should be.. but nothing happens. 

post-1358360-0-38222800-1484837347_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

 

You've got some errors or what? please describe this part.

 

 

in header.tpl just remove the code

					{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}

 

HI,

 

i didn't find this code anywhere :s

Edited by [email protected] (see edit history)
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...