Results 1 to 10 of 535

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    make the highlighted change:

    #navSuppWrapper {
    margin: 10px auto 0;
    padding: 0;
    background:none;
    font-weight: bold;
    color: #000;
    }
    That was not it.

    Here is the code I changed
    dl {
    clear: both;
    height: 79px;
    margin: 0 0 3px;
    padding: 0;
    width: 960px;

    to

    dl {
    clear: both;
    height: 79px;
    margin: auto;
    padding: 0;
    width: 960px;

    See attached and compare now.

    Again thanks for pointing me in the right direction and all your help and a terrific mod.
    Attached Images Attached Images  

  2. #2
    Join Date
    May 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    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.

  3. #3
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Maxa View Post
    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.
    If you make your ez-pages for the footer, the footer menu will automatically insert them in column 4.

  4. #4
    Join Date
    May 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thank you for the reply.I appreciate it.

    Is there any way to make ez-pages appear in 3rd column?
    If they appear in column 4 only, how come 3 links work just fine and other 3 don't?

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by Maxa View Post
    Thank you for the reply.I appreciate it.

    Is there any way to make ez-pages appear in 3rd column?
    If they appear in column 4 only, how come 3 links work just fine and other 3 don't?
    I don't see anything obviously wrong with these define statements:
    PHP Code:
    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>'); 
    So I'm not sure why they wouldn't display.

    No, column 4 was set up to display the ez-page links.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Footer Menu Support Thread

    Is it possible that C, D and F are reserved names in PHP? What happens if you change the constant names to BRAND_C etc.?

    Do you have any new myDebug error logs in /cache/?

  7. #7
    Join Date
    Nov 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Would it be possibel to ONLY have the EZPAGE links shown in the 4th column ( important links )
    And not also underneath the footerlinks in a horizontal footerbar
    as you can see here: http://www.fritenglas.eu/new/index.p...id=4&chapter=1

    And would it be possibel to make teh lines between each column longer ( as long as column 4 )

    Thank you
    Christina

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 131
    Last Post: 29 Jun 2025, 03:06 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 AM

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