I just added   as the title and that did it..
Printable View
I just added   as the title and that did it..
Actually, not really. Although that hides the title, the   can still be clicked, any suggestions ?
adam.
You can target say the third and following links in a column with something like
.ezpagesFooterCol.col1 li+li+li>a {display: none;}
This is all you need if the item in question is at the bottom of the column. If there are following links you do want to see, add another rule after the above:
.ezpagesFooterCol.col1 li+li+li+li>a {display: inline;}
Thank you gjh42, that worked very well.
For some reason, this footer displays fine in firefox and safari, but in IE 9, it's all over the place.
As soon as I remove the following define line from ezages_footer_columns_defines.php
it appears ok again (but of course lacking the facebook link)HTML Code:define('EZPAGES_FOOTER_COL_COMMENT_15', '<a href="http://www.facebook.com/FB_username">' . zen_image(DIR_WS_TEMPLATE_IMAGES . 'facebookiconsm.jpg', 'Visit Us at Facebook', '', '', 'style=vertical-align:middle') . ' Facebook') . '</a>' ;
Any ideas on this ?
See footer thumbnails of firefox and IE9.
thanks again for your help,
adam
That is really strange! Are the right-hand links .col1, with the columns floated right? That is about the only way an error there could affect the columns to the left.
I really need to see it live to help any on this.
You have an error at the end of your definezen_image(DIR_WS_TEMPLATE_IMAGES . 'facebookiconsm.jpg', 'Visit Us at Facebook', '', '', 'style=vertical-align:middle') . ' Facebook') . '</a>' ;PHP Code:
define('EZPAGES_FOOTER_COL_COMMENT_15', '<a href="http://www.facebook.com/FB_username">' . zen_image(DIR_WS_TEMPLATE_IMAGES . 'facebookiconsm.jpg', 'Visit Us at Facebook', '', '', 'style=vertical-align:middle') . ' Facebook') . '</a>' ;
needs to be
zen_image(DIR_WS_TEMPLATE_IMAGES . 'facebookiconsm.jpg', 'Visit Us at Facebook', '', '', 'style=vertical-align:middle') . ' Facebook' . '</a>') ;
Well gjh42, you are impressive. You were right, I had col4,3,2,1, and changed to 1,2,3,4. and fixed the float from right to left.
Thank you again, not sure why IE didnt like that. And I fixed the syntax issue, thanks for picking that up.
regards, adam.
I'm pretty sure the syntax was the real problem. Different browsers handle errors differently, and that would have left an unclosed <a> tag on the fb button, which could have easily caused problems down the road (to the left, since columns were floated right).
sorry but the first instruction is to go to
Tools > EZ-Pages > edit page
but on the ez-page there is no option that says <edit page>
??? so i seem to be lost from the get go. I searched the thread and can not find a starting point
Select an ez-page and edit it, or make a new one.
rodger that, thanks
is there a way to use a picture with a link instead of text? maybe if i have 100, 110,120,130 could i make 140 a facebook jpg img with a link to say the facebook page?