Jump to content

[SOLVED] Remove Name/Title of pages (top left side of center column)...


Recommended Posts

Hi Paul,

 

thanks for reply!

 

I said categories and others, because the name/title is also shown in options like "About Us", and i wasn't sure if they could be considered a category.

 

The attached picture in my first post shows an example with a category.

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

in this case you have to edit tpl files located in your theme directory: themes/YOUR_THEME

 

for example, if you want to remove category name wihich appears on the top of categories page, open category.tpl file

 

you've got there probably something like:

 

<h1>
  {strip}
   {$category->name|escape:'htmlall':'UTF-8'}
   {if isset($categoryNameComplement)}
 {$categoryNameComplement|escape:'htmlall':'UTF-8'}
   {/if}
  {/strip}
 </h1>

 

remove it and refresh your shop. (dont forget to make a backup of this file)

 

sometimes it is necessary to turn force compilation on, without this option changes in tpl files may not appear

  • Like 3
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...