Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jvaidya

    (@jvaidya)

    @esmi,

    Thank you! Worked like a charm. I appreciate everyone’s input and I thank you for your help.

    Thread Starter jvaidya

    (@jvaidya)

    Still stumped and looking for a wordpress angel to swoop down and save me!

    Thread Starter jvaidya

    (@jvaidya)

    I tried the code, it still works in firefox but not in IE8. Here is the code for the header (taken from the corpvox theme) maybe you can see something I can’t:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    <meta name="description" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" />
    <meta name="keywords" content="" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <title><?php if (is_home () ) { bloginfo(‘name’); }
    elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo(‘name’); }
    elseif (is_single() ) { single_post_title();}
    elseif (is_page() ) { single_post_title();}
    else { wp_title(‘’,true); } ?></title>
    
    <?php wp_head(); ?>
    </head>
    
    <body>
    
    <div id="wrap">
    <div id="wrap_in">
    
    	<div id="top" class="wrap">
    		<div class="col-left">
    			<h1>
                <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_directory'); ?>/img/Logo3.jpg" alt="Home" /></a>
               </h1>
    		</div>
    		<div class="col-right wrap">
    			<a href="#"><img src="<?php bloginfo('template_directory'); ?>/img/img_rss.gif" width="116" height="46" alt="RSS Feed" /></a>
    			<a href="#"><img src="<?php bloginfo('template_directory'); ?>/img/img_email.gif" width="115" height="46" alt="Email Feed" /></a>
    		</div>
    	</div>
    
    	<div id="menu">
    		<ul>
    			<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
    			<li class="<?php echo $highlight; ?> first"><a href="<?php bloginfo('url'); ?>">Home</a></li>
    			<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    		</ul>
    	</div>

    Sorry I pasted all of this, but I’ve been working on this for a while and I’m stumped.

    Thread Starter jvaidya

    (@jvaidya)

    <div class="col-left">
    			<h1>
                <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/img/Logo3.jpg" /></a></h1>
    		</div>

    the Logo3.jpg image is in the proper place, I only changed it to see if there was a problem with the previous pic. The image shows up in firefox just not IE.

    Thread Starter jvaidya

    (@jvaidya)

    i just tried 10 different ways and the

    a href=”<?php bloginfo(‘url’); ?>”

    wont post properly

    This is what comes before the img tag

    Thread Starter jvaidya

    (@jvaidya)

    Sorry, for some reason my whole txt did not paste properly last time. The code I’m using is

    ‘<div class=”col-left”>
    <h1>
    “>
    <img src=”<?php bloginfo(‘template_directory’); ?>/img/Logo3.jpg/>

    </h1>
    </div>’

    The link to the page is https://www.tgstech.com/blog

    Thread Starter jvaidya

    (@jvaidya)

    Kichu,

    Works like a charm. I used:

    {
    background: #nnnnnn url(path_to/bg-image.jpg) no-repeat fixed top;
    }

    and was able to resolve the problem very quickly. Thank you to everyone who helped.

    Thread Starter jvaidya

    (@jvaidya)

    Thanks guys! I will test this out and get back to you asap. I think the problem was that I was editing a pre-existing theme and at the end the image was specified not to repeat.

    Thread Starter jvaidya

    (@jvaidya)

    esmi, thanks for the help. I have a followup question, If I don’t want the image to tile and would rather have the rest of the screen scroll down to a nice blue color matching the background, how could I accomplish this?

Viewing 9 replies - 1 through 9 (of 9 total)