Jump to content

Help! duplicated text category prestashop 1.6.1.5


Recommended Posts

It seems breadcrumb.tpl is being called twice for some reason. It should only be called once in header.tpl (on line 119 in PrestaShop v1.6.1.6):

					{if $page_name !='index' && $page_name !='pagenotfound'}
						{include file="$tpl_dir./breadcrumb.tpl"}
					{/if}

Make sure it isn't being called in any other TPL files in your theme.

Link to comment
Share on other sites

It seems breadcrumb.tpl is being called twice for some reason. It should only be called once in header.tpl (on line 119 in PrestaShop v1.6.1.6):

					{if $page_name !='index' && $page_name !='pagenotfound'}
						{include file="$tpl_dir./breadcrumb.tpl"}
					{/if}

Make sure it isn't being called in any other TPL files in your theme.

<div id="columns" class="container">
					{if $page_name !='index' && $page_name !='pagenotfound'}
						{include file="$tpl_dir./breadcrumb.tpl"}
					{/if}

I managed to solve the problem, 

 

I was creating full width slider and i forgot to delete from header.tpl the code from class container

 

Thanks for your help

Best Regard´s

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...