Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Title Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 12-04-2006, 04:14 AM
  ezi designs's Avatar 
ezi designs ezi designs is offline
 

Senior Member
  
Join Date: Sep 2006
Location: United Kingdom
Posts: 118
 

Arrow Title Page

Hi All

Can someone tell me where the editable text is so i can change my title page, you know the one that blue and sits at the very top of the page above the url.

Ta

Richard
__________________
x-cart 4.1.6

DSEFU PRO

http.www.demontemplates.com
Reply With Quote
  #2  
Old 12-04-2006, 04:20 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Title Page

Can you provide a link? Not sure what you are talking about.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 12-04-2006, 08:39 AM
  ezi designs's Avatar 
ezi designs ezi designs is offline
 

Senior Member
  
Join Date: Sep 2006
Location: United Kingdom
Posts: 118
 

Default Re: Title Page

Hi

Yes you can see an image of the top title bar i am trying to edit at this link http://www.ezidesigns.com/ezidesigns/1.gif


Thanks for your help

Richard
__________________
x-cart 4.1.6

DSEFU PRO

http.www.demontemplates.com
Reply With Quote
  #4  
Old 12-04-2006, 08:55 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Title Page

That would be your <title> tag that lives in /skin1/customer/home.tpl

What's between <title> and </title> ?

I have CDSEO, so mine will not match yours... but it may look something like this:

Code:
<title> {if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|strip_tags|escape} {if not %position.last%} :: {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|strip_tags|escape} {if not %position.last%} :: {/if} {/section} {/if} </title>

That tells me that it is looking for your page title from your admin seo settings --

yup...
/admin/configuration.php?option=SEO

which pulls company nam from:
/admin/configuration.php?option=Company

This is a very SEO friendly way to make your title... I would make one minor change though, instead of using "::" as the separator, use a "-" -- that's a little more SEO friendly.

find:
Code:
{if not %position.last%} :: {/if}

change to:
Code:
{if not %position.last%} - {/if}

(both times)

I hope this is what you were looking for.

You can also figure this out for yourself by using webmaster mode and knowing a little about html -- the title of a page is determined by the <title> tag, so find the <title> tag and go from there...
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #5  
Old 12-04-2006, 09:28 AM
  ezi designs's Avatar 
ezi designs ezi designs is offline
 

Senior Member
  
Join Date: Sep 2006
Location: United Kingdom
Posts: 118
 

Default Re: Title Page

Thanks for that, but i found it after a long think. It is in admin | general settings| comany info.

Thanks for you help anyway


Richard
__________________
x-cart 4.1.6

DSEFU PRO

http.www.demontemplates.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:08 AM.

   

 
X-Cart forums © 2001-2020