Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Social media icons / Widget (http://forum.bytesforall.com/showthread.php?t=15665)

christina4733 Oct 16, 2011 09:37 AM

[SOLVED] Social media icons / Widget
 
I want to have my facebook icons in my header, I've read over an over and just don't get it. I'm new to this so please if anyone has any info on how to either move the widget to the header area. As of now it's on the right sidebar.. www.passionforlivinglife.com thanks and appreciate your help.

juggledad Oct 16, 2011 10:04 AM

It seems hard, but it is not that confusing once you understand.

1) you need to create a widget area in the header ares so go to ATO->Style & edit HEADER AREA->Configure Header Area and add the following
HTML Code:

<?php bfa_widget_area('name=my_header_area'); ?>
2) go visit your site to cause this code to be run - it will now create a new widget area
3) go to dashboard->appearances->widgets - you should now see a new widget area 'my_header_area' and you can move the widget from the right sidebar to the header widget area.

You may need to position it using CSS so use FireBug in FireFox to look at and experiment with the positioning.

lmilesw Oct 16, 2011 12:48 PM

Another method is to just use CSS such as the following in the CSS Inserts section of the theme options.
HTML Code:

#social-widget-3 {
    position: relative;
    bottom: 240px;
    right: 200px;
    height: 0;
}

If you don't want the title to show you would add the following
HTML Code:

#social-widget-3 .widget-title {
    display: none;
}

I use Firebug to determine all of this.

christina4733 Oct 23, 2011 11:45 AM

imilesw,
yeah it worked !! thank you !! that was the easier way then the first post. ...now I'm going to work on my post link and why it's the WRONG color when you click to open it it shows red.


All times are GMT -6. The time now is 04:21 PM.

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