Jump to content

#### appearing at the top of each page?


Recommended Posts

Hi P2Webdesign,

 

If you look at your code you can see that tags supposed to be in <head> are in <body> !

 

<body id="index">
# # #
<title>Childrens Party Supplies | Themed Parties | Kids Birthday Partyware | Online Shop</title>
# 

 

You can also see the #### here.

 

 

Check your theme first.

Link to comment
Share on other sites

Hi

 

Many thanks...

 

This code....

 

 

{if $meta_title == $shop_name}

#

<title>{$meta_title|escape:'htmlall':'UTF-8'}</title>

#

{else}

#

{assign var=shop_name_trim value=" - $shop_name"}

#

<title>{$meta_title|replace:$shop_name_trim:''|escape:'htmlall':'UTF-8'}</title>

#

{/if}

 

.....was in the head.tpl for some unknown reason, as we had not been working on this file. Mystery, but FIXED!

[sOLVED]

Link to comment
Share on other sites

Hi

 

How?

 

Nick

 

 

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and clic on the "Submit Modified Post" button.

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