Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Title: TITLE, SITE_TAGLINE

    When I enter my site I am getting the following wording Title:TITLE, SITE_TAGLINE

    I have changed everything in my meta tags, but it still won't go away
    Diva Boutiques
    www.divaboutiques.com

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Title: TITLE, SITE_TAGLINE

    In includes/languages/english/YOUR_TEMPLATE/meta_tags.php, you should have definitions for both of those constants:

    Code:
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    To change the definition, change the text in between the second set of single quotes.

    Code:
    // page title
    define('TITLE', 'My Store');
    
    // Site Tagline
    define('SITE_TAGLINE', 'hello');
    To remove them entirely, remove the text, but leave the single quotes.

    Code:
    // page title
    define('TITLE', '');
    
    // Site Tagline
    define('SITE_TAGLINE', '');
    Never remove the upper case text.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Title: TITLE, SITE_TAGLINE

    That means your meta_tags language file is not being read or has PHP errors in it. Basically the define() statements for those values are not being processed, either because they don't exist, they're commented out, the file is damaged, the file is unreadable, or the file doesn't exist. Maybe your text editor has damaged the file and put everything on one line by breaking all the line-endings?
    .

    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.

  4. #4
    Join Date
    Feb 2007
    Location
    Worldwide Web
    Posts
    191
    Plugin Contributions
    0

    Default Re: Title: TITLE, SITE_TAGLINE

    Thank you both i was able to have it corrected using the advise
    Diva Boutiques
    www.divaboutiques.com

  5. #5
    Join Date
    Sep 2004
    Location
    Iowa
    Posts
    95
    Plugin Contributions
    0

    Default Re: Title: TITLE, SITE_TAGLINE

    I was noticing this on my system. And when I checked the location you mention..

    In includes/languages/english/YOUR_TEMPLATE/meta_tags.php, you should have definitions for both of those constants:

    I had made those edits when I installed a long time ago, however when I would edit the meta tags for a product it was still showing the default title/tagline for ZenCart..

    So to fix it, I copied my edited meta_tags.php file from the template folder and overwrote the same file that was in the parent /english/ folder. That solved the problem.

    So for some reason, the templating system was not pulling the meta_tags.php file from my template directory like it should. My template seems to be OK and it is installed according to the admin and other files in that folder are being used instead of their original counter parts in the english folder. It seems that it was only affecting the meta_tags.php file. BTW, I'm using the Gloss Black template. Any ideas why this was happening to me?
    elltx.com ELLTX Computer Services
    hostingwithservice.com Designing Results Hosting Services
    designingresults.com Designing Results Web Design Services

 

 

Similar Threads

  1. remove TITLE, SITE_TAGLINE from google?
    By pixel1987 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 23 Jan 2015, 06:55 PM
  2. Product Info before site TITLE and SITE_TAGLINE
    By Hell Guapo in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Oct 2011, 04:27 PM
  3. Description Title and Features Title with Bullet Points
    By AirsoftOutfitter in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Dec 2010, 09:36 PM
  4. Replies: 2
    Last Post: 13 Jun 2009, 06:07 PM
  5. How do I get rid of "Title,Site_tagline"
    By DravenLS in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Feb 2008, 09:01 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