Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How do I position my RSS, email and comments icons in the header? (http://forum.bytesforall.com/showthread.php?t=5680)

glennvogelsang Feb 2, 2010 09:03 PM

[SOLVED] How do I position my RSS, email and comments icons in the header?
 
http://beta.typebooks.ca/

WP 2.9/1
ata 3.4.5

I want to have the comments icon on a line underneath the email feed icon so that all three (email, comments, rss) line up on top of each other. Do I need to add a <br> somewhere?

Thanks for any help

juggledad Feb 3, 2010 04:20 AM

uss a CSS Insert
HTML Code:

css insert:

div.rss-box {
position: relative;
margin-top: -35px;
}

you could also add a margin-right

glennvogelsang Feb 3, 2010 01:28 PM

My fault I actually gave you the wrong url

www.ziliotto.com

Does the insert still apply?

glennvogelsang Feb 3, 2010 01:35 PM

I forgot to donate last time which I just did.

www.ziliotto.com

Anyway what I want is to have the top right corner of the header look like this:

Ziliotto Blog by email
Ziliotto Blog by RSS
Comments

On top of each other in that order.

Thanks again

juggledad Feb 3, 2010 01:36 PM

yes, this is the css selector for the element that contains all three

glennvogelsang Feb 3, 2010 01:54 PM

I don't understand what that means. WHat do I do to have them on top of each other?

Sorry, figuring this out as I go

juggledad Feb 3, 2010 02:08 PM

try this, go to ATO->RSS Settings->RSS Box Width and set it to 80

glennvogelsang Feb 3, 2010 02:20 PM

That moved the comments box to the top. did space it howeverIf we can get the comments on the bottom we are in business. Sorry I am pressed for time or I would plow around until I got it.

juggledad Feb 3, 2010 05:01 PM

edit bfa_header_config.php and find lines 186-198. Move them after line 234 (just before the line that starts
HTML Code:

                if ( $bfa_ata['show_posts_icon'] == "Yes" OR $bfa_ata['show_email_icon'] == "Yes" OR

glennvogelsang Feb 3, 2010 05:38 PM

Parse error: syntax error, unexpected '}' in /home/ziliotto/public_html/wp-content/themes/atahualpa/functions/bfa_header_config.php on line 368

I got this when I did that, unless I screwed it up. I think I have it back to where it was but I get the same message .

HELP!

juggledad Feb 3, 2010 06:13 PM

you must have missed moving th closing }

juggledad Feb 4, 2010 04:37 AM

You fixed it I see. I'll close this now - you can re-open it if you need under 'Thread Tools'


All times are GMT -6. The time now is 03:37 PM.

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