Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default EZ Page Title Tag incorrect

    I saw this in an upgrade so did a clean install to test. The Title Tag for all EZ Pages begins with 'Page 2' and not the title of the page.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: EZ Page Title Tag incorrect

    I can confirm this, but it isn't for all EZ pages, just those with HTML content. The pages with internal or external links show the page title in the title bar.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: EZ Page Title Tag incorrect

    Hmmm ... that's been around for awhile and I never spotted it. Good catch.

    We'll try to roll a fix into 1.5.3 before it gets released.

    In the meantime you can fix it yourself by editing:
    /includes/modules/pages/page.php
    Move line 22:
    Code:
    require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
    down so that it's between lines 37 and 38, like this:
    Code:
    if ($var_pageDetails->EOF) {
      require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
      $messageStack->add_session('header', ERROR_PAGE_NOT_FOUND, 'caution');
    .

    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
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: EZ Page Title Tag incorrect

    Thanks DrByte.

 

 

Similar Threads

  1. Browser Page Title and Tag Line Question
    By NekkidFish in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Jan 2011, 01:42 AM
  2. Tag Line and Page Title??
    By Harvezter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Jul 2010, 01:01 PM
  3. Space in title meta tag in products page
    By ebaobao in forum General Questions
    Replies: 1
    Last Post: 25 Feb 2009, 03:05 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