Page 2 of 16 FirstFirst 123412 ... LastLast
Results 11 to 20 of 152
  1. #11
    Join Date
    Jan 2011
    Posts
    142
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    I am pleased with how my footer has turned out, however for a more clean and tight feel of the page from top to bottom, I would like to integrate or at least mesh the copyright line into the footer. If you look at it, it still seems like it is out of place or awkwardly sitting below the footer.

    At the very least I guess I could just find where on the .css that white space is coming from.


    Site is testmulberry.com

    Thanks in advance.

  2. #12
    Join Date
    Jan 2011
    Posts
    142
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    It seems I have gotten it to appear more 'integrated', by changing 'float: left;' to 'float: center;'.

    Any other way of doing this?

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

    Default Re: Ezpages Footer Columns support

    There is no such thing as float: center; - that is an invalid declaration. You can only float left, right or none.

    There are several things contributing to the space between the footer links and the copyright line.
    One is the ul height - if all columns will have the same number of links, there is no need for it at all:
    .ezpagesFooterCol ul {
    border-left: 1px solid #000000;
    float: left;
    height: 3.2em;
    margin: 0.3em;
    padding: 0;
    width: 95%;
    }

    The other biggest one is the padding on #navSuppWrapper:

    stylesheet.css (line 351)
    #navSuppWrapper {
    border-top: 1px solid #262B31;
    margin: 25px 0 0;
    padding: 8px 0 12px;
    }

    Change 12px to 0.

  4. #14
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Ezpages Footer Columns support

    Hey Guys,

    Can anyone help me with the column widths within this mod ? I would like to make the colours slightly wider.

    Cheers.

    EDIT...

    No problem just figured it out. For anyone else trying to achieve this just adjust

    Code:
    .ezpagesFooterCol ul {float: right; margin: 2em; padding: 0; border-left: 1px dotted #66bbcc; width: 95%;}
    Last edited by drgr33n; 22 Feb 2011 at 04:24 PM.

  5. #15
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Ezpages Footer Columns support

    Hey Again lol

    Can anyone help me with adjusting the individual column widths within this mod ?

    Cheers.

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

    Default Re: Ezpages Footer Columns support

    Each column has a classname based on the first digit of its links' sort orders, like .col1, .col2, etc.
    Style them like this to override the width set in the code:

    #navSupp .col2 {width: 123px !important;}
    #navSupp .col3 {width: 22% !important;}

  7. #17
    Join Date
    Mar 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    A little help....
    I just put everything in the correct places under my template name and my footer has completely disappeared. Can anyone give me a suggestion as to how I might fix this?

    I do have my ez page footer links numbered in such a manner:
    Column 1 - 101, 102, 103 etc.
    Column 2 - 201,203,204 etc.

    And the EZ page setting for the footer is set on 1

    website: www.lovelemonslife.com

    Thank you in advance!

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

    Default Re: Ezpages Footer Columns support

    My guess would be that a file ended up in the wrong place, or is corrupt. Your page output cuts off at <div id="navSupp">, which indicates a PHP error in the footer nav files.
    Look in /cache/ in your site root for the latest myDebug file, and paste it here so we can see what it thinks is the problem.

  9. #19
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Ezpages Footer Columns support

    Thanks gjh42 lol it was in the readme after looking over it again !! I should really learn to read those lol

  10. #20
    Join Date
    Mar 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ezpages Footer Columns support

    Here is the error?

    [23-Feb-2011 17:15:37] PHP Fatal error: Call to undefined function: htmlspecialchars_decode() in /home/myxot2/public_html/store/includes/functions/extra_functions/ezpages_improved_menus_functions.php on line 19


    :\

 

 
Page 2 of 16 FirstFirst 123412 ... LastLast

Similar Threads

  1. Ezpages Improved Menus support
    By gjh42 in forum Addon Sideboxes
    Replies: 65
    Last Post: 17 Jul 2023, 09:55 PM
  2. ezpages footer nav
    By buildingblocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Jun 2011, 01:51 PM
  3. footer ezpages
    By alexdog1805 in forum Basic Configuration
    Replies: 1
    Last Post: 6 Mar 2011, 03:19 PM
  4. Center footer EZpages
    By mrtwelvevolts in forum General Questions
    Replies: 2
    Last Post: 4 Feb 2011, 11:29 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR