Header changing problem

Discussion in 'Blogging' started by Pakblogger, Aug 17, 2008.

  1. #1
    Hi there
    i am running a blog www.pakblogger.com with UBD Moneymaker Theme, my friend has designed me a logo and a header i want to replace existing header with new one (The existing header is not a single image but the new one is a single image file) can anyone please do it for me


    I will be thankful to anyone who can do it for me
    thanks :)
     
    Pakblogger, Aug 17, 2008 IP
  2. Asad

    Asad Well-Known Member

    Messages:
    201
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Can you pay??
    If yes, I can do.

    However, edit the 'header.php' file in Design --> Theme Editor :) Hope this helps!
     
    Asad, Aug 17, 2008 IP
  3. Pakblogger

    Pakblogger Peon

    Messages:
    228
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It doesn't work for me :(
    the header covers little area of existing header but does not fit there
    Can you tell me how can i find the size of existing header on theme? (considering its not an image and i can't just save it on computer and check the size)
     
    Pakblogger, Aug 17, 2008 IP
  4. Asad

    Asad Well-Known Member

    Messages:
    201
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Actually, you have to see the size and do it for yourself.
    Many templates have a image which repeats again and again making a perfect header.

    So, I cannot explain or understand what is going on unless I see the header.php file.

    Just copy and paste the header.php file here and I will check it tomarrow(going to sleep now) :)
     
    Asad, Aug 17, 2008 IP
  5. Pakblogger

    Pakblogger Peon

    Messages:
    228
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Here is header.php
    ................................................................
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php if (is_home()) { bloginfo('name'); ?><?php } elseif (is_category() || is_page() ||is_single()) { ?> <?php } ?><?php wp_title(''); ?></title>
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    <meta http-equiv="imagetoolbar" content="no" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php if (is_single() || is_page()) $logo = 'div'; else $logo = 'h1'; ?>
    <?php wp_head(); ?>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.2.3.pack.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/library.js"></script>
    <!--[if lte IE 6.0]><?php include (TEMPLATEPATH . '/inc/png.php'); ?><![endif]-->
    </head>
    <body>
    <div id="page">
    <ul class="skipLinks">
    <li><a href="#content" title="Skip to content">Skip to content</a></li>
    <li><a href="#menu" title="Skip to navigation">Skip to navigation</a></li>
    <li><a href="#footer" title="Skip to footer">Skip to footer</a></li>
    </ul>
    <div id="header">
    <div class="sidebox">
    <div class="first"></div>
    <div class="inner">
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    <form method="post" class="subscribeform" action="http://www.feedburner.com/fb/a/emailverify" target="popupwindow" onsubmit="window.open('http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <fieldset>
    <legend>Subscribe Form</legend>
    <div class="rss"></div>
    <em>Get daily updates via RSS</em>
    <ul>
    <li class="posts"><a href="<?php bloginfo('rss2_url'); ?>">POSTS</a></li>
    <li class="comments"><a href="<?php bloginfo('comments_rss2_url'); ?>">COMMENTS</a></li>
    </ul>
    <div class="formsInput">
    <label for="rssemail">Get updates in your email:</label>
    <input type="text" value="Your email & hit enter!" name="email" id="rssemail" class="inputField" onblur="if (this.value == '') {this.value = 'Your email & hit enter!';}" onfocus="if (this.value == 'Your email & hit enter!') {this.value = '';}" />
    <input type="hidden" value="http://feeds.feedburner.com/~e?ffid=<?php echo get_option('ds_ub1_feedburner_id'); ?>" name="url" />
    <input type="hidden" value="<?php echo get_option('ds_ub1_feedburner_name'); ?>" name="title" />
    <input type="hidden" name="loc" value="en_US"/>
    <input type="hidden" class="submitButton" value="" />
    </div>
    </fieldset>
    </form>
    <!-- #header .sidebox .inner -->
    </div>
    <!-- #header .sidebox -->
    </div>

    <<?php echo $logo; ?> id="logo">
    <a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a><br />
    <em><?php bloginfo('description'); ?></em>
    </<?php echo $logo; ?>>
    <ul id="menu">
    <li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo get_settings('home'); ?>/">HOME</a></li>
    <?php wp_list_pages('title_li=&sort_column=menu_order' ); ?>
    </ul>
    <!-- #header -->
    </div>
    <div id="wrap">
    <div id="main">
    <div id="content">
     
    Pakblogger, Aug 17, 2008 IP