Page 49 of 57 FirstFirst ... 394748495051 ... LastLast
Results 481 to 490 of 570
  1. #481

    Default Re: How do EZ-Pages work?

    To clarify for other readers - my "fix" is not so much a fix as a method - the only method I'm aware of to create a TOC.

    In short, to create a TOC, I have always had to create a page of text links to all the pages in a chapter that make up the TOC. This page is always TOC sort order 1.

    The next step then is to assign a TOC sort order of 2, 3, 4, and so on to each of the pages in the chapter that comprise the TOC. Here is an example of the TOC that results from using this method.

    I have never seen my cart automatically create a TOC simply based on EZ page settings alone. Actual content on the first page of the TOC has always been required for the TOC to be created.

    In idc's case...when he creates several EZ pages in the same chapter and assigns them a TOC sort order, the TOC automatically appears in his store so long as the pages that make up the TOC are text based. If the pages that make up the TOC are links - then the TOC is not automatically created.

    I don't know how idc's TOC is being automatically created under some circumstances but not under other circumstances, so I can't speak to that and whether or not it's a bug or intentional on the part of the programmers.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  2. #482
    Join Date
    Aug 2005
    Location
    NJ, USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Hey, Have issue with the TOC on ver 1.5 with Hebrew language installed.
    The TOC was working, however we had issues related to the Hebrew encoding. after we resolved the Hebrew issue (mainly on ie) we have may changed something that we shouldn't that caused the TOC (Table of content) and the EZ-Pages related to it to not show - only the 1st TOC is there but no table.
    The issue exist on both Hebrew and English and on any template including the Classic.
    Previously we had issue when we had some code related to the current/non_current.
    The other issue we currently have is with side box header for the ez-pages that show: BOX_HEADING_EZPAGES Only in Hebrew.

    We have tried to debug following the https://www.zen-cart.com/tutorials/index.php?article=82 with no luck - nothing was found.
    Site address is www.addvant.co.il
    Thanks in advance for your help.
    Last edited by AddVant; 14 Apr 2012 at 11:32 PM.
    VoIP and get more when you communicate www.addvant.com

  3. #483
    Join Date
    Aug 2005
    Location
    NJ, USA
    Posts
    35
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Update on the above EZ-Pages TOC not functioning.
    It was really strange, we build the whole site and it was much better we didn't really find the source of the issue. However, we should recommend the following to thous who uses the Hebrew on 1.5 version (and may other languages) before working on your template to first change the "utf8" on both includes/configure.php and admin/includes/configure.php to "utf-8" and only after to do modification.

    Enjoy the day
    VoIP and get more when you communicate www.addvant.com

  4. #484
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Is there a way to prevent ez-pages from having their title affixed to the beginning of the stores title?

    Example: I have an EZPage named FAQ and a store named Bob's Store - The title shown in then browser bar is: FAQ - Bob's Store.

    For consistencies sake - I would prefer to keep the title as just Bob's Store on all ezpages. Can this be done?

  5. #485
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    Using your templates and overrides, you can use the:
    /includes/languages/english/meta_tags.php

    and copy to your templates and overrides directory:
    /includes/languages/english/meta_tags.php

    and customize the section of code:
    Code:
    // EZ-Pages meta-tags.  Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
    // If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
    // (ie: the Title tag is best not set, so that site-wide defaults can be used.)
    // repeat pattern as necessary
      define('META_TAG_DESCRIPTION_EZPAGE_#','');
      define('META_TAG_KEYWORDS_EZPAGE_#','');
      define('META_TAG_TITLE_EZPAGE_#', '');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #486
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Hi,
    I actually already played around with this and it doesn't seem to effect anything. I have left it blank and put in the same title I would like to keep - yet it still keeps appending the page name to the title.



    Quote Originally Posted by Ajeh View Post
    Using your templates and overrides, you can use the:
    /includes/languages/english/meta_tags.php

    and copy to your templates and overrides directory:
    /includes/languages/english/meta_tags.php

    and customize the section of code:
    Code:
    
    

  7. #487
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    Do you have an example of what you tried and the path to the file that you made the changes to?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #488
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    I have tried leaving it blank and it still fills in the title. I have also tried:

    define('META_TAG_TITLE_EZPAGE_#', 'One Breath Freediving Apparel');

    With no luck either. I have tried editing the original file and of course the override in includes/languages/english/custom

  9. #489
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    Did you try changing the # with the page_id for the EzPage that you are changing?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #490
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by Ajeh View Post
    Did you try changing the # with the page_id for the EzPage that you are changing?
    Not sure what you mean

 

 
Page 49 of 57 FirstFirst ... 394748495051 ... LastLast

Similar Threads

  1. v154 Links ON ez-pages TO OTHER turned-off ez-pages don't work after upgrade
    By anduril3019 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 19 May 2015, 09:12 AM
  2. how do i get javascript to work in the ez pages?
    By warroyo90 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2012, 05:14 AM
  3. How can I get my CSS navigation tabs to work for groups of similar pages?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2009, 07:57 PM
  4. Replies: 3
    Last Post: 22 Jul 2008, 12:01 AM
  5. Bwahahaha How do I get ez-pages to work?
    By hodgejr in forum General Questions
    Replies: 7
    Last Post: 8 Oct 2007, 09:10 AM

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