Mike Web Guy Do things on the Web

Comments (24) Trackbacks (0)
  1. Thanks for that! I spent hours searching for how to put the header in the center:)

  2. You are welcome Sirje.

  3. Thanks for addressing this Mike. At Nicasio Design we get tons of questions about the plugin, and we try to answer as many as we can, but being a small commercial firm we sadly don’t have the time to answer them all (it could be its own full time job).

    It’s great when the community finds solutions and shares. We all benefit from this!

    Thanks Again,
    Dan Cannon
    Nicasio Design

  4. Dan,

    Most welcome. I love the plug-in btw :D

  5. thanks for the code!!! Was such a simple tweak! I could not figure out how to get the logo centered. I called the group that built the plugin – they said I would have to pay $150 for consulting work… thank God for internet!

  6. Khan seriously. So ridiculous.

  7. You have no idea how this helped me, I was getting to rip my hair out then suddenly a logical answer :) Thanks Again.

  8. @Ron,

    You are very welcome I’m happy I was able to help you out with this post.

  9. Hi Mike:

    I love what your doing with the lightword theme! I was wondering if you could share how you added your footer to your posts? “Enjoy this article”

  10. That is part of a feature offered by the “Digg Digg” plug-in.

  11. Thank you for this interesting article. I will be sure to get the word out about this on my site :) Outstanding! Can’t wait to read next article.

  12. This works great, I want the image to load to the left. I changed the word center to left, but this does not seem to work. Any suggestions?

  13. @Allison

    Could be related to your theme. Please paste or email me just the code you are using for the logo.

  14. Sorry, I didn’t design this blog, so I am not 100% sure where it is. I am assuming it is in the style sheet so forgive me if I this is not it below. the address is
    http://www.simplesolutionsdesigns.com

  15. @Allison

    It looks like you might not have read my article above. Have you installed the plug-in and edited the code specified in the header.php per the instructions above ?

  16. I downloaded the plugin, activated it and followed all the directions. I immediately got an error that said the file did not appear to be writable so I contacted my server administrator and he made the folder writable and added the folder.

    I reactivated the plugin, uploaded the image, changed the default settings and even deleted the old image so that I could tell each page which image to use. So it lets me select the image, write now I am only working on one page, the furniture design page. If you went to my website you would have seen a blank square where the image goes. If you click on the furniture design page you will see the image I want to use on that page centered in the header area.

  17. @Allison

    I deleted the code because it does not help.
    There are two things I would like you to check:

    1. Have you selected your image: “AE Logo.png” in both drop downs inside of WordPress under: Headers > Settings ? (Tip: whenever naming something for the web try to not have any spaces in the name)
    2. Have you entered the line of code from the post in your Header file under the tag ?

  18. I just did #1, and the logo still positions itself center The reason I wanted to use this plug in, is that it allows me to use different images on different pages by selecting the image in the page editing. By setting it from no default to AE Logo.png (will change the name thanks) it puts the same logo on all pages.

    #2 I have entered the line of code into the header.php file, under header see below. I am a little confused because in your directions you say to enter the code

    and now you are asking if I entered it under the tag? Below is what it looks like right now.

  19. Allison,

    WordPress is trying to interpret the code I will be looking into how to stop this from hapenning in the future so that code can be posted in replies. However for now go back to your header file and replace the line of code that says:

    <br><br><br><center><?php show_media_header(); ?></center><br>

    with:

    <br><br><br><?php show_media_header(); ?><br>

    This will basically remove the code that makes it align to the center of your page. It shoudl now align to the left of the page. However this might not be exactly where you want it to be. You will see what I mean after you do that. What you will need to do in the end is re-create the logo on the background you want with a large background to the left of it that will essentially push it out to the right the correct ammount. (I can try to explain this in more detail later if you are the one creating the actual logo.)

    If you don’t want it on all pages then only select it form the second drop down in the Headers > Setting option in WordPress. You woudl then need to figure out how to manually set a different one of the rest of the pages.

  20. In order to have your code show up on the page you will have to find a tool online that will let you “convert html tag”

    These tools essentially convert the ascii characters:
    < and >
    into their html entity values:
    &lt; and &gt;

  21. Did this, still centers the image in the page inline with where I want it, but centered. I even took out the three to see if that would let is go left. It must be something in the header or the background design of the page. Is there a css code I can over ride the layout with?

  22. @Allison

    Probably however I’m not familiar with your specific theme.

  23. thanks for trying:)
    I sent an email to the developer a few days ago, but no answer. Perhaps he will answer me, it seems that he has had this question before.


Leave a comment

(required)

No trackbacks yet.