Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I want to loose link

I want to loose link

Locked

Views: 889

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
11 Feb 2008, 12:32 AM
#1
elsdon avatar

elsdon

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

I want to loose link

Things are going fairly well in customizing my shop so far, except for this link. I have tried and looked and looked and tried and read and cussed (not severely, but cussed none the less) :frusty:

Here is my link.

http://ttydesigns.com/ttydesignsshoppe/

On my header, in white is a link back to right where you are. I can not find a way to get rid of it and happiness will not prevail until I do.

Any ideas?

Did I mention that I am still real new to this? :blush:

Thanks in advance.
Els

11 Feb 2008, 4:14 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: I want to loose link

Probably on line 21 of includes/languages/english/classic/header.php

If not, in your admin, under Tools is the Developers Tool Kit - if you search for any string it will list all the files which contain that string.

11 Feb 2008, 4:15 AM
#3
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: I want to loose link

Thats the tag line define

you need to go into
includes/languages/english/YOUR TEMPLATE/header.php and change this define

define('HEADER_SALES_TEXT', 'ttydesigns.com');

to

define('HEADER_SALES_TEXT', '');
11 Feb 2008, 12:54 PM
#4
elsdon avatar

elsdon

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: I want to loose link

stevesh

The search in the developers tool kit turned up nothing.

line 21 of includes/languages/english/classic/header.php reads:

define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
I tried deleting <h1>Sales Message Goes Here</h1> but no luck.

Merlinpa1969

includes/languages/english/Orange/header.php does not exist.

I only have
includes/languages/english/classic/header.php

Did I perhaps miss a step when I uploaded the template.

It did get into / includes / templates / and it is on the list in the admin screen.

Els

11 Feb 2008, 2:42 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: I want to loose link

In ADMIN >>> TOOLS >>> DEVELOPERS TOOLKIT...

Scroll right to the bottom...

In the input field, insert : ttydesigns.com

Select CATALOG in the dropdown.

Search for that text...

This will return a list of php files where the text exists, pointing you to where you need to make changes

11 Feb 2008, 7:35 PM
#6
elsdon avatar

elsdon

New Zenner

Join Date:
Oct 2007
Posts:
10
Plugin Contributions:
0

Re: I want to loose link

Thanks for the help all.

As it turns out it was a simple fix once I retraced my changes.

I removed it in admin under configuration/my store/store name.

Thanks again for the responses.

Els