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.
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?
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.
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%;}
Re: Ezpages Footer Columns support
Hey Again lol
Can anyone help me with adjusting the individual column widths within this mod ?
Cheers.
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;}
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!
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.
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
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
:\