Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   Feed Icon in page menu bar (http://forum.bytesforall.com/showthread.php?t=1232)

kkk Apr 11, 2009 11:51 PM

Feed Icon in page menu bar
 
I was trying different options to do this but could not be successful.

I want to put feed and email subscription icon on the right side of page menu bar.

I think I will have to do something in bfa_header_config.php near

Code:

$page_menu_bar .= '</ul></div>' . "\n";
I tried using same code as placed in $logo_area

Code:

'<td class="feed-icons" valign="middle" align="right"><div class="clearfix rss-box">';
But it did not work.

Please suggest what I need to do to acheive that.

This theme is the BEST theme on which I have worked till now.Thanks Flynn.

ryanerickson Oct 4, 2009 02:33 PM

I too am trying to figure out how to exactly do this. I can do it via a new page name and inserting html into but it doesn't work quite right as it leaves a gap along the top edge that I'm unable to rid. Where can you place code to put an icon of 16x16 on the right hand side of the menu? Furthermore I would actually like to have 4 icons total up there on the right. My site is http://ryanerickson.com for reference.

mangoman Nov 18, 2009 02:00 AM

Did you figure this out? I'm trying to save space on the page and this would be ideal - if possible!! :confused:

John

jakc Nov 18, 2009 05:36 PM

yea yea, id like to sort this too - posted about this yesterday.

Am I right in thinking this screenshot sums up what we want to accomplish?

royal_ts Nov 28, 2009 04:18 PM

hello,

this worked on my homepage:

http://forum.bytesforall.com/showthr...+page+menu+bar

css insert:

div.rss-box {
position: relative; /* for IE */
margin-top: -35px;
}

td.feed-icons {
height: 1px;
margin-top: -1px;
}

greeting
thorsten


All times are GMT -6. The time now is 06:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.