Re: Aberdeen Neutral Template Support Thread
Quote:
Hi there - I'm having great fun customizing the form to my needs - the last thing I will turn on are the rotating graphics.
I do have a question about the number of footer items that can display under the colums. Can you let me know which files I need to modify to add in more items - seems as though now there can only be 5 items. I am trying to add an item under Cusomter Service right now - I've added in the define for Returns but it doesn't display. I'm assume there is a setting some place that you need to adjust the number of items.
Thanks for any help! Jeff
includes/languages/english/extra_definitions/aberdeen_neutral/footer_menu_defines.php
Thanks,
Anne
1 Attachment(s)
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
I added my 'Returns' (from the returns authorization module) item to that file under Customer Service and it does not show up. However, if I turn on the Information Box (left side) it shows up there and works just fine.
I've attached the footer_menu_defines.php (renamed with .doc to upload). Can you tell me what I'm missing?
Thanks!
Jeff
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
I was wondering if you got my last reply regarding the footer area - I had modified the file that you suggested before emailing you about the problem and still no additions to the footer. I also include the file attached to my previous email back to you. Could you take a look at it and let me know what I need to change? I really appreciate it.
Thanks - Jeff
Re: Aberdeen Neutral Template Support Thread
jfreeman--You need to edit:
includes/languages/english/extra_definitions/aberdeen_neutral/footer_menu_defines.php
If you do not see the link then you have a syntax error.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
I have modified that exact file in the path that you stated. Would you mind looking at my code. I added one item under Customer Serviced called Returns.
Thanks - Jeff
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Customer Service</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>');
Define('RETURNS', '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') .'">' . BOX_INFORMATION_RETURNS . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
Re: Aberdeen Neutral Template Support Thread
Quote:
Hi Anne,
I have modified that exact file in the path that you stated. Would you mind looking at my code. I added one item under Customer Serviced called Returns.
Thanks - Jeff
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Customer Service</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>');
Define('RETURNS', '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') .'">' . BOX_INFORMATION_RETURNS . '</a></li>');
/*EOF Menu Column 3 link Definitions*/
I would recommend posting to the support thread for the Footer Menu module.
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
Can you tell me if my code is correct for the Returns? Should it matter which category I put additional options under?
Re: Aberdeen Neutral Template Support Thread
Quote:
Can you tell me if my code is correct for the Returns? Should it matter which category I put additional options under?
If you post to the module support thread I am sure that the author will be able to help you.
Re: Aberdeen Neutral Template Support Thread
Hi Anne,
Can you PLEASE look at my code to add a footer item in your code. Is it in the correct format?? It appears that even though I add the 6th item it does not display in the footer. The page displays correctly otherwise. I dont' know how else to explain that I just want you to tell me do I have the newly added item in the correct format so your template will display it. I am able to add it to the information left side box no problem and the link works perfectly.
How else can I explain this to you more clearly? I appreciate any help.
Re: Aberdeen Neutral Template Support Thread
jfreeman--I don't want to sound like a broken record, but I did not write the code for the Footer Menu module. My best advice would be to post to the support thread for that module for help.
My guess is that you can find your answer if you read that support thread since it seems like adding links would be something that lots of people would like to do. The module author is intimate with the code and should be able to help you trouble shoot. Your trouble is not with the template, it is with the footer menu module.
Thanks,
Anne