Forums

Im Using Pyrmont V2 and trying to change my header. (16 posts)

  1. inlanddrift
    Member
    Posted 2 years ago #

    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!!!

  2. jceresini
    Member
    Posted 2 years ago #

    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]

  3. inlanddrift
    Member
    Posted 2 years ago #

    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?

  4. mprutz1
    Member
    Posted 2 years ago #

    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!

  5. thexterarcury
    Member
    Posted 2 years ago #

    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.

  6. stereobeatbox
    Member
    Posted 2 years ago #

    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

  7. stereobeatbox
    Member
    Posted 2 years ago #

    Thanks thexterarcury, I did it!

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

    Thx :)

  8. krom8
    Member
    Posted 2 years ago #

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

  9. stereobeatbox
    Member
    Posted 2 years ago #

    Thanks Krom8!

    You've been amazing!
    :)

  10. pimos
    Member
    Posted 2 years ago #

    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

  11. krom8
    Member
    Posted 2 years ago #

    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?

  12. pimos
    Member
    Posted 2 years ago #

    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

  13. stereobeatbox
    Member
    Posted 2 years ago #

    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

  14. krom8
    Member
    Posted 2 years ago #

    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 //} ?>.

  15. krom8
    Member
    Posted 2 years ago #

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

  16. pimos
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic