Page 1 of 2 12 LastLast
Results 1 to 10 of 477

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Aberdeen Neutral Template Support Thread

    Just have a general question. I am using this great Template, however would like to redesign the Category sidebox (the other sideboxes can remain the same).
    I downloaded the Category Dressing add-on however it didn't make any difference i.e. the sidebox-top & sidebox-bottom images still exist etc.

    I would greatly appreciate if someone can tell me the best way to get a new category sidebox installed on this template, what files are affected etc?

    Thanks a mill

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

    Default Re: Aberdeen Neutral Template Support Thread

    I would greatly appreciate if someone can tell me the best way to get a new category sidebox installed on this template, what files are affected etc?
    You don't need a new category sidebox. You will need to edit the stylesheet that comes with the module to override the styles in the includes/templates/aberdeen_neutral/css/stylesheet.css for the sideboxes.

  3. #3
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Aberdeen Neutral Template Support Thread

    Ah understood. I will play around with the stylesheet so.
    thanks :)

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

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

  5. #5
    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

  6. #6
    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

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

  8. #8
    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*/

  9. #9
    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.

  10. #10
    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?

 

 
Page 1 of 2 12 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