Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 15 of 38

Thread: trying to add my logo to a wordpress theme

  1. #1
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608

    trying to add my logo to a wordpress theme

    I am trying my best to add my company logo, to a new installation of wordpress.

    The blog is at blog.viprecycling.com

    I have the logo uploaded, and I have added this CSS code to style.css in the themes folder for the theme I have installed.

    I have followed the instructions to the T, but all I am getting is the name of the site to show up?


    Find the text
    Start EXAMPLE CODE for an image logo (line 224)
    Delete /* before
    #logo, (line 225)
    Delete */ (line 230) after
    .description (line 229)
    Find logo.png (line 228) and replace it with the name of your logo.
    Change the height and width to fit your logo (line 226)
    #logo, #logo a { display: block; height: 19px; width: 87px; }
    Find the text
    Start EXAMPLE CODE for a text logo (line 234)
    Add /* before
    #branding (line 235)
    Add */ (line 239) after
    #logo, .description { color: #868F98; float: left; margin: 17px 0 0 10px; } (line 238)
    Save your changes and upload the file style.css to your themes folder.

    The instructions are:
    • Start EXAMPLE CODE for an image logo (line 224)
    • Delete /* before
      #logo, (line 225)
    • Delete */ (line 230) after
      .description (line 229)
    • Find logo.png (line 228) and replace it with the name of your logo.
    • Change the height and width to fit your logo (line 226)
      #logo, #logo a { display: block; height: 19px; width: 87px; }
    • Find the text
      Start EXAMPLE CODE for a text logo (line 234)
    • Add /* before
      #branding (line 235)
    • Add */ (line 239) after
      #logo, .description { color: #868F98; float: left; margin: 17px 0 0 10px; } (line 238)
    • Save your changes and upload the file style.css to your themes folder.

  2. #2
    NLC wswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud of wswd's Avatar
    Join Date
    Dec 2010
    Posts
    1,123
    Should just be a matter of replacing logo.png with your logo. Rename your logo "logo.png", upload it, overwrite the existing, and refresh your browser cache. Should be good to go.
    WSWD Inc., Celebrating our 17th year in business
    WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
    Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs

  3. #3
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    Quote Originally Posted by wswd View Post
    Should just be a matter of replacing logo.png with your logo. Rename your logo "logo.png", upload it, overwrite the existing, and refresh your browser cache. Should be good to go.
    I knew I forgot to add something to the original post last night.

    I did that.

    The proper logo is uploaded, and renamed, and the coding for the text logo is commented out.

    The coding and everything is how a lot of people on different forums said to do, with this particular theme, but not understanding why it is only showing the name, but no logo.

  4. #4
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    I got it to work....http://blog.viprecycling.com

    Or at least it is displaying the logo for me lol.

    I figured since wordpress has plugins for everything, they might have one for a logo, and I was right.

    I used a plugin called "Theme Logo"

    I imputed the url for the location of the logo.

    Then, I went into header, using dreamweaver, did a search for "logo" and edited that entire line with this html code:

    <a href="http://www.domain.com" rel="nofollow"><img src="http://www.domain.com/locationofimage" alt="HTML tutorial" width="40" height="40">
    From there I played with the width and height numbers till the logo looked good on the site.

    NOTE: The html code the plugin gives you, did NOT work for me.

  5. #5
    NLC wswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud ofwswd has much to be proud of wswd's Avatar
    Join Date
    Dec 2010
    Posts
    1,123
    Yep...looks good to me too! You shouldn't need a plugin to do that, but such is the magic of Wordpress.
    WSWD Inc., Celebrating our 17th year in business
    WSWD.net - Shared, Reseller, VPS, Dedicated Server Hosting
    Blazing Fast SSD VPS That Will Blow Your Mind!! High Performance RAID10 SSD Drives, IPv4, IPv6, and Private IPs

  6. #6
    Jay Street iBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond reputeiBrightDev has a reputation beyond repute iBrightDev's Avatar
    Join Date
    Oct 2005
    Location
    Not sure, need a GPS.
    Posts
    7,126
    for future reference, there are a couple ways to replace the logo. you can upload it directly to the media upload area and call the file in the css where it calls the default one, or replace the default one in the image directory and mod the css accordingly.
    Full-service digital agency based in Scottsdale, Arizona - iBright Development

  7. #7
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    I was trying to figure out why the wordpress admin options that display at the top, once you login and are viewing the blog, was not displaying.

    So, I took down the template and re installed it. Found out the issue, but since the footer looked beyond ugly, I re deleted the code for it.

    Is there a way to edit the footer and NOT have it mess up the header, so that the admincp options appear at the top when viewing the blog being logged in?

  8. #8
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    I need a little help with the logo.

    Since I deleted and re installed the template, I had to re add the html code. I have used the same code as before, but now the logo is wanting to be right on or in the middle, or below the green menu bar. How can I make it go higher?

    http://blog.viprecycling.com

    PS. I Got it. I keep forgetting about using Google (when you get frustrated, it is way to easy to forget simple things in life lol)

    Anyways, for anyone who is having the issue with the logo. Go into style.css and search for "logo" and edit the "top" value.

  9. #9
    WP Like sander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to beholdsander k is a splendid one to behold sander k's Avatar
    Join Date
    Jan 2008
    Location
    Netherlands
    Posts
    2,234
    Lol, I am glad that you found a solution for your problem.
    Opening soon WP Like!

  10. #10
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    Thanks.

    Now just need to figure out how to edit the footer to get rid of the ugly stuff, and not have it mess up the header.

  11. #11
    Member steven peter is an unknown quantity at this point
    Join Date
    Jun 2012
    Posts
    53
    I am also struggling some these kinds of problems , I have download free wordpress them for my site and now i am struggling to make changes to the footer and header , how can I make changes can anyone tell me .

  12. #12
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    Quote Originally Posted by steven peter View Post
    I am also struggling some these kinds of problems , I have download free wordpress them for my site and now i am struggling to make changes to the footer and header , how can I make changes can anyone tell me .
    You edit the footer file either in dreamweaver, like I do, or you use a free program like notepad++

  13. #13
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    Okay,

    I am racking my brain to figure out how to edit the footer here http://blog.viprecycling.com so that the ugly footer at the bottom (menu bar, etc) is gone, and just my copyright information is left?

    If I did the tiny code in the footer file, it messes up the header.php file, so that the wordpress admin options wont appear when viewing the site logged in.

  14. #14
    FWS Addict J J is just really niceJ J is just really niceJ J is just really nice J J's Avatar
    Join Date
    Mar 2006
    Location
    London
    Posts
    750
    It should be as simple as removing a div, could you post your footer code here?

    Thanks!

  15. #15
    Chairman/CEO TMCG GeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really niceGeorgeB is just really nice
    Join Date
    Jan 2005
    Location
    Virginia
    Posts
    2,608
    </div>

    <?php wp_footer(); ?>

    </body>
    </html>

Closed Thread

Similar Threads

  1. Wordpress theme help?
    By madmatt911 in forum Programming Help
    Replies: 1
    Last Post: November 9th, 2010, 04:20
  2. wordpress theme
    By beauamour in forum Free Services
    Replies: 4
    Last Post: October 16th, 2008, 18:58
  3. Replies: 1
    Last Post: July 5th, 2008, 11:58
  4. Want Your Own Wordpress Theme?
    By Paul White in forum Ads & Offers
    Replies: 0
    Last Post: March 27th, 2006, 17:38

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts