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)
-   -   TOTAL beginner - how do I change the default header image? (http://forum.bytesforall.com/showthread.php?t=3932)

Lucky_Charm4 Oct 16, 2009 02:37 PM

TOTAL beginner - how do I change the default header image?
 
Hi, I am a TOTAL beginner to coding, WordPress, and any sort of web-building whatsoever. So sorry to ask an obvious question, but how do I insert a JPG image I have on my computer to be the header image in this theme???? So far, I have:
1. uploaded the .jpg to my "Media Library" on Word Press
2. gone to the "Edit Themes" page/stylesheet "Header (header.php)"
3. figured out that deleting or changing this code is the key to changing the header image:

<tr>
<!-- Header -->
<td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">
<?php bfa_header_config($bfa_ata['configure_header']); ?>
</td>
<!-- / Header -->

<!-- Header -->
<td id="header" colspan="<?php echo $bfa_ata['cols']; ?>">
<?php bfa_header_config($bfa_ata['configure_header']); ?>

</td>
<!-- / Header -->
</tr>

After that I'm totally stuck!!! :confused: Can someone please help with simple instructions on what to type in this section?

thank you thank you.

paulae Oct 16, 2009 02:42 PM

It's easier than that.

FTP your new image into the /themes/Atahualpa/images/header folder, and delete the default .jpgs that are already in there.

Lucky_Charm4 Oct 16, 2009 05:30 PM

Thank you for the tip... but it's still coming up blank. Guess I'll keep scouring the forum.

paulae Oct 16, 2009 05:43 PM

Give us the URL of your site. That would help us diagnose the problem.

Did you FTP the image to the proper folder? Did you dump your browser cache?

juggledad Oct 16, 2009 07:06 PM

Also make sure you preload the original header.php you do not need to touch it inorder to effect the header.

Atahualpa will look in the folder wp-content/themes/atahuapa/images/header and display the header images from what it finds in that folder. You need to FTP your images there and remove the ones that come with the theme or you will occasionally see them in your header.

Lucky_Charm4 Oct 16, 2009 07:17 PM

Got it! Thanks to both of you - my site is supermarketsafety.net... sry I don't know the etiquette on here. :)

As for editing text and things inside the actual "theme editor," anyone have a godo suggestion for a website that explains the basic codes so I know where to look?

thanks again

juggledad Oct 17, 2009 08:08 AM

By
Quote:

editing text and things inside the actual "theme editor,"
I hope you don't mean changing the php code and are just talking about changing the various theme oiptions.

Start off by reading the documentation on each page, there is a lot of it. Next get familar with CSS - you don't need to be an expert, more to the fact you need to know what the syntax is (I constantly use 'CSS syntax xxxx' as a google search - where xxx is the item like 'margin' or 'padding' or 'font')

And knowing a little HTML and php won't hurt eithor. Have fun


All times are GMT -6. The time now is 03:28 AM.

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