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)
-   -   How to add a Google Adsense banner after my logo and blog title? (http://forum.bytesforall.com/showthread.php?t=3440)

zomfg Sep 15, 2009 01:09 AM

How to add a Google Adsense banner after my logo and blog title?
 
I have read many posts asking how to add additional image in the header area. However, is there a way of adding an image after the logo and title (on the same line)? My problem is... the logo and title is on the left hand of the header area and search box on the right. There's a big gap in the middle. I just want to add Google Adsense banner in there so it doesnt look so empty.

:) Thanks in advanced! :)

juggledad Sep 15, 2009 05:15 AM

in 3.4.2 you can use the new widget areas and define a widget in the header - add a text widget and put your code there.

HOWEVER...there seems to be a bug withthe new widget code, don't use it in more than one place and make sure to define the number you want (the default says 1 but it actually defaults to 3 areas.)

zomfg Sep 16, 2009 01:05 AM

Thanks a lot. However, I still failed to put the banner up...

Can you give me a little bit more detailed instructions on this?

jdj Sep 23, 2009 02:46 AM

I'm having the same problem. I can add a widget to the header by using the php code you describe on the "add new widget" page of the admin panel, but my efforts to position the widget on the right of the logo area on the same line (in the same table) with the logo and blog title have failed.

Thanks for any assistance you can provide!

Flynn Sep 25, 2009 04:06 PM

The logo area logo% spans the whole layout width. Don't use %logo and create your own logo area with HTML and/or PHP instead, i.e.

%pages
<table><tr>
<td><h1 class="blogtitle">My Site</h1></td>
<td><?php bfa_widget_area('my widget area'); ?></td>
</tr></table>
%bar1 %image %bar2


All times are GMT -6. The time now is 02:22 AM.

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