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)
-   -   Text/images between horizontal bars in header? (http://forum.bytesforall.com/showthread.php?t=619)

robertayers Mar 2, 2009 07:47 PM

Text/images between horizontal bars in header?
 
Hi Everyone

Very much enjoying using and exploring Atahualpa ... www.askyfilledwithshootingstars.com was launched this morning and received an excellent response ... I even credited BytesForAll in my introductory post!

A simple question, and I apologize if it's been dealt with before. I have created a narrow box between two horizontal bars beneath the header image. It should be possible to put text and images in there, yes?

Any suggestions?

Flynn Mar 3, 2009 08:04 AM

You'd have to edit bfa_header_config.php and change this

PHP Code:

if (strpos($header_items,'%bar2')!==false) {
// Horizontal bar 2
$horizontal_bar2 '<div class="horbar2">&nbsp;</div>';
// END of Horizontal bar 2


to

PHP Code:

if (strpos($header_items,'%bar2')!==false) {
// Horizontal bar 2
$horizontal_bar2 '<div class="horbar2">

TEXT AND HTML HERE

</div>'
;
// END of Horizontal bar 2



robertayers Mar 3, 2009 12:32 PM

You're a brilliant man, Flynn. Thank you!

robertayers Mar 12, 2009 02:51 PM

Hello again, Flynn

Still having problems here ... I can't find the place in the code you mentioned ...

I open "Appearance", then "Editor" then click "Header (header.php)". Is that correct? Is the place in the code there?

Sorry if this is a stupid question.

Flynn Mar 13, 2009 03:01 PM

The file is at /wp-content/themes/atahualpa/functions/bfa_header_config.php

You'd need to use a text editor for this and manually edit that file. There are no theme options for this

robertayers Mar 14, 2009 09:24 AM

Thanks again, Flynn. I'm in there now. You just earned yourself another contribution!


All times are GMT -6. The time now is 10:33 PM.

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