Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / removing index heading.

removing index heading.

Locked

Views: 3,782

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
9 Jun 2009, 5:33 PM
#1
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

removing index heading.

i cant remember which php file where the defualt heading is defined, such as "welcome to my shop" (not the index.php file).

Thanks for any help in advance

Elliot

9 Jun 2009, 6:19 PM
#2
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: removing index heading.

little extra clarification...

The heading i want to remove is ' welcome to o r c h a r d d i r e c t!'.

Can be found here www.o r c h a r d d i r e c t.co.uk

Thanks

9 Jun 2009, 6:30 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: removing index heading.

#indexDefaultHeading {
display:none;
}

in the stylesheet would work, or you can use the Tool Kit to find that id.

9 Jun 2009, 6:36 PM
#4
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: removing index heading.

Hi,

I was going to do that but id rather edit the php file. Im just struggling to find it. Ill use that if i cant solve it via php.

Thanks for your speedy reply.

Many thanks

9 Jun 2009, 6:51 PM
#5
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: removing index heading.

Any ideas on the php file?

9 Jun 2009, 7:04 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: removing index heading.

includes/templates/template_default/templates/tpl_index_default.php

9 Jun 2009, 7:45 PM
#7
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: removing index heading.

You should be using the override system and editing it in includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php

9 Jun 2009, 7:50 PM
#8
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: removing index heading.

Thanks for the replys. Where is HEADING_TITLE; defined?

9 Jun 2009, 8:00 PM
#9
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: removing index heading.

Use admin>tools>developer's tool kit to find information like that.

9 Jun 2009, 9:00 PM
#10
spo0f avatar

spo0f

Zen Follower

Join Date:
Aug 2007
Posts:
109
Plugin Contributions:
0

Re: removing index heading.

Fantastic, never used that tool before.