Page 50 of 57 FirstFirst ... 404849505152 ... LastLast
Results 491 to 500 of 570
  1. #491
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    If you look in the URL for this EzPage, you will see something like id=3 ...

    You should then make a define for it that reads:
    Code:
      define('META_TAG_TITLE_EZPAGE_3', 'something');
    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!

  2. #492
    Join Date
    May 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    That works for some reason...I guess I have to specify a title for each page I make then..

  3. #493
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How do EZ-Pages work?

    That is how it is designed so you can make custom titles ...

    You could try customizing the:
    /includes/modules/meta_tags.php

    using your templates and overrides for:
    /includes/modules/your_template_dir/meta_tags.php

    and customize this code:
    Code:
    // EZ-Pages:
      case 'page':
      $ezpage_id = (int)$_GET['id'];
      $chapter_id = (int)$_GET['chapter'];
      if (defined('META_TAG_TITLE_EZPAGE_'.$ezpage_id)) define('META_TAG_TITLE', constant('META_TAG_TITLE_EZPAGE_'.$ezpage_id));
    to read:
    Code:
    // EZ-Pages:
      case 'page':
      $ezpage_id = (int)$_GET['id'];
      $chapter_id = (int)$_GET['chapter'];
      if (defined('META_TAG_TITLE_EZPAGE_'.$ezpage_id)) {
        define('META_TAG_TITLE', constant('META_TAG_TITLE_EZPAGE_'.$ezpage_id));
      } else {
        define('META_TAG_TITLE', (defined('NAVBAR_TITLE') ? NAVBAR_TITLE . PRIMARY_SECTION : ''));
      }
      if (defined('META_TAG_DESCRIPTION_EZPAGE_'.$ezpage_id)) define('META_TAG_DESCRIPTION', constant('META_TAG_DESCRIPTION_EZPAGE_'.$ezpage_id));
    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!

  4. #494
    Join Date
    Jul 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    I just install 1.5

    The first thing I want to do is create a entry in the "Information" box with the title "About Us"

    I created a new Ez-page called About Us tools->Ez-pages
    1. About Us Sidebox 50, TOC 50
    I craeted a 2nd page
    2. Dummy Test File Sidebox 100, TOC 100

    Checked Configuration->Ez-pages Settings
    EZ-Pages Display Status - Sidebox = 1

    On the upper right there is a box "Important Links" where the "pages" are showing up,

    HOW DO I GET THEM TO APPEAR IN "Information" ?

    Am I doing something wrong ?


    I then tried to change Page-2 in the "More Information" box to be "About Us", I have found no less then 9 'how to do it' but if you do exactly what they say to do it does not change.

    I'll toss another question in, how do I add a page to "Information", I dont want "Important Links" or "More information"

  5. #495
    Join Date
    Jul 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    i decided to take someone elses idea, put all the ZenCart "Information" pages I want under "Important Links", turn off Information, rename "Important Links" to "Information", now just hope I can move it to the left size

  6. #496
    Join Date
    Nov 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    Hey Guys,

    Im getting a HTTP Error 500 (Internal Server Error) when I click any ezpages link in the sidebox..Im assuming iv touched something by mistake but have no idea why, it doesnt matter if i have content in there or no content in the ezpages, just always error 500.

    Has anyone else had this same problem before? Iv checked my error logs and there is nothing regarding the error

  7. #497
    Join Date
    Nov 2012
    Posts
    65
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    bump anybody got any clues?

  8. #498

    Default Re: How do EZ-Pages work?

    Start your research with this Zen Cart support article

    Quote Originally Posted by PearceStephens View Post
    bump anybody got any clues?
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #499
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ScriptJunkie View Post
    ...
    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.
    For clarification to anyone confused by the appearance or absence of certain ez-page links in the TOC, the code is designed to exclude ez-pages that are internal or (obviously) external links, regardless of the TOC setting in the ez-page edit page. This is apparently done to protect users from showing a link in a TOC which, if visited, cannot automatically retain the TOC and will effectively dump the reader out of the chapter.

    EZ-Page Improved TOC in Plugins specifically allows the inclusion of internal links in a TOC, with the understanding that if you want to include internal links and keep the chapter structure, you will have to manually create a "TOC" menu in the linked page to replicate the effect you would see if it were an ez-page. For example, you could include an internal link to a product or chapter in a TOC, with the static TOC menu added to the top of the product/category description. This would not make sense for an ordinary catalog item, but sometimes a product or category will relate inherently to a chapter and not be accessible by the normal catalog structure. For example, in the festival site www.nyfaeriefest.com the Artists/Vendors page is an ez-page, with TOC links to an application form and a booth fees page. The application is a "product", while booth fees is a category page. Each of these pages has a hard-coded "TOC" in its description for easy navigation back to the other related pages.

  10. #500
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: How do EZ-Pages work?

    I am tying to get a Table of contents for the following pages:
    Chapter 100, TOC 10 - How To Do Things?
    Chapter 100, TOC 20 - How To Do A?
    Chapter 100, TOC 30 - How To Do B?
    Chapter 100, TOC 40 - How To Do C?

    Parameters set are:
    Open New Window: Off, Page is SSL: OFF, Header: OFF, Sidebox: OFF and Footer: OFF
    admin > Configuration > EZ-Pages Settings > EZ-Pages Table of Contents for Chapters Status is set yo 1.

    I am not getting the Table of contents. Is there another setting that has to be turned on?
    Using Zen Cart 1.5.1

 

 
Page 50 of 57 FirstFirst ... 404849505152 ... 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