• I’ve got a nice custom header on my site using Lysa. However, it only shows up on my “home” page. On all of the other pages, I get a big ugly link that says “GO HOME”, and is linked back to the homepage.

    Is there a quick way to get my custom header to show on *all* the pages? I’ve tried messing around with some things, but I’m not having any luck.

    Thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • hey there…
    what’s your site link?

    how are you currently placing that graphic/header? and what theme are you using?

    Thread Starter kforbes

    (@kforbes)

    I’m using the Lysa theme, with the url of the header image entered into the Lysa options. I’ve figured out enough of header.php to change “Go Home” to “ACRD Home”, but that’s about it.

    I *think* this is the relevant code:

    <div id=”header”>

    <?php global $options;
    foreach ($options as $value) {
    if (get_settings( $value[‘id’] ) === TRUE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_settings( $value[‘id’] ); }
    }?>
    <h1><#a href=”<?php echo get_settings(‘home’); ?>/”><?php if($pov_lysalogo) { ?><img src=”<?php echo $pov_lysalogo;?>” alt=”ACRD Home”/><?php } else { bloginfo(‘name’); } ?> </h1>

    <?php if ($pov_desc == “true”) { } else { ?><?php } ?>
    </div>


    With a # added in there so the forum wouldn’t try to read the code

    Here’s the site: http://www.assaultcityrollerderby.com

    Hey…
    Strange, I just tested that theme and put a header into the LOGO URL field and it works fine. I followed the below steps:

    1. upload header into media library.
    2. copy the url of the image (if it’s in your library, click EDIT and towards the bottom of the screen of that image you’ll see the File URL – copy that
    3. go into Lysa Options, which is under the APPEARANCE menu along the left
    4. paste the File URL (from step 2) into the LOGO DISPLAY field
    5. click Save Changes at the top or bottom

    And all is well, header on every page. See http://www.charliedickerson.com for the example. No need to go into header.php at all. If that same process doesn’t work for you, I’d recommend deleting the theme, reinstalling a fresh one and trying again. Holler with questions.

    Jeb

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom header and "Go Home" in Lysa’ is closed to new replies.