Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    187
    Plugin Contributions
    0

    Default Re: ezPage doesn't show up in header menu

    Did you set the "Order" of your EZ Pages?

    Name:  ez.JPG
Views: 418
Size:  19.5 KB

  2. #2
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: ezPage doesn't show up in header menu

    Quote Originally Posted by ljdream00 View Post
    Did you set the "Order" of your EZ Pages?

    Name:  ez.JPG
Views: 418
Size:  19.5 KB
    I did, like I said in my OP, I set it to 200, I think it's enough.

  3. #3
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: ezPage doesn't show up in header menu

    Can someone please tell me what's wrong? Thanks so much in advance.

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ezPage doesn't show up in header menu

    Quote Originally Posted by mdivk View Post
    What I did is I create a ezpage, the id is 15 and I set it to show in header with location 200. The header menu is created using the following code:

    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a> | </li>
    <li><a href="index.php?main_page=specials"><?php echo HEADER_TITLE_LATEST_PROMOTION; ?></a> | </li>
    <li><a href="index.php?main_page=index&cPath=21"><?php echo HEADER_TITLE_BIRDS_NEST; ?></a> | </li>
    <li><a href="index.php?main_page=index&cPath=1"><?php echo HEADER_TITLE_READY_TO_SERVE; ?></a> | </li>
    <li><a href="index.php?main_page=index&cPath=13"><?php echo HEADER_TITLE_INSTANT_SLIMMING_MEAL; ?></a> | </li>
    and so on.................

    thats not standard, looks like it was added to the header

    if admin > configuration > ez-pages settings > EZ-Pages Display Status - HeaderBar is set to 0 = Off then it will not appear & because that is not standard code it wont appear in that list anyway

    you will more than likely have to hard code it just like the links above

    like this:
    <li><a href="index.php?main_page=page&id=15"><?php echo HEADER_TITLE_RECIPE; ?></a> | </li>

  5. #5
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: ezPage doesn't show up in header menu

    Thank you for your reply. I modified the tpl_header.php as you suggest, the ezpage I created contains only one table (for now) with code below:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
    <tbody>
    <tr>
    <td>
    .....
    </table>

    As you can see, it is not being displayed, when clicking on the menu item Recipes, it shows only "Array"

    Why?

    Thanks.

  6. #6
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: ezPage doesn't show up in header menu

    Reading some posts it seems it is related to EZPages Languages Add-on? I don't remember if I installed it or not, I assume yes because when creating ezpage, I need to input different contents for different languages.

 

 

Similar Threads

  1. v139h ezpage header bar not aligning correctly in ie or chrome/plus drop down menu ?
    By Kelly Cosenza in forum General Questions
    Replies: 0
    Last Post: 23 Oct 2013, 02:00 AM
  2. v150 Navigation menu margin doesn't get applied in IE and header is displaced in Chrome
    By lmbt1 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Jun 2012, 07:44 PM
  3. TPP configuration menu doesn't show on 1.5
    By tony_sar in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 3 Jan 2012, 03:26 PM
  4. Why my ezpage is not showing up on the header menu?
    By mdivk in forum General Questions
    Replies: 8
    Last Post: 19 Nov 2011, 05:04 AM
  5. View cart link in ezpage links header to SHOW ALWAYS
    By jami1955 in forum Customization from the Admin
    Replies: 7
    Last Post: 8 Jun 2009, 02: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