• hello

    just started my wordpress site today. it is http://www.inlanddrift.com/idrift

    i want to put an image in my header and can’t find the way. I looked up other forums but it seems each themes has its own different way. can someone help me out

    the header codes for my theme look like this…

    div#header{
    font-size: 12px;
    }
    div#header div.blog_title{
    float: left;
    margin-top: 50px;
    margin-left: 10px;
    }

    …and theres more,

    i have uploaded my image into the images directory of the theme…i just don’t know how or where to insert it to the code.

    thanks!!!

Viewing 15 replies - 1 through 15 (of 15 total)
  • I’m using that same theme. You want to replace the following image:

    http://inlanddrift.com/idrift/wp-content/themes/pyrmont-v2/images/header.jpg

    [signature moderated Please read the Forum Rules]

    Thread Starter inlanddrift

    (@inlanddrift)

    thanks!
    i got the header changed.

    now im trying to figure out the side bar on the right…

    how do I add stuff there?

    I created a new link category, and updated some links…but it won’t show up on the front end page…

    why is that?

    I am having the same problem, I cannot for the life of me, figure out how to change the html for the header to a jpeg image. I uploaded the image to the media file and have the url- but do not know where to insert it to change it! Please help!

    Go to your stylesheet and under

    div#page_wrap{
    width: 1200px;
    margin: 0 auto;
    background: url(images/bg.gif) no-repeat;
    }

    change that image to /logo.jpg or header.jpg or whatever you named your new banner. Just make sure you get the dimensions correct.

    stereobeatbox

    (@stereobeatbox)

    Hello,

    How can I change de text-based blog title for a logo? I’m trying to add this image:

    http://stereobeatbox.com/public_html/wp-content/themes/pyrmont-v2/images/Logo1.jpg

    But I don’t know what’s the code and where should I insert it?
    Any help?

    Thanks

    stereobeatbox

    (@stereobeatbox)

    Thanks thexterarcury, I did it!

    Now I want to delete the search box. What should I delete?

    Thx πŸ™‚

    krom8

    (@krom8)

    Remove the following from the header.php file.
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>

    stereobeatbox

    (@stereobeatbox)

    Thanks Krom8!

    You’ve been amazing!
    πŸ™‚

    pimos

    (@pimos)

    may I have another question regarding the same theme, the point is what part of code in which file is responcible to show whole post in category group, not the shortcut only ( the head of the post ).

    regards
    PIMOS

    krom8

    (@krom8)

    It’s in the index.php file. Do you want it to look just like your blog page or do you just want to add the content(the post) to the category listing?

    pimos

    (@pimos)

    I would like to have the content of the posts to the category list, by clicking on the category I would like to have the posts in this category devided by pages (newest posts and older posts )

    Which command and parameter is responsible for this ?

    with my best regards

    stereobeatbox

    (@stereobeatbox)

    Hello,

    could anyone tell me if Pyrmont V2 as a sidebar widget limit? I have 8 widgets, when I try to add more it does add to the column, but when I get back to the widget page, that last I added was removed…

    Any explanation for that?
    Thanks

    krom8

    (@krom8)

    pimos, Open index.php in a text editor(may i suggest notepad++) and go to line 36. You will have to comment out some code. Make <?php if (!(is_tag()) && !(is_category())){ ?> into <?php //if (!(is_tag()) && !(is_category())){ ?>. All I did was add //. You will also have to go to line 42 and change it from <?php } ?> into <?php //} ?>.

    krom8

    (@krom8)

    stereobeatbox, I just tried 11 widgets and it worked fine. It might have just been a glitch but I don’t know.

    pimos

    (@pimos)

    krom8
    I would like to thank you for help. In fact I am rookie so php is still black magic for me. Thanks a lot again for your support.

    regards form Poland
    PIMOS

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Im Using Pyrmont V2 and trying to change my header.’ is closed to new replies.