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 do I change my header's link? (http://forum.bytesforall.com/showthread.php?t=7762)

jaemart Jun 24, 2010 08:00 PM

How do I change my header's link?
 
I want to make a change so that my header goes to my online shopping store, http://www.shop.thegameacademyonline.com. In the editor, I changed my bfa_header_config.php file to reflect:


HTML Code:

$logo_area .= '<td ' . $header_rowspan . 'valign="middle" class="logoarea-logo"><a href="http://www.shop.thegameacademyonline.com/"><img class="logo" src="';
This hasn't changed anything, and my header on http://www.thegameacademyonline.com still goes back to the home page when clicked. Please tell me what i'm doing wrong!

juggledad Jun 25, 2010 03:10 AM

What version of atahualpa and wp?
What line number did you make the change ay?

jaemart Jun 25, 2010 07:09 AM

I'm using Atahualpa 3.4.4 with WordPress 2.9.2. I made the change on line number 119. Here is the html along with the previous few lines.

HTML Code:

// Logo Area
if ( strpos($header_items,'%logo') !== FALSE ) {

        $logo_area = '<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr>';

        if ( $bfa_ata['show_search_box'] == "Yes" AND ($bfa_ata['show_posts_icon'] == "Yes" OR
        $bfa_ata['show_email_icon'] == "Yes" OR $bfa_ata['show_comments_icon'] == "Yes") ) {
                $header_rowspan = 'rowspan="2" ';
        } else {
                $header_rowspan = '';
        }

                // Logo Icon for Wordpress and WPMU
                if ( $bfa_ata['logo'] != "" ) {
                        $logo_area .= '<td ' . $header_rowspan . 'valign="middle" class="logoarea-logo"><a href="http://www.shop.thegameacademyonline.com/"><img class="logo" src="';


juggledad Jun 25, 2010 08:12 AM

That's the logo area, you want the header image section

jaemart Jun 25, 2010 08:59 AM

thanks JD that helped a lot! i cant believe i missed something so simple. another question, if i have multiple images that i want to have rotating as my header, is it possible to make separate images clickable so that they go to different links?

juggledad Jun 25, 2010 02:40 PM

Yes and there is a thread in the gold forums tutorial explaining how to do exactly that


All times are GMT -6. The time now is 08:55 AM.

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