Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2008
    Posts
    111
    Plugin Contributions
    0

    Default Home Page Title Problem

    I know I am suppose to change the home page title under Languages> English > Meta Tags but it is still showing

    HOME_PAGE_TITLE here is my Meta tag script if someone could help I would appreciate it! Also the site in questions is
    http://heartlandgraphics.org/index

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
    */

    // page title
    define('TITLE', 'Heartland Graphics!');

    // Site Tagline
    define('SITE_TAGLINE', 'Primitive & Country & Boutique Clipart Art and Graphics by Angie');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');

    // Review Page can have a lead in:
    define('META_TAGS_REVIEW', 'Reviews: ');

    // separators for meta tag definitions
    // Define Primary Section Output
    define('PRIMARY_SECTION', ' : ');

    // Define Secondary Section Output
    define('SECONDARY_SECTION', ' - ');

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ', ');

    // Define divider ... usually just a space or a comma plus a space
    define('METATAGS_DIVIDER', ' ');

    // Define which pages to tell robots/spiders not to index
    // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
    define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');


    // favicon setting
    // There is usually NO need to enable this unless you wish to specify a path and/or a different filename
    // define('FAVICON','favicon.ico');

    ?>

  2. #2
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Home Page Title Problem

    Copyright 2003-2005 Zen Cart Development Team
    You seem to be using an old version of this file so it's missing a lot of code. Some of the missing code is this..

    PHP Code:
    // NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
    define('HOME_PAGE_TITLE'''); // usually best left blank 

  3. #3
    Join Date
    Feb 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: Home Page Title Problem

    Thank you very much I really appreciate your help!! One more question I just added some meta keywords to that page as shown below but when I do a VIEW SOURCE PAGE they are not showing up please see examples below and THANK YOU for your help

    // Site Tagline
    define('SITE_TAGLINE', 'primitive & Country clipart by Angie Wenke');

    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'primitive clipart, primitive graphics, country clipart, country graphics');

    VIEW SOURCE PAGE CODE

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Heartland Graphics-Primitive & Country & Boutique Clipart Graphics by Angie Wenke</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="HOME_PAGE_META_KEYWORDS" />
    <meta name="description" content="HOME_PAGE_META_DESCRIPTION" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&trade; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce" />

    <base href="http://heartlandgraphics.org/index/" />

    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />

    </head>

  4. #4
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default Re: Home Page Title Problem

    Check to make sure that you did not accidentally delete a ' or some other character.

    Also, make sure that you are creating your custom template default override folders for all files that you are making changes to or all of your work will be lost when you upgrade to future versions.
    Thank you, Sincerely, MagicMan

  5. #5
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Home Page Title Problem

    I suggest you take a fresh copy of includes/languages/english/meta_tags.php from Zen Cart 1.3.8a and add your information to it. You still have undefined statements that, when defined properly, will probably give you the results you're expecting.

  6. #6
    Join Date
    Feb 2009
    Location
    Los Angeles
    Posts
    2
    Plugin Contributions
    0

    Default Re: Home Page Title Problem

    I have added the line:
    define('HOME_PAGE_TITLE', 'MY_OWN_HOME_PAGE_TITLE');
    into: /includes/languages/english/YOUR_TEMPLATE/meta_tags.php


 

 

Similar Threads

  1. Home page title problem - SOS
    By eranariel in forum General Questions
    Replies: 3
    Last Post: 16 Mar 2011, 12:12 PM
  2. Changing Page Title on Home Page and Categories
    By gws76 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2010, 07:56 PM
  3. title change error now says meta_tag_title not the home page title
    By mgifts in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Sep 2010, 07:10 AM
  4. Home page title
    By pb4 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Feb 2010, 02:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR