Re: Ezpages Footer Columns support
The current version of this mod does not support replacing ez-page links with images, but the new version which is ready for release does directly allow this.
In the meantime, you can add a "comment" to your link 130 which has the code for the facebook image link. The comment will appear below the ez-page link it belongs to.
Re: Ezpages Footer Columns support
And is there a way to add several lines of text about the footer ez-page box that is there now
http://www.airtightsecurityplus.com/security_equipment
Re: Ezpages Footer Columns support
where can i find the new version that allows for images?
thanks for the support
Re: Ezpages Footer Columns support
Quote:
where can i find the new version that allows for images?
As I said, "ready for release", not "released". I will be submitting updated versions of several mods in the coming days and weeks.
Clever CSS manipulation could allow the extra text you want now; the new version will allow substitution of any defined HTML string for an ez-page link.
Re: Ezpages Footer Columns support
I have just had a discussion about Multi-Language EZ-Pages which is incompatible with Ezpages Footer Columns as packaged, in Help: Footer Text link doesn't appear. There is a simple fix for combining the mods by pasting elements from EFC's includes/modules/your_template/ezpages_bar_footer.php into the Multi-Language version of that file. I will have to look in more depth to be sure there are no other merges needed, but I plan to include directions for this merge in the readme for the new version of EFC so that anyone can use them together.
Re: Ezpages Footer Columns support
Hi! Great mod. Is there a way of setting uneven column widths?
I have an image in column 5 that I'd like to have it's own column width (just for aesthetics), with 1 - 4 evenly spaced.
My site
Re: Ezpages Footer Columns support
Each column has a unique class tag like .col1, .col2, etc. Add to your stylesheet
#navSupp .col1 {width: 123px !important;}
and this will override the automatic width setting. You can use px, % or em as units; you will likely need to set all of them individually if you change one, as the others will not change to compensate for your manual setting.
Re: Ezpages Footer Columns support
That's the one, thanks for that. It was the all or nothing bit that was tripping me.
Re: Ezpages Footer Columns support
Glenn,
I am having a horrible time getting this to work on a website I am in development on here: http://armedmobilesurvivor.com
It is a 1.5.0 site - and I have the css js loader installed which minifies the css. When I turn minify on - the columns just stack up on top of each other. When I turn it OFF - then it displays properly.
I have the ezpages set up numbered 110, 120, 210, 220, etc. and have the Admin > Configuration > EZ-Pages Settings > Enable EZ-Pages Display Status - FooterBar > set to 1.
Can you tell what I have done wrong and help me fix it?
I have the CSS JS loader turned on right now so you can see it the "wrong" way. I am putting an image below.
THANKS in advance!!
http://armedmobilesurvivor.com/cssjsloader.jpg
Re: Ezpages Footer Columns support
I guesss we'll have to coordinate turning the css/js loader on when I'm looking, since there is nothing to diagnose otherwise. Somehow it is apparently making the columns not float left.