Hi,
I have written and published two EZ pages, one 'About' and one 'Contact' but they don't show up on the sites navigation. Any ideas? Probably something simple!
Jill
www.ethicsboutique.com
Hi,
I have written and published two EZ pages, one 'About' and one 'Contact' but they don't show up on the sites navigation. Any ideas? Probably something simple!
Jill
www.ethicsboutique.com
You can have links to EZ pages in the header, footer or sidebox. That's enabled when you create the EZ page. You need to include a sort order in order for the link to show up.
https://www.zen-cart.com/tutorials/i...hp?article=117
Thank you. Was indeed just the sort order I missed.
Back again, page titles now show (put in footer as 1 and 2), yet click on and doesn't show page just stays with home page...looked around admin panel for answer but can't see one. If you have time, plse advise.
You appear to have written some custom code to put links in the footer, but these are not using the ez-pages footer links functionality.What did you use to do this? Have you enabled ez-page footer links in Configuration > EZ-Pages Settings > EZ-Pages Display Status - FooterBar ?Code:<table class="ezfooter" width="100%"> <tr> <td class='menutable'><a href="">About Us</a></td> <td class='menutable'><a href="">Contact</a></td> </tr></table>
Hi, No I didn't write custom code, just put to be listed in footer on the ez pages. Still no idea why not linking..
If you didn't write it, it is something that came with your template, and the template maker wrote it wrong. If you make another ez-page and enable it for the footer with a sort order, does it also show up with no functional link destination? You should ask the template's author to fix this flaw in their template.