Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default HOME_PAGE_TITLE won't go away

    Hi.

    I've just upgraded (by copying a working upgrade from one directory to the home directory)

    I have HOME_PAGE_TITLE back in the browser. I've updated my meta tag file in INCLUDES>LANGUAGES>ENGLISH>CUSTOM but its still showing up. Am baffled. I've double checked that I've gone into english folder before someone says it!

    What else could it be? Oh and its fine on all other pages on the website. The only one showing HOME_PAGE_TITLE is the index.php page.

    Thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: HOME_PAGE_TITLE won't go away

    Can't see anything???

    Where is your site?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: HOME_PAGE_TITLE won't go away

    Ooops sorry. www.icklebits.co.uk

  4. #4
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: HOME_PAGE_TITLE won't go away

    What I did was installed the new version in www.icklebits.co.uk/icklebits_store and then copied the folders and files over on top of the original in the main directory.

    When I click on index.php in the home directory I get the original front page of my shop rather than the front page I edited in icklebits_store. (I.e when you go in to the admin and define main page). (Other pages are changed but I bet you're going to tell me that they're stored in the database right?)

    The whole thing is something to do with the index.php file right?

    P.S Is there any particular file that I can check to make sure its the new version and not the old one?

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: HOME_PAGE_TITLE won't go away

    Post these lines from your meta_tags.php file
    Code:
    <?php
    /**
     * @package languageDefines
     * @copyright Copyright 2003-2007 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 6668 2007-08-16 10:05:09Z drbyte $
     */
    
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
    
    // Home Page Only:
      define('HOME_PAGE_META_DESCRIPTION', '');
      define('HOME_PAGE_META_KEYWORDS', '');
    
      // 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
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: HOME_PAGE_TITLE won't go away

    Another clue to what I might have done. The define_main_page.php is showing up the way it did before i copied all files over. Now I've checked includes>languages>english>html_includes>define_main_page and its not the one that is showing.

    Something somewhere is pointing in the wrong direction

    Blimey I hope this makes sense!

  7. #7
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: HOME_PAGE_TITLE won't go away

    I haven't got half of that in my meta tag file?! None of the stuff with the word HOME in:

    This is what I've got

    <?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', 'icklebits!');
    // Site Tagline
    define('SITE_TAGLINE', '- 12th scale dolls house miniatures');
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ickle, icklebits, bits, paper plates, miniature, miniatures, dolls, dollhouse, dollshouse, 12th scale, twelth scale, 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');
    ?>

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: HOME_PAGE_TITLE won't go away

    includes>languages>english>html_includes>define_main_page and its not the one that is showing.
    Check to see if you have an override folder as you should at
    includes>languages>english>html_includes>lavender>define_main_page
    https://www.zen-cart.com/tutorials/i...hp?article=230
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Nov 2006
    Posts
    206
    Plugin Contributions
    0

    Default Re: HOME_PAGE_TITLE won't go away

    Quote Originally Posted by kobra View Post
    Check to see if you have an override folder as you should at
    includes>languages>english>html_includes>lavender>define_main_page
    https://www.zen-cart.com/tutorials/i...hp?article=230
    Ah right...yes I do have an override and that makes more sense. That's that bit sorted...now just the HOME bit. (Thanks for sorting that bit!)

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: HOME_PAGE_TITLE won't go away

    Code:
    @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
    versus
    Code:
    @version $Id: meta_tags.php 6668 2007-08-16 10:05:09Z drbyte $
    You are not using the changed and current meta file and maybe others....using old files that have changed with new code is fatal.

    Look in your docs folder and find the change log
    Zen-Venom Get Bitten

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Right sidebox won't go away
    By OrcaSoul in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 1 Mar 2010, 05:37 PM
  2. Congratulations! won't go away
    By jamess in forum Basic Configuration
    Replies: 3
    Last Post: 3 Jan 2010, 01:03 AM
  3. Keywords won't go away!
    By saltyfishy in forum General Questions
    Replies: 3
    Last Post: 20 Jun 2008, 01:41 PM
  4. Dropdown won't go away!
    By charmedbytina2 in forum General Questions
    Replies: 5
    Last Post: 18 May 2007, 12:29 AM
  5. tile_back won't go away!
    By Coley144 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Jul 2006, 01:50 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