Forums

Cutline Header Problem (5 posts)

  1. Anonymous
    Unregistered
    Posted 3 years ago #

    Hey all,

    Ive just moved over to wordpress.org from .com

    I cant manage to upload my banner. On wordpress.com it was a simple upload. But with .org, I cant do that.

    Here is my header.php.

    Can someone please please help me with how to place my banner in this theme (the pixels and measurements are fine) and where I have to edit my header.php.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); echo(' — '); bloginfo('description'); } ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" />
    <!--[if lte IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie7.css" media="screen" />
    <![endif]-->
    <!--[if lte IE 6]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie6.css" media="screen" />
    <![endif]-->
    <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 wp_head(); ?>
    </head>
    <body class="custom">

    <div id="container">

    <div id="masthead">
    <h1>"><?php bloginfo('name'); ?></h1>
    <h3><?php bloginfo('description'); ?></h3>
    </div>

    <ul id="nav">

  2. href="<?php bloginfo('url'); ?>">front page
  3. href="<?php bloginfo('url'); ?>/archives/">archives
  4. href="<?php bloginfo('url'); ?>/about/">about
  5. <li class="rss">">RSS

    <div id="header_img">
    <?php if (is_home()) { ?>
    <img src="<?php bloginfo ('template url'); ?>/images/header_1.jpg" width="770" height="140" alt="<?php bloginfo('name'); ?> header image 1" title="<?php bloginfo('name'); ?> header image 1" />
    <?php } elseif (is_single()) { ?>
    <img src="<?php bloginfo('template_url'); ?>/images/header_2.jpg" width="770" height="140" alt="<?php bloginfo('name'); ?> header image 2" title="<?php bloginfo('name'); ?> header image 2" />
    <?php } elseif (is_page()) { ?>
    <img src="<?php bloginfo('template_url'); ?>/images/header_3.jpg" width="770" height="140" alt="<?php bloginfo('name'); ?> header image 3" title="<?php bloginfo('name'); ?> header image 3" />
    <?php } elseif (is_archive()) { ?>
    <img src="<?php bloginfo('template_url'); ?>/images/header_4.jpg" width="770" height="140" alt="<?php bloginfo('name'); ?> header image 4" title="<?php bloginfo('name'); ?> header image 4" />
    <?php } else { ?>
    <img src="<?php bloginfo('template_url'); ?>/images/header_5.jpg" width="770" height="140" alt="<?php bloginfo('name'); ?> header image 5" title="<?php bloginfo('name'); ?> header image 5" />
    <?php } ?>
    </div>

    If anyone can help you can post a reply here or email me at thehhc18@yahoo.com

    Thank you.

  • ladycrow
    Member
    Posted 3 years ago #

    You need to upload header_3.jpg to the images folder of your current theme.
    Open FTP, go to the directory where wp is installed (often "wp"), wp-content and then find the folder which has the same name as your current theme

  • Anonymous
    Unregistered
    Posted 3 years ago #

    Hey ladycrow,

    Thanks for the help. Ive uploaded header_3.jpg.

    Ive got the picture up. How do i upload my own banner to replace the default picture. Ive edited 'header_3.jpg' and placed my own picture on to it but it doesnt seem to have worked.

    Thanks in advance

  • ladycrow
    Member
    Posted 3 years ago #

    I think I may have misread before. Could you post the link? I'm not sure exactly what your issue just by describing.

  • vasanthakumar
    Member
    Posted 3 years ago #

    hai

    i have problem in upload images and redirect anthor page IE7 browser but display old image after refresh upload image display

    can you help

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags