Hi,
I am using the Abbey template. In it, I am trying to change the names and links on the navigation bar to better represent what I have to offer. I found a post that tells me exactly what to do here . I have changed the names without any issues, it's the links that give me a problem. I followed all the instructions and yet the "My Account" area (re-named 'testing' by me) still links over to the account information. I tried two different versions, starting with www or starting with http, neither of them work (code is below).
On a related note, the information from the original instructions shows only how to change the My Account line, not any of the others, which look quite different. I apologize, but my knowledge of programming is limited to finding well written instructions and following them completely. I will probably change about half of those to external links as well. Any help would be appreciated (second group of code is for the other lines, which are all almost identical to one another except the "My Account" line).
"My Account" link issue:
<li id="<?php echo $account_page;?>"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_MY_ACCOUNT;?></a></li>
Other Header information (where do I put the link info):
<li id="<?php echo $specials_page;?>"><a href="index.php?main_page=specials"><?php echo HEADER_SPECIALS;?></a></li>
You can see what is happening on my site here http://peanutsfibers.com/Shop/
Thank you,
Marianna



Reply With Quote


Bookmarks