Page 9 of 48 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 477
  1. #81
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Aberdeen Neutral Template Support Thread

    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

  2. #82
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    help question 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
    Attached Files Attached Files

  3. #83
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    help question 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

  4. #84
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

  5. #85
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    Default 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*/

  6. #86
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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*/
    I would recommend posting to the support thread for the Footer Menu module.

  7. #87
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    Default 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?

  8. #88
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Aberdeen Neutral Template Support Thread

    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.

  9. #89
    Join Date
    Apr 2010
    Location
    Sutton, MA
    Posts
    150
    Plugin Contributions
    0

    Default 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.

  10. #90
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

 

 
Page 9 of 48 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. Replies: 6
    Last Post: 3 Sep 2015, 07:04 PM
  3. v153 Missing Box File Names in Layout Controller for Template Aberdeen Neutral
    By fribble in forum Customization from the Admin
    Replies: 2
    Last Post: 26 Feb 2015, 12:15 AM
  4. v151 Slideshow On Aberdeen Neutral
    By SilverHD in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Dec 2014, 01:07 AM
  5. Aberdeen Neutral Template missing about us page
    By Minu in forum Addon Templates
    Replies: 3
    Last Post: 25 Nov 2012, 08:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg