Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / EZ Pages - Page Name does not show up in Header Links

EZ Pages - Page Name does not show up in Header Links

Locked

Views: 5,345

Results 1 to 17 of 17
This thread is locked. New replies are disabled.
20 May 2008, 9:00 PM
#1
bjamieson avatar

bjamieson

New Zenner

Join Date:
May 2008
Posts:
4
Plugin Contributions:
0

EZ Pages - Page Name does not show up in Header Links

Does anyone know why my EZ Page page name would not show up in the header link? (ZC version 1.3.8)
I have created an EZ Page (About Us) and have set the "EZ-Pages Display Status - HeaderBar" to On. The Header Status is on in the EZ Pages admin screen (with a number '10' to denote order.
When I view the source of any of my site pages, the EZ Page link is there, but the page Name is not (and therefore there is no clickable text)
I tried inserting //<?php echo $var_linksList[$i]['name']; ?> and the variable comes up blank.

Any ideas? I am using the EZ Pages Multi Language Support, and it seems to fully work as I can paste the link into my browser and get all the proper pages, however , perhaps it is not saving the Page Name correctly?

Thanks in advance,
Brian

24 May 2008, 4:37 PM
#2
seattleannie avatar

seattleannie

Zen Follower

Join Date:
Oct 2005
Posts:
151
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Did you turn on the Header Bar status under Configuration > EZ-Pages Settings?

~anne

24 May 2008, 7:14 PM
#3
bjamieson avatar

bjamieson

New Zenner

Join Date:
May 2008
Posts:
4
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Thanks Anne,

Yes I did. In fact the problem turned out to be that I have EZPages Multilanguage module installed, but I had the associated ez_page_bar_header.php template file in the wrong directory :blush:

Thanks for your feedback though!

Brian

29 Jun 2008, 5:09 PM
#4
shasan avatar

shasan

New Zenner

Join Date:
Feb 2008
Posts:
2
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Hey, can you explain a bit further your solution? I'm having the same problem, I have the template files working, I put in TEST in text in the files and it does show up on the header, but it seems the following criteria is not being met:

(sizeof($var_linksList) >= 1)

So I guess size of $var_llinksList is < 1, but I've checked the EZ pages and they are all turned on etc.

??

30 Jun 2008, 4:49 AM
#5
dainteegurl avatar

dainteegurl

New Zenner

Join Date:
Apr 2008
Posts:
12
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

I'm having a similar problem. Though, I'm not sure I understand exactly what I'm doing when I go to create an EZ Page. I've created all the pages and have internal links for all of them, however, I'm not quite sure I'm doing this right.

When it tells you to put a relative link in there, I made one up for each one, minus the index one of course. For example:

index.php?main_page=commitment

I haven't gotten a clear idea of exactly how this needs to be done to actually create the page. I go to put it in the URL following my website store link and it gives me a page not found and shows my site map.

Help?

15 Sep 2008, 6:29 PM
#6
jansuh_nl avatar

jansuh_nl

New Zenner

Join Date:
Aug 2008
Posts:
30
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Same problem here.

I've based my site on the "mother earth" template

I can create ezpages but they don't show in the header and yes i've turned the display of ezpage headers on in Configuration > EZ-Pages Settings.

Is there anything i am missing? or is it the template? When i switch to classic template the ez pages are showing.

all help is appreciated

10 Jul 2009, 6:08 PM
#7
nathant avatar

nathant

New Zenner

Join Date:
Jun 2009
Posts:
31
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

bjamieson:

Thanks Anne,

Yes I did. In fact the problem turned out to be that I have EZPages Multilanguage module installed, but I had the associated ez_page_bar_header.php template file in the wrong directory :blush:

Thanks for your feedback though!

Brian

Which directory is it supposed to be in?

I have it in zencart\includes\modules

Should it be in my template directory?

25 Feb 2010, 9:34 PM
#8
jackie_taferner avatar

jackie_taferner

Totally Zenned

Join Date:
Jun 2009
Location:
Orange County, California
Posts:
547
Plugin Contributions:
3

Re: EZ Pages - Page Name does not show up in Header Links

Before trying to edit template files etc, double check the following:

  1. Configuration > EZ Pages Settings... is it turned on?

  2. When looking at the pages listed in admin, is the Status box green?

  3. Did you set a Sort Order for the page? (must be above zero)

90% of the time, that should fix your problem and you won't need to do anything fancy to fix your EZ pages :)

28 May 2010, 7:57 AM
#9
abadan avatar

abadan

New Zenner

Join Date:
May 2010
Posts:
2
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

jackie.taferner:

Before trying to edit template files etc, double check the following:

  1. Configuration > EZ Pages Settings... is it turned on?

  2. When looking at the pages listed in admin, is the Status box green?

  3. Did you set a Sort Order for the page? (must be above zero)

90% of the time, that should fix your problem and you won't need to do anything fancy to fix your EZ pages :)

I've checked all the above but still have the problem.

Thanks in advance.

29 May 2010, 3:01 PM
#10
renadamsart avatar

renadamsart

New Zenner

Join Date:
May 2010
Posts:
3
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Before trying to edit template files etc, double check the following:

  1. Configuration > EZ Pages Settings... is it turned on?

  2. When looking at the pages listed in admin, is the Status box green?

  3. Did you set a Sort Order for the page? (must be above zero)

90% of the time, that should fix your problem and you won't need to do anything fancy to fix your EZ pages :)

The above solution worked perfectly for me. It turns out that I did not have the Sort Order set. Thanks!

1 Jun 2010, 12:38 PM
#11
arcilist avatar

arcilist

New Zenner

Join Date:
May 2010
Posts:
5
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

abadan:

I've checked all the above but still have the problem.

Thanks in advance.

I have the same problem, many thanks if anyone can help

1 Jun 2010, 12:44 PM
#12
arcilist avatar

arcilist

New Zenner

Join Date:
May 2010
Posts:
5
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

jansuh.nl:

Same problem here.

I've based my site on the "mother earth" template

I can create ezpages but they don't show in the header and yes i've turned the display of ezpage headers on in Configuration > EZ-Pages Settings.

Is there anything i am missing? or is it the template? When i switch to classic template the ez pages are showing.

all help is appreciated

i have the same problem and i'm using the same template as urs

i've checked all three things that's should be done

  • turn on display status headerbar in ez pages setting
  • tick the header display option in the ez pages itself
  • put a value in the order box

so i think the problem is with the template setting, but i dont know where to go or which file to edit instead

1 Jun 2010, 12:46 PM
#13
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,179
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Take a look here:

admin panel/ tools/ layout boxes controller/ sideboxes/ezpages.php

  1. make sure turned on
1 Jun 2010, 2:32 PM
#14
arcilist avatar

arcilist

New Zenner

Join Date:
May 2010
Posts:
5
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

haredo:

Take a look here:

[/LIST]

thanks for the suggestion, but i believe the TS and me are referring to the header instead sideboz...it appears well on my sidebox, problem is just it doesnt appear on the header

1 Jun 2010, 4:28 PM
#15
japdesign avatar

japdesign

New Zenner

Join Date:
May 2010
Posts:
1
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

In multilanguage_ezpages folder there is a folder:

includes/modules/CUSTOM

with files ezpages_bar_footer.php and ezpages_bar_header.php

Rename folder CUSTOM with your template name, or if you are using classic template, move these 2 files to includes/modules/classic

this fixed it for me :)

2 Jun 2010, 3:01 AM
#16
arcilist avatar

arcilist

New Zenner

Join Date:
May 2010
Posts:
5
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

japdesign:

In multilanguage_ezpages folder there is a folder:

includes/modules/CUSTOM

with files ezpages_bar_footer.php and ezpages_bar_header.php

Rename folder CUSTOM with your template name, or if you are using classic template, move these 2 files to includes/modules/classic

this fixed it for me :)

thanks japdesign, but how do i locate multilanguage_ezpages folder? i cant find it..or is it because i havent updated my zen cart?

2 Jun 2010, 6:04 AM
#17
arcilist avatar

arcilist

New Zenner

Join Date:
May 2010
Posts:
5
Plugin Contributions:
0

Re: EZ Pages - Page Name does not show up in Header Links

Alrite i found how to fix this

there's one coding missing in this particular template, here's the code

<left> <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?> <?php } ?> <!--eof-header ezpage links--> </left>

paste it in the tpl_header.php file in YOUR_TEMPLATE>common folder

but now a new problem arise, i cant put the original category bar image, otherwise it i cant see/click the link on the ezpages header