Thread: Meta tag issue

Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2013
    Posts
    2
    Plugin Contributions
    0

    Default Meta tag issue

    Hi all, i have an issue working with the meta tags on my store (www.balshembooks.com), the separator for the title keep showing the full syntax instead of showing the primary/secondary/tertiary separators. I have also tried deactivating them from the configuration menu in the admin, but nothing happens. Whats worse is that when i try to post items to social sites like facebook the title of the page is really messed up. How can i CORRECT this?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Meta tag issue

    For some reason you seem to have DELETED the definitions for PRIMARY_SECTION and TERTIARY_SECTION, and perhaps more, from your meta_tags.php file in your languages folder.

    NEVER DELETE A define() STATEMENT!

    If you wish to make its defined value be blank, simply remove what's between the quotes.

    ie:
    define('NAME_OF_DEFINITION', 'defined value here');
    would become
    define('NAME_OF_DEFINITION', '');

    ie: '' is two single-quotes with nothing in between, thus resulting in a blank value.

    Read: http://www.zen-cart.com/content.php?...percase-words)
    .

    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.

  3. #3
    Join Date
    Jan 2013
    Posts
    2
    Plugin Contributions
    0

    Default Re: Meta tag issue

    Thks, i didn't delete nada. i resolved by moving the the define code for the separators back to english.php in the languages folder.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Meta tag issue

    Quote Originally Posted by gboyea7 View Post
    i resolved by moving the the define code for the separators back to english.php in the languages folder.
    If you had to do that, then you've mangled many things in ways they weren't designed for.
    .

    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.

 

 

Similar Threads

  1. Meta tag issue
    By stevebrett in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jul 2010, 07:08 PM
  2. Weird Meta Tag Issue
    By runoka in forum General Questions
    Replies: 5
    Last Post: 31 May 2008, 04:28 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