Jump to content

Removal of Category Title


Guest ardwyn

Recommended Posts

Can anyone tell me where to find the code to remove the title of the category above the "Products in" breadcrumb? I've searched and only found info on the breadcrumb itself.

Also is there a way to stop the Category image showing underneath the sub category images?

Cheers in advance.

Link to comment
Share on other sites

The answer to both your questions it yes...

ill get the precise code for you now and ill post it here...

OPEN skins/{your skin}/skinTemplates/content/viewCat.tpl

FIND

<!-- BEGIN: cat_img -->

<img src="{IMG_CURENT_CATEGORY}" alt="{TXT_CURENT_CATEGORY}" border="0" title="{TXT_CURENT_CATEGORY}" />

<!-- END: cat_img -->
REPLACE WITH
<!-- BEGIN: cat_img -->

<!-- END: cat_img -->




Thats your image gone...



NOW FIND AND REMOVE
<span class="txtContentTitle">{TXT_CAT_TITLE}</span>

Thats the cat title gone...

Hope this helps...

Edited by aikdo
Link to comment
Share on other sites

The answer to both your questions it yes...

ill get the precise code for you now and ill post it here...

**************************************

** CODE COMING SOON !!!! **

**************************************

That was lightening fast Aikdo ;)

Link to comment
Share on other sites

What can i say you dont get 702 posts in 2 months without paying attention to the forums ;)

Think ill remove the "Cezz Alpha Site Design" from under my pic and replace it with "CUBECART ADICT" ;)

Link to comment
Share on other sites

Aikdo

Image gone thanks but can't find:

<span class="txtContentTitle">{TXT_CAT_TITLE}</span>

I'm using killer on 3.0.06

or is that in a different page.

The nearest thing I could find that looked anything like the title was,

<div><strong>{LANG_CURRENT_DIR}</strong> {CURRENT_DIR}</div>

Link to comment
Share on other sites

It should be near the top of that file, its the title you want to remove and not the breadcrum right??

Ill look in my files again for you now ;)

Well first 4 lines of my code are as follows

<!-- BEGIN: view_cat -->

<div class="boxContent">

<span class="txtContentTitle">{TXT_CAT_TITLE}</span>

<br clear="all" />




if you have this then just replace with
<!-- BEGIN: view_cat -->

<div class="boxContent">

<br clear="all" />

IF THIS STILL DOESN'T HELP SEND ME A LINK TO YOUR SITE AND ILL WORK IT OUT

Edited by aikdo
Link to comment
Share on other sites

This is what I have at the top.

<!-- BEGIN: view_cat -->

<div style="margin-left: 20px; margin-right: 20px">

<table border="0" cellspacing="0" align="center" cellpadding="0">

				  <tr>

					<td class="boxContentTitleLeft"><div style="width: 50px;">&nbsp;</td>

					<td class="boxContentTitlemain">{TXT_CAT_TITLE}</td>

					<td class="boxContentTitleRight"><div style="width: 69px;">&nbsp;</td>

					</tr>

			</table>

<br clear="all" />

Link to comment
Share on other sites

You say that standard Killer???

nevermind

FIND

					<td class="boxContentTitlemain">{TXT_CAT_TITLE}</td>

					<td class="boxContentTitleRight"><div style="width: 69px;">&nbsp;</td>


REPLACE WITH
<td class="boxContentTitleRight" colspan="2">&nbsp;</td>

Edited by aikdo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...