Forums

Revolution Theme (6 posts)

  1. Gene Belmont
    Member
    Posted 1 week ago #

    Hi All,
    Just uploaded free Revolution Theme by Brian Gardner. Everything seems OK, except the "Revolution" logo got uploaded instead of my logo.
    Anybody know the fix on that?
    www.hawaii4newbies.com
    Gene

  2. 4k
    Member
    Posted 1 week ago #

    In your header is a call to

    <div class="headerleft">
    		<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?><strong>/images/logo.gif</strong>" alt="<?php bloginfo('name'); ?>" /></a>
    	</div>

    Did you upload your logo as logo.gif and upload it to the correct file-images

  3. Gene Belmont
    Member
    Posted 1 week ago #

    Hi 4k,
    Well, my website logo was on my site from what I entered in "General Settings" in Admin. How do I retrieve that and enter it in the Revolution header ... without goofing the new header?
    Oh, excuse me, thanks for replying.
    Gene

  4. 4k
    Member
    Posted 1 week ago #

    Where you see Revolution is a graphic. You can download that graphic to an image program and create it specially for your site OR if you just want the title in text replace everything in the <div class="headerleft">

    With

    <h1>
        <a href="<?php echo get_settings('home'); ?>">
           <?php bloginfo('name'); ?></a>
       </h1>
  5. Gene Belmont
    Member
    Posted 1 week ago #

    Thanks, Debra. Didn't get my tagline back, but at least got my own website name up there ... just replaced the code with that which you gave me.
    Want to change the colors, put my own background in header box, etc. Think I'll have a pro do that.

    And thanks again for your help.

    Gene

  6. 4k
    Member
    Posted 1 week ago #

    for your tagline add this in the same div under the h1

    <p><?php bloginfo('description'); ?> </p>

Reply

You must log in to post.

About this Topic