Hi guys!
Can someone please help me?
I'm using avonlee contempo template and keep having issues with the footer.
I've created 6 ez pages (internal links to products pages), and as I try to place them in the third column of the footer, only 3 links work.
Here's the code for the 3rd column of footer_menu_defines:
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle"></li>');
Define('A', '<li><a href="' . zen_ez_pages_link(3) . '"> A</a></li>');
Define('B', '<li><a href="' . zen_ez_pages_link(4) . '"> B</a></li>');
Define('C', '<li><a href="' . zen_ez_pages_link(5) . '">C</a></li>');
Define('D', '<li><a href="' . zen_ez_pages_link(6) . '"> D</a></li>');
Define('E', '<li><a href="' . zen_ez_pages_link(7) . '"> E</a></li>');
Define('F', '<li><a href="' . zen_ez_pages_link(8) . '"> F</a></li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . A . B . E . '</ul></dd>');
A, B and E brand links work fine. When I type in C, D and F brand names into TITLE_THREE, the website goes blank.
I've assigned order #s and everything.
Why would that happen? Can someone push me in the right direction?
Here's the website
www.nkfacial.com
Thank you.