Zen Cart Logo
Forums / General Questions / Page Titles Have Vanished

Page Titles Have Vanished

Locked

Views: 1,917

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Mar 2008, 6:20 PM
#1
indigo_island avatar

indigo_island

New Zenner

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

Page Titles Have Vanished

Hi

After a little advice please. I just noticed that all my pages are untitled when viewed in a browser

I'm certain they haven't been like this always.

I did change some meta tags a week or so ago - but don't know if that is related.

I'm not sure where to start to get my titles back?

Thank you. :smile:

5 Mar 2008, 6:25 PM
#2
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Page Titles Have Vanished

Got a link?

5 Mar 2008, 6:29 PM
#3
indigo_island avatar

indigo_island

New Zenner

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

Re: Page Titles Have Vanished

indigo-island

here you are

5 Mar 2008, 6:47 PM
#4
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Page Titles Have Vanished

Hmm...In the browser tab it shows Untitled Document. Is this the problem?

5 Mar 2008, 6:49 PM
#5
indigo_island avatar

indigo_island

New Zenner

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

Re: Page Titles Have Vanished

Hi - yes that's what I mean.

I just don't quite know how they disappeared, or how to redo them to get them back :smile:

5 Mar 2008, 7:12 PM
#6
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Page Titles Have Vanished

You've got a html validation error :

Potential Issues

The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

  1. Character Encoding mismatch!
    The character encoding specified in the HTTP header (iso-8859-1) is different from the value in the <meta> element (utf-8). I will use the value from the HTTP header (iso-8859-1) for this validation.and when viewing source of your page, you've got two
    bodys, heads, etc.

Hopefully you can find the source of that.

5 Mar 2008, 7:26 PM
#7
indigo_island avatar

indigo_island

New Zenner

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

Re: Page Titles Have Vanished

Oh! Yes - Thank you -I've just looked at the page source and I see what you mean.

I've no idea how to rectify this.

Any ideas?

5 Mar 2008, 7:30 PM
#8
cjpinder avatar

cjpinder

Totally Zenned

Join Date:
Apr 2007
Location:
Herts. UK
Posts:
893
Plugin Contributions:
0

Re: Page Titles Have Vanished

indigo-island:

After a little advice please. I just noticed that all my pages are untitled when viewed in a browser
Your pages have the following at the top of them...

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
```All of that is appearing before the actual Zen Cart HTML and it shouldn't be there. It may have been accidentally pasted into one of the .php files you have edited. Trying searching through all your Zen Cart files for **Untitled Document** and see if anything comes up.

Regards,
Christian.
5 Mar 2008, 7:37 PM
#9
indigo_island avatar

indigo_island

New Zenner

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

Re: Page Titles Have Vanished

Thank you... I may be gone sometime... but will see what I can find!

5 Mar 2008, 7:42 PM
#10
indigo_island avatar

indigo_island

New Zenner

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

Re: Page Titles Have Vanished

:smile: You're a star! That took 1 minute.

It was exactly that. I copied a bit of text that I had in dreamweaver into the site the other day - and had obviously copied up the whole file, rather than just the bit of text!

Thanks again both for your help

5 Mar 2008, 11:13 PM
#11
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Page Titles Have Vanished

:clap: Glad it's back like it should be now!