Thread: meta tag title

Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Idea or Suggestion meta tag title

    please go to www.wonderfultoyz.com and tell me how do i get rid of this meta_tag_title in the title bar?

    MODERATOR NOTE: LINK POINTS TO ADULT CONTENT

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: meta tag title

    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: meta tag title

    kim this is not helping me i know where the file to edit is i just dont know what i did wrong....<head>
    <title>META_TAG_TITLE</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="META_TAG_KEYWORDS" />
    <meta name="description" content="META_TAG_DESCRIPTION" />

    where is this getting pulled from its not in includes/languages/english/metatags.php its somewhere else

  4. #4
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: meta tag title

    i guess i need to know where do i modify this....<meta name="keywords" content="META_TAG_KEYWORDS" />
    <meta name="description" content="META_TAG_DESCRIPTION" />

    i want to put my keywords in and description

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: meta tag title

    Your /includes/templates/YOURTEMPLATE/common/html_header.php file appears to be missing the call to the meta_tags module
    Code:
    require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));
    You can see its normal placement in the template_default version of this file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: meta tag title

    this

    require(DIR_WS_MODULES . zen_get_module_directory('meta_tags.php'));

    was in that folder you suggested

  7. #7
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: meta tag title

    i forgot to mention i tried adding this with no success define('MY_IMPORTANT_HOME_PAGE_DESCRIPTION',

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: meta tag title

    You have somehow customized any of the following files, and thus have broken the normal operation of the meta-tags module, thereby ending up with the META_TAG_KEYWORDS and META_TAG_DESCRIPTION constants displayed instead.

    /includes/modules/YOURTEMPLATE/meta_tags.php
    /includes/modules/meta_tags.php
    /includes/templates/YOURTEMPLATE/common/html_header.php
    /includes/templates/template_default/common/html_header.php

    Undoing your customizations, and/or deleting the override versions of these files, and/or re-installing the original editions of these files will be an ideal starting point.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Apr 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: meta tag title

    Thanks it was the very first thing

 

 

Similar Threads

  1. Meta title tag
    By Lazar in forum General Questions
    Replies: 1
    Last Post: 10 Jun 2011, 09:15 PM

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